Changeset b25184c in git for modules/MomentumSmearing.cc
- Timestamp:
- Aug 26, 2016, 10:23:56 AM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- bba5aca
- Parents:
- eceb415 (diff), 4827699 (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/MomentumSmearing.cc
receb415 rb25184c 123 123 phi = candidateMomentum.Phi(); 124 124 candidate->Momentum.SetPtEtaPhiE(pt, eta, phi, pt*TMath::CosH(eta)); 125 candidate->TrackResolution = fFormula->Eval(pt, eta, phi, e); 125 //candidate->TrackResolution = fFormula->Eval(pt, eta, phi, e); 126 candidate->TrackResolution = res; 126 127 candidate->AddCandidate(mother); 127 128
Note:
See TracChangeset
for help on using the changeset viewer.