Changeset 282f591 in git for examples/delphes_card_CMS.tcl
- Timestamp:
- Apr 17, 2014, 12:03:45 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 41376ac
- Parents:
- 4a67ae4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/delphes_card_CMS.tcl
r4a67ae4 r282f591 535 535 536 536 # tracks, towers and eflow objects are not stored by default in the output. 537 # if needed (for jet constituent or other studies), uncomment the relevant 538 # "add Branch ..." lines. 537 # if needed (for jet constituent or other studies), uncomment the relevant 538 # "add Branch ..." lines. 539 539 540 540 module TreeWriter TreeWriter { 541 541 # add Branch InputArray BranchName BranchClass 542 543 542 add Branch Delphes/allParticles Particle GenParticle 544 543 545 544 # add Branch TrackMerger/tracks Track Track 546 545 # add Branch Calorimeter/towers Tower Tower 547 add Branch Calorimeter/eflowTracks EFlowTrack Track 548 add Branch Calorimeter/eflowPhotons EFlowPhoton Tower 549 add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower 550 546 547 # add Branch Calorimeter/eflowTracks EFlowTrack Track 548 # add Branch Calorimeter/eflowPhotons EFlowPhoton Tower 549 # add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower 550 551 551 add Branch GenJetFinder/jets GenJet Jet 552 552 add Branch UniqueObjectFinder/jets Jet Jet
Note:
See TracChangeset
for help on using the changeset viewer.