Changeset a0629ab in git
- Timestamp:
- May 26, 2016, 2:57:44 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 28c722a
- Parents:
- 6e3d5f4
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TimeSmearing.cc
r6e3d5f4 ra0629ab 104 104 // apply smearing formula 105 105 t = gRandom->Gaus(t, fTimeResolution); 106 106 107 107 mother = candidate; 108 108 candidate = static_cast<Candidate*>(candidate->Clone()); 109 109 candidate->Position.SetT(t*1.0E3*c_light); 110 candidate->ErrorT = fTimeResolution*1.0E3*c_light; 110 111 111 112 candidate->AddCandidate(mother);
Note:
See TracChangeset
for help on using the changeset viewer.