Fork me on GitHub

Changeset 914fb04 in git for cards/delphes_card_ILD.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_ILD.tcl

    r122e1e5 r914fb04  
    214214
    215215  set TowerOutputArray ecalTowers
     216  set EFlowTrackOutputArray eflowTracks
    216217  set EFlowTowerOutputArray eflowPhotons
    217218
     
    274275module SimpleCalorimeter HCal {
    275276  set ParticleInputArray ParticlePropagator/stableParticles
    276   set TrackInputArray ImpactParameterSmearing/tracks
     277  set TrackInputArray ECal/eflowTracks
    277278
    278279  set TowerOutputArray hcalTowers
     280  set EFlowTrackOutputArray eflowTracks
    279281  set EFlowTowerOutputArray eflowNeutralHadrons
    280282
     
    349351module Merger EFlowMerger {
    350352# add InputArray InputArray
    351   add InputArray ImpactParameterSmearing/tracks
     353  add InputArray HCal/eflowTracks
    352354  add InputArray ECal/eflowPhotons
    353355  add InputArray HCal/eflowNeutralHadrons
Note: See TracChangeset for help on using the changeset viewer.