Changeset 914fb04 in git for modules/EnergySmearing.cc
- Timestamp:
- Oct 1, 2015, 3:32:32 PM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- c62695e
- Parents:
- 122e1e5 (diff), fa7f333 (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/EnergySmearing.cc
r122e1e5 r914fb04 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.