Fork me on GitHub

Changes between Version 6 and Version 7 of WorkBook/DataFlowDiagram


Ignore:
Timestamp:
Dec 16, 2014, 5:46:34 PM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/DataFlowDiagram

    v6 v7  
    11== Data Flow Diagram ==
    22
    3 A data flow diagram can be generated from a configuration file with the following command:
     3Complete data-flow diagram can be generated from a configuration file with the following command:
    44{{{
    55./doc/data_flow.sh examples/delphes_card_CMS.tcl
    66}}}
    77
    8 Here is a data flow diagram for the default configuration:
     8This script requires GraphViz to be installed.
    99
    10 [[Image(data_flow.png, 2000)]]
     10Here is a simplified data-flow diagram of the Delphes fast simulation.
     11
     12[[Image(delphes_diagram.png)]]
     13
     14- Event files coming from external Monte-Carlo generators are first processed by a reader stage.
     15- Pile-up events are then overlapped onto the hard scattering event.
     16- Long-lived particles are propagated to the calorimeters within a uniform magnetic field.
     17- Particles reaching the calorimeters deposit their energy in the calorimeters.
     18- The particle-flow algorithm produces two collections of 4-vectors particle-flow tracks and towers.
     19- True photons and electrons with no reconstructed track that reach calorimeters are reconstructed as photons.
     20- Electrons and muons are selected and their 4-vectors are smeared.
     21- Charged hadrons coming from pile-up vertices are discarded and the residual event pile-up density is calculated.
     22- The pile-up density is then used to perform pile-up subtraction on jets and on the isolation parameter for muons, electrons and photons. No pile-up subtraction is performed on the missing energy.
     23- At the final stage, the duplicates of the reconstructed objects are removed.
     24- The output data are stored in a ROOT tree format and can be analyzed and visualized with the help of the ROOT data analysis framework. The ROOT tree files can be also converted to the LHCO file format.
     25- Each step is controlled by the configuration file.