Changeset 4827699 in git
- Timestamp:
- Aug 26, 2016, 10:27:55 AM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 298734e, b25184c
- Parents:
- 79d4123
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/MomentumSmearing.cc
r79d4123 r4827699 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.