Changeset 59d6164 in git for cards/delphes_card_ATLAS_PileUp.tcl
- Timestamp:
- Dec 16, 2015, 3:29:03 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 4cf7c25
- Parents:
- 7e227ae
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_ATLAS_PileUp.tcl
r7e227ae r59d6164 26 26 NeutrinoFilter 27 27 GenJetFinder 28 28 GenMissingET 29 29 30 Rho 30 31 FastJetFinder … … 41 42 MuonEfficiency 42 43 MuonIsolation 43 44 44 45 MissingET 45 46 … … 433 434 } 434 435 436 ######################### 437 # Gen Missing ET merger 438 ######################## 439 440 module Merger GenMissingET { 441 # add InputArray InputArray 442 add InputArray NeutrinoFilter/filteredParticles 443 set MomentumOutputArray momentum 444 } 445 446 435 447 ############ 436 448 # Jet finder … … 717 729 718 730 add Branch GenJetFinder/jets GenJet Jet 731 add Branch GenMissingET/momentum GenMissingET MissingET 732 719 733 add Branch UniqueObjectFinder/jets Jet Jet 720 734 add Branch UniqueObjectFinder/electrons Electron Electron
Note:
See TracChangeset
for help on using the changeset viewer.