Ignore:
Timestamp:
12/15/04 00:58:12 (20 years ago)
Author:
MAGIC
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcConfigRunHeader.h

    r5339 r5599  
    3333//            mirrors, etc.
    3434//
     35// Version 5: Added member fPmtTimeJitter, the time jitter of the PMTs
     36//            (sigma of gaussian) for each photoelectron.
     37//
    3538/////////////////////////////////////////////////////////////////////////////////
    3639
     
    5760    Float_t fMissPointingX;     // [deg] Misspointing in deg added in he Camera
    5861    Float_t fMissPointingY;     // [deg] simulation at rho (rotation FoV) = 0.
     62
     63    Float_t fPmtTimeJitter;     // [ns] PMT time jitter (sigma of gaussian), per phe-
    5964
    6065    // QE Information
     
    125130    MGeomPMT &GetPMT(int i)  { return *(MGeomPMT*)(fPMTs->UncheckedAt(i)); }
    126131    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; }
    127134
    128     ClassDef(MMcConfigRunHeader, 4)  // class for monte carlo configuration information
     135    ClassDef(MMcConfigRunHeader, 5)  // class for monte carlo configuration information
    129136};
    130137
Note: See TracChangeset for help on using the changeset viewer.