Changeset a98c7ef in git for modules/EnergySmearing.cc
- Timestamp:
- Oct 1, 2015, 3:21:57 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- fa7f333
- Parents:
- d77b51d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/EnergySmearing.cc
rd77b51d ra98c7ef 119 119 phi = candidateMomentum.Phi(); 120 120 candidate->Momentum.SetPtEtaPhiE(energy/TMath::CosH(eta), eta, phi, energy); 121 candidate->TrackResolution = fFormula->Eval(pt, eta, phi, energy)/energy; 121 122 candidate->AddCandidate(mother); 122 123
Note:
See TracChangeset
for help on using the changeset viewer.