source: HiSusy/trunk/Delphes-3.0.0/examples/converter_card.tcl @ 1

Last change on this file since 1 was 1, checked in by zerwas, 11 years ago

first import of structure, PYTHIA8 and DELPHES

File size: 348 bytes
Line 
1#######################################
2# Order of execution of various modules
3#######################################
4
5set ExecutionPath {
6  TreeWriter
7}
8
9##################
10# ROOT tree writer
11##################
12
13module TreeWriter TreeWriter {
14# add Branch InputArray BranchName BranchClass
15  add Branch Delphes/particles Particle GenParticle
16}
17
Note: See TracBrowser for help on using the repository browser.