Changeset 18159 for branches/MarsGapdTimeJitter/msimcamera/MSimCamera.cc
- Timestamp:
- 03/05/15 14:31:12 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/MarsGapdTimeJitter/msimcamera/MSimCamera.cc
r18108 r18159 452 452 t = t + timeoffset[idx]; 453 453 454 // FIXME: Time jitter? 454 455 // Jens Buss on GapdTimeJitter 455 456 // add also a time offset to arrival times of single photons 457 // TODO: change to ns, use: fRunHeader->GetFreqSampling() 456 458 Double_t timeJitter = gRandom->Gaus(0.0, gapdTimeJitter); 457 459 t = t + timeJitter; 458 460 459 // FIXME: Time jitter?460 461 // FIXME: Add additional routing here? 461 462 // FIMXE: How stable is the gain?
Note:
See TracChangeset
for help on using the changeset viewer.