Changeset 19662 for trunk/Mars/msim
- Timestamp:
- 09/23/19 18:08:10 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msim/MPhotonEvent.h
r19561 r19662 79 79 { 80 80 private: 81 Float_t fTimeFirst; //! Start of (simulated) sampling window82 Float_t fTimeLast; //! Startof (simulated) sampling window81 Float_t fTimeFirst; //! [ns] Start of (simulated) sampling window 82 Float_t fTimeLast; //! [ns] End of (simulated) sampling window 83 83 84 Float_t fLength; // Time between first and last photon85 Float_t fTimeMedDev; // Median deviation84 Float_t fLength; // [ns] Time between first and last photon 85 Float_t fTimeMedDev; // [ns] Median deviation 86 86 87 87 // Float_t fOffset;
Note:
See TracChangeset
for help on using the changeset viewer.