Changes between Version 2 and Version 3 of WorkBook/ModuleSystem
- Timestamp:
- Jun 20, 2012, 6:08:41 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/ModuleSystem
v2 v3 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. All the modules are accessible from the '/Delphes ' folder and all the {{{TObjArrays}}} are accessible from the '/Export' folder.7 The contents of all Delphes' {{{TFolders}}} and {{{TObjArrays}}} is browsable. All the modules are accessible from the '/Delphes/Delphes' folder and all the {{{TObjArrays}}} are accessible from the '/Delphes/Export' folder. 8 8 9 9 [[Image(delphes_folders.png)]]