Ignore:
Timestamp:
03/05/15 14:31:12 (10 years ago)
Author:
Jens Buss
Message:
added some comments
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/MarsGapdTimeJitter/msimcamera/MSimCamera.cc

    r18108 r18159  
    452452        t = t + timeoffset[idx];
    453453
     454        // FIXME: Time jitter?
    454455        // Jens Buss on GapdTimeJitter
    455456        // add also a time offset to arrival times of single photons
     457        // TODO: change to ns, use: fRunHeader->GetFreqSampling()
    456458        Double_t timeJitter = gRandom->Gaus(0.0, gapdTimeJitter);
    457459        t = t + timeJitter;
    458460
    459         // FIXME: Time jitter?
    460461        // FIXME: Add additional routing here?
    461462        // FIMXE: How stable is the gain?
Note: See TracChangeset for help on using the changeset viewer.