Changes between Version 1 and Version 2 of OutDated/FrameworkWishList
- Timestamp:
- Jun 22, 2012, 11:59:42 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
OutDated/FrameworkWishList
v1 v2 1 1 Here is a wish list for a common !FastSim framework: 2 2 3 1. (optional, lowest priority) ROOT independance3 1. (optional, lowest priority) ROOT Independence 4 4 (for example, using some classes from CLHEP and Boost.Python for factories, config. file, etc) 5 5 6 6 2. (optional) config. file independence (specifying only in-memory representation and access methods) 7 7 8 3. Module factory that creates modules instances at run time '''by name'''8 3. Module factory that creates modules instances at run-time '''by name''' 9 9 10 10 With ROOT it's just {{{gROOT->GetClass(moduleClassName)->New()}}}