Changeset 5599 for trunk/MagicSoft/include-Classes/MMcFormat
- Timestamp:
- 12/15/04 00:58:12 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h
r5339 r5599 33 33 // mirrors, etc. 34 34 // 35 // Version 5: Added member fPmtTimeJitter, the time jitter of the PMTs 36 // (sigma of gaussian) for each photoelectron. 37 // 35 38 ///////////////////////////////////////////////////////////////////////////////// 36 39 … … 57 60 Float_t fMissPointingX; // [deg] Misspointing in deg added in he Camera 58 61 Float_t fMissPointingY; // [deg] simulation at rho (rotation FoV) = 0. 62 63 Float_t fPmtTimeJitter; // [ns] PMT time jitter (sigma of gaussian), per phe- 59 64 60 65 // QE Information … … 125 130 MGeomPMT &GetPMT(int i) { return *(MGeomPMT*)(fPMTs->UncheckedAt(i)); } 126 131 MGeomPMT &GetPMT(int i) const { return *(MGeomPMT*)(fPMTs->UncheckedAt(i)); } 132 void SetPmtTimeJitter(Float_t x) { fPmtTimeJitter = x; } 133 Float_t GetPmtTimeJitter() const { return fPmtTimeJitter; } 127 134 128 ClassDef(MMcConfigRunHeader, 4) // class for monte carlo configuration information135 ClassDef(MMcConfigRunHeader, 5) // class for monte carlo configuration information 129 136 }; 130 137
Note:
See TracChangeset
for help on using the changeset viewer.