Changeset 27bf162 in git for examples/delphes_card_ATLAS.tcl
- Timestamp:
- Mar 9, 2014, 12:10:05 PM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- e7407e3
- Parents:
- d4c4d9d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
examples/delphes_card_ATLAS.tcl
rd4c4d9d r27bf162 207 207 208 208 set EFlowTrackOutputArray eflowTracks 209 set EFlowTowerOutputArray eflowTowers 209 set EFlowPhotonOutputArray eflowPhotons 210 set EFlowNeutralHadronOutputArray eflowNeutralHadrons 210 211 211 212 set pi [expr {acos(-1)}] … … 275 276 # add InputArray InputArray 276 277 add InputArray Calorimeter/eflowTracks 277 add InputArray Calorimeter/eflowTowers 278 add InputArray Calorimeter/eflowPhotons 279 add InputArray Calorimeter/eflowNeutralHadrons 278 280 set OutputArray eflow 279 281 } … … 387 389 module Merger MissingET { 388 390 # add InputArray InputArray 389 add InputArray Calorimeter/eflowTracks 390 add InputArray Calorimeter/eflowTowers 391 add InputArray EFlowMerger/eflow 391 392 set MomentumOutputArray momentum 392 393 } … … 446 447 447 448 # scale formula for jets 448 set ScaleFormula {1.0 8}449 set ScaleFormula {1.00} 449 450 } 450 451 … … 521 522 ################## 522 523 524 525 # 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 529 523 530 module TreeWriter TreeWriter { 524 531 # add Branch InputArray BranchName BranchClass 525 532 add Branch Delphes/allParticles Particle GenParticle 526 add Branch TrackMerger/tracks Track Track 527 add Branch Calorimeter/towers Tower Tower 533 534 # add Branch TrackMerger/tracks Track Track 535 # add Branch Calorimeter/towers Tower Tower 528 536 # add Branch Calorimeter/eflowTracks EFlowTrack Track 529 # add Branch Calorimeter/eflowTowers EFlowTower Tower 537 # add Branch Calorimeter/eflowPhotons EFlowPhoton Tower 538 # add Branch Calorimeter/eflowNeutralHadrons EFlowNeutralHadron Tower 539 530 540 add Branch GenJetFinder/jets GenJet Jet 531 541 add Branch UniqueObjectFinder/jets Jet Jet
Note:
See TracChangeset
for help on using the changeset viewer.