Changeset f8299bc in git
- Timestamp:
- Jun 6, 2016, 2:39:19 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- e2339af
- Parents:
- af2c385
- Location:
- modules
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/Calorimeter.cc
raf2c385 rf8299bc 625 625 tower->Eem = ecalEnergy; 626 626 tower->Ehad = 0.0; 627 tower->PID = 22; 627 628 628 629 fEFlowPhotonOutputArray->Add(tower); -
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.