Changeset e4c3fef in git for modules/ImpactParameterSmearing.cc
- Timestamp:
- Apr 17, 2014, 10:54:17 AM (11 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- b96d99b
- Parents:
- 2e6a81b
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/ImpactParameterSmearing.cc
r2e6a81b re4c3fef 121 121 122 122 ddxy = gRandom->Gaus(0,fFormula->Eval(pt, eta)); 123 ddz 123 ddz = gRandom->Gaus(0,fFormula->Eval(pt, eta)); 124 124 125 125 //fill smeared values in candidate … … 127 127 128 128 candidate = static_cast<Candidate*>(candidate->Clone()); 129 candidate ->Xd = xd;130 candidate ->Yd = yd;131 candidate ->Zd = zd;129 candidate->Xd = xd; 130 candidate->Yd = yd; 131 candidate->Zd = zd; 132 132 133 candidate ->Dxy = dxy;134 candidate ->SDxy = ddxy;133 candidate->Dxy = dxy; 134 candidate->SDxy = ddxy; 135 135 136 136 candidate->AddCandidate(mother); 137 137 fOutputArray->Add(candidate); 138 139 140 141 138 } 142 139 }
Note:
See TracChangeset
for help on using the changeset viewer.