Fork me on GitHub

Changeset 1322 in svn for trunk/examples


Ignore:
Timestamp:
Nov 8, 2013, 4:46:52 PM (11 years ago)
Author:
Pavel Demin
Message:

fix energy flow for muons in ATLAS cards

Location:
trunk/examples
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/examples/delphes_card_ATLAS.tcl

    r1279 r1322  
    191191  add InputArray ChargedHadronMomentumSmearing/chargedHadrons
    192192  add InputArray ElectronEnergySmearing/electrons
     193  add InputArray MuonMomentumSmearing/muons
    193194  set OutputArray tracks
    194195}
     
    275276  add InputArray Calorimeter/eflowTracks
    276277  add InputArray Calorimeter/eflowTowers
    277   add InputArray MuonMomentumSmearing/muons
    278278  set OutputArray eflow
    279279}
     
    387387module Merger MissingET {
    388388# add InputArray InputArray
    389   add InputArray EFlowMerger/eflow
     389  add InputArray Calorimeter/eflowTracks
     390  add InputArray Calorimeter/eflowTowers
    390391  set MomentumOutputArray momentum
    391392}
  • trunk/examples/delphes_card_ATLAS_PileUp.tcl

    r1279 r1322  
    215215  add InputArray ChargedHadronMomentumSmearing/chargedHadrons
    216216  add InputArray ElectronEnergySmearing/electrons
     217  add InputArray MuonMomentumSmearing/muons
    217218  set OutputArray tracks
    218219}
     
    314315  add InputArray TrackPileUpSubtractor/eflowTracks
    315316  add InputArray Calorimeter/eflowTowers
    316   add InputArray MuonMomentumSmearing/muons
    317317  set OutputArray eflow
    318318}
     
    337337  set RhoEtaMax 5.0
    338338
     339  add RhoEtaRange 0.0 5.0
     340
    339341  set JetPTMin 0.0
    340342}
     
    511513module Merger MissingET {
    512514# add InputArray InputArray
    513   add InputArray EFlowMerger/eflow
     515  add InputArray Calorimeter/eflowTracks
     516  add InputArray Calorimeter/eflowTowers
    514517  set MomentumOutputArray momentum
    515518}
     
    607610#  add Branch Calorimeter/eflowTracks EFlowTrack Track
    608611#  add Branch Calorimeter/eflowTowers EFlowTower Tower
    609 #  add Branch MuonMomentumSmearing/muons EFlowMuon Muon
    610612  add Branch GenJetFinder/jets GenJet Jet
    611613  add Branch UniqueObjectFinder/jets Jet Jet
     
    616618  add Branch ScalarHT/energy ScalarHT ScalarHT
    617619  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.