Fork me on GitHub

Changes between Version 1 and Version 2 of OutDated/FrameworkWishList


Ignore:
Timestamp:
Jun 22, 2012, 11:59:42 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • OutDated/FrameworkWishList

    v1 v2  
    11Here is a wish list for a common !FastSim framework:
    22
    3 1. (optional, lowest priority) ROOT independance
     31. (optional, lowest priority) ROOT Independence
    44   (for example, using some classes from CLHEP and Boost.Python for factories, config. file, etc)
    55
    662. (optional) config. file independence (specifying only in-memory representation and access methods)
    77
    8 3. Module factory that creates modules instances at runtime '''by name'''
     83. Module factory that creates modules instances at run-time '''by name'''
    99   
    1010   With ROOT it's just {{{gROOT->GetClass(moduleClassName)->New()}}}