Changeset 1378 in svn for trunk/examples/delphes_card_ATLAS.tcl
- Timestamp:
- Apr 17, 2014, 12:03:45 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/delphes_card_ATLAS.tcl
r1357 r1378 522 522 ################## 523 523 524 525 524 # tracks, towers and eflow objects are not stored by default in the output. 526 # if needed (for jet constituent or other studies), uncomment the relevant 527 # "add Branch ..." lines. 528 525 # if needed (for jet constituent or other studies), uncomment the relevant 526 # "add Branch ..." lines. 529 527 530 528 module TreeWriter TreeWriter { … … 534 532 # add Branch TrackMerger/tracks Track Track 535 533 # add Branch Calorimeter/towers Tower Tower 534 536 535 # add Branch Calorimeter/eflowTracks EFlowTrack Track 537 536 # add Branch Calorimeter/eflowPhotons EFlowPhoton Tower 538 537 # add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower 539 538 540 539 add Branch GenJetFinder/jets GenJet Jet 541 540 add Branch UniqueObjectFinder/jets Jet Jet
Note:
See TracChangeset
for help on using the changeset viewer.