Fork me on GitHub

Changes between Version 1 and Version 2 of WorkBook/ModuleSystem


Ignore:
Timestamp:
Jun 20, 2012, 6:07:52 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/ModuleSystem

    v1 v2  
    55All 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.
    66
    7 The contents of all Delphes' {{{TFolders}}} and {{{TObjArrays}}} is browsable:
     7The 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)]]
    810
    911Additional classes {{{ExRootTask}}} and {{{ExRootModule}}} has been developed to provide frequently used services for Delphes. All Delphes' modules inherit from {{{ExRootModule}}}.