Fork me on GitHub

Ignore:
Timestamp:
Nov 8, 2013, 4:46:52 PM (11 years ago)
Author:
pavel <pavel@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
d07e957
Parents:
3b465ca
Message:

fix energy flow for muons in ATLAS cards

File:
1 edited

Legend:

Unmodified
Added
Removed
  • examples/delphes_card_ATLAS.tcl

    r3b465ca r984cd31  
    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}
Note: See TracChangeset for help on using the changeset viewer.