Changeset 1322 in svn
- Timestamp:
- Nov 8, 2013, 4:46:52 PM (11 years ago)
- Location:
- trunk/examples
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/delphes_card_ATLAS.tcl
r1279 r1322 191 191 add InputArray ChargedHadronMomentumSmearing/chargedHadrons 192 192 add InputArray ElectronEnergySmearing/electrons 193 add InputArray MuonMomentumSmearing/muons 193 194 set OutputArray tracks 194 195 } … … 275 276 add InputArray Calorimeter/eflowTracks 276 277 add InputArray Calorimeter/eflowTowers 277 add InputArray MuonMomentumSmearing/muons278 278 set OutputArray eflow 279 279 } … … 387 387 module Merger MissingET { 388 388 # add InputArray InputArray 389 add InputArray EFlowMerger/eflow 389 add InputArray Calorimeter/eflowTracks 390 add InputArray Calorimeter/eflowTowers 390 391 set MomentumOutputArray momentum 391 392 } -
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.