Fork me on GitHub

Changeset 914fb04 in git for cards/delphes_card_LHCb.tcl


Ignore:
Timestamp:
Oct 1, 2015, 3:32:32 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
c62695e
Parents:
122e1e5 (diff), fa7f333 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge pull request #16 from selvaggi/master

fixed eflow at high pt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_LHCb.tcl

    r122e1e5 r914fb04  
    270270
    271271  set TowerOutputArray ecalTowers
     272  set EFlowTrackOutputArray eflowTracks
    272273  set EFlowTowerOutputArray eflowPhotons
    273274
     
    349350module SimpleCalorimeter HCal {
    350351  set ParticleInputArray ParticlePropagator/stableParticles
    351   set TrackInputArray IdentificationMap/tracks
     352  set TrackInputArray ECal/eflowTracks
    352353
    353354  set TowerOutputArray hcalTowers
     355  set EFlowTrackOutputArray eflowTracks
    354356  set EFlowTowerOutputArray eflowNeutralHadrons
    355357
Note: See TracChangeset for help on using the changeset viewer.