Changeset f8299bc in git for modules/SimpleCalorimeter.cc
- Timestamp:
- Jun 6, 2016, 2:39:19 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- e2339af
- Parents:
- af2c385
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/SimpleCalorimeter.cc
raf2c385 rf8299bc 504 504 tower->Eem = (!fIsEcal) ? 0 : energy; 505 505 tower->Ehad = (fIsEcal) ? 0 : energy; 506 506 507 507 tower->Momentum.SetPtEtaPhiE(pt, eta, phi, energy); 508 509 tower->PID = (fIsEcal) ? 22 : 0; 510 508 511 fEFlowTowerOutputArray->Add(tower); 509 512 }
Note:
See TracChangeset
for help on using the changeset viewer.