Changeset 1322 in svn for trunk/examples/delphes_card_ATLAS_PileUp.tcl
- Timestamp:
- Nov 8, 2013, 4:46:52 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/delphes_card_ATLAS_PileUp.tcl
r1279 r1322 215 215 add InputArray ChargedHadronMomentumSmearing/chargedHadrons 216 216 add InputArray ElectronEnergySmearing/electrons 217 add InputArray MuonMomentumSmearing/muons 217 218 set OutputArray tracks 218 219 } … … 314 315 add InputArray TrackPileUpSubtractor/eflowTracks 315 316 add InputArray Calorimeter/eflowTowers 316 add InputArray MuonMomentumSmearing/muons317 317 set OutputArray eflow 318 318 } … … 337 337 set RhoEtaMax 5.0 338 338 339 add RhoEtaRange 0.0 5.0 340 339 341 set JetPTMin 0.0 340 342 } … … 511 513 module Merger MissingET { 512 514 # add InputArray InputArray 513 add InputArray EFlowMerger/eflow 515 add InputArray Calorimeter/eflowTracks 516 add InputArray Calorimeter/eflowTowers 514 517 set MomentumOutputArray momentum 515 518 } … … 607 610 # add Branch Calorimeter/eflowTracks EFlowTrack Track 608 611 # add Branch Calorimeter/eflowTowers EFlowTower Tower 609 # add Branch MuonMomentumSmearing/muons EFlowMuon Muon610 612 add Branch GenJetFinder/jets GenJet Jet 611 613 add Branch UniqueObjectFinder/jets Jet Jet … … 616 618 add Branch ScalarHT/energy ScalarHT ScalarHT 617 619 add Branch Rho/rho Rho Rho 618 } 619 620 add Branch PileUpMerger/Vertices Vertex Vertex 621 } 622
Note:
See TracChangeset
for help on using the changeset viewer.