Fork me on GitHub

Changeset 8624f58 in git for cards/delphes_card_LHCb.tcl


Ignore:
Timestamp:
Dec 19, 2014, 2:11:47 PM (10 years ago)
Author:
Pavel Demin <pavel.demin@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
ca29ad7
Parents:
c04eb8a
Message:

replace Ecal with ECal and Hcal with HCal

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cards/delphes_card_LHCb.tcl

    rc04eb8a r8624f58  
    2020  IdentificationMap
    2121 
    22   Ecal
    23   Hcal
     22  ECal
     23  HCal
    2424
    2525  TreeWriter
     
    217217#############
    218218
    219 module SimpleCalorimeter Ecal {
     219module SimpleCalorimeter ECal {
    220220  set ParticleInputArray ParticlePropagator/stableParticles
    221221  set TrackInputArray IdentificationMap/tracks
     
    292292#############
    293293
    294 module SimpleCalorimeter Hcal {
     294module SimpleCalorimeter HCal {
    295295  set ParticleInputArray ParticlePropagator/stableParticles
    296296  set TrackInputArray IdentificationMap/tracks
     
    369369
    370370  add Branch IdentificationMap/tracks Track Track
    371   add Branch Hcal/eflowNeutralHadrons NeutralHadron Tower
    372   add Branch Ecal/eflowPhotons Photon Photon
    373  
    374 }
    375 
     371  add Branch HCal/eflowNeutralHadrons NeutralHadron Tower
     372  add Branch ECal/eflowPhotons Photon Photon
     373 
     374}
     375
Note: See TracChangeset for help on using the changeset viewer.