Changeset c4b2aae in git for modules/EnergySmearing.cc
- Timestamp:
- Oct 7, 2015, 2:51:00 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- e2dd4c5
- Parents:
- 934d037
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/EnergySmearing.cc
r934d037 rc4b2aae 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 candidate->TrackResolution = fFormula->Eval(pt, eta, phi, energy)/candidateMomentum.E(); 122 122 candidate->AddCandidate(mother); 123 123
Note:
See TracChangeset
for help on using the changeset viewer.