Changeset 19662 for trunk/Mars/msim


Ignore:
Timestamp:
09/23/19 18:08:10 (5 years ago)
Author:
tbretz
Message:
Added some comments about units
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msim/MPhotonEvent.h

    r19561 r19662  
    7979{
    8080private:
    81     Float_t fTimeFirst;  //! Start of (simulated) sampling window
    82     Float_t fTimeLast;   //! Start of (simulated) sampling window
     81    Float_t fTimeFirst;  //! [ns] Start of (simulated) sampling window
     82    Float_t fTimeLast;   //! [ns] End  of (simulated) sampling window
    8383
    84     Float_t fLength;     // Time between first and last photon
    85     Float_t fTimeMedDev; // Median deviation
     84    Float_t fLength;     // [ns] Time between first and last photon
     85    Float_t fTimeMedDev; // [ns] Median deviation
    8686
    8787//    Float_t fOffset;
Note: See TracChangeset for help on using the changeset viewer.