Changeset 4a0d9d5 in git for modules/SimpleCalorimeter.cc
- Timestamp:
- Jun 6, 2016, 4:47:16 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- bd0a1aa
- Parents:
- 4406bf8 (diff), 740d430 (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. - File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/SimpleCalorimeter.cc
r4406bf8 r4a0d9d5 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.