Changeset 8624f58 in git for cards/delphes_card_LHCb.tcl
- Timestamp:
- Dec 19, 2014, 2:11:47 PM (10 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- ca29ad7
- Parents:
- c04eb8a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
cards/delphes_card_LHCb.tcl
rc04eb8a r8624f58 20 20 IdentificationMap 21 21 22 E cal23 H cal22 ECal 23 HCal 24 24 25 25 TreeWriter … … 217 217 ############# 218 218 219 module SimpleCalorimeter E cal {219 module SimpleCalorimeter ECal { 220 220 set ParticleInputArray ParticlePropagator/stableParticles 221 221 set TrackInputArray IdentificationMap/tracks … … 292 292 ############# 293 293 294 module SimpleCalorimeter H cal {294 module SimpleCalorimeter HCal { 295 295 set ParticleInputArray ParticlePropagator/stableParticles 296 296 set TrackInputArray IdentificationMap/tracks … … 369 369 370 370 add Branch IdentificationMap/tracks Track Track 371 add Branch H cal/eflowNeutralHadrons NeutralHadron Tower372 add Branch E cal/eflowPhotons Photon Photon373 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.