Fork me on GitHub

source: git/cards/gen_card.tcl@ e57c062

ImprovedOutputFile Timing dual_readout llp
Last change on this file since e57c062 was 5a697dde, checked in by Pavel Demin <pavel-demin@…>, 7 years ago

add gen_card.tcl

  • Property mode set to 100644
File size: 351 bytes
RevLine 
[5a697dde]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/allParticles Particle GenParticle
16}
17
Note: See TracBrowser for help on using the repository browser.