Fork me on GitHub

Ignore:
Timestamp:
Oct 1, 2015, 3:27:53 PM (9 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
914fb04
Parents:
a98c7ef
Message:

fixed eflow at high pt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_FCC_basic.tcl

    ra98c7ef rfa7f333  
    224224
    225225  set TowerOutputArray ecalTowers
     226  set EFlowTrackOutputArray eflowTracks
    226227  set EFlowTowerOutputArray eflowPhotons
    227228
     
    287288module SimpleCalorimeter HCal {
    288289  set ParticleInputArray ParticlePropagator/stableParticles
    289   set TrackInputArray ImpactParameterSmearing/tracks
     290  set TrackInputArray ECal/eflowTracks
    290291
    291292  set TowerOutputArray hcalTowers
     293  set EFlowTrackOutputArray eflowTracks
    292294  set EFlowTowerOutputArray eflowNeutralHadrons
    293295
     
    365367module Merger EFlowMerger {
    366368# add InputArray InputArray
    367   add InputArray ImpactParameterSmearing/tracks
     369  add InputArray HCal/eflowTracks
    368370  add InputArray ECal/eflowPhotons
    369371  add InputArray HCal/eflowNeutralHadrons
Note: See TracChangeset for help on using the changeset viewer.