Changes between Version 1 and Version 2 of WorkBook/ModuleSystem
- Timestamp:
- Jun 20, 2012, 6:07:52 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/ModuleSystem
v1 v2 5 5 All Delphes' modules consume and produce {{{TObjArrays}}} of {{{ExRootCandidates}}}. Every Delphes' module has a corresponding {{{TFolder}}} that is used to store {{{TObjArrays}}} produced by this module. Any Delphes' module can access {{{TObjArrays}}} produced by other Delphes' module using {{{ImportArray("ModuleInstanceName/arraName")}}} method. 6 6 7 The contents of all Delphes' {{{TFolders}}} and {{{TObjArrays}}} is browsable: 7 The contents of all Delphes' {{{TFolders}}} and {{{TObjArrays}}} is browsable. All the modules are accessible from the '/Delphes' folder and all the {{{TObjArrays}}} are accessible from the '/Export' folder. 8 9 [[Image(delphes_folders.png)]] 8 10 9 11 Additional classes {{{ExRootTask}}} and {{{ExRootModule}}} has been developed to provide frequently used services for Delphes. All Delphes' modules inherit from {{{ExRootModule}}}.