Changeset 1581


Ignore:
Timestamp:
11/06/02 15:02:44 (22 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx

    r1342 r1581  
    4646 
    4747  //  Telescope axis position (zenith and azimutal angle)
    48   Float_t fTelesTheta;  // >180 (200) means for each shower,
    49                         // the Theta of shower
    50   Float_t fTelesPhi;    // > 360 (400) means for each shower,
    51                         // the Phi of shower
     48  Float_t fTelesTheta;  // >180 (200) means that telescope is always pointing the
     49                        // shower. Otherwise it is Theta where Telescope is pointing.
     50  Float_t fTelesPhi;    // > 360 (400) means that telescope is always pointing the
     51                        //  shower. Otherwise it is Phi where Telescope is pointing.
    5252
    5353  //  Angular distance from the source position to the camera center
     
    8787  //  Spectral index
    8888  Float_t   fSlopeSpec;
     89
     90  // Noise from Optic Links
     91  Byte_t  fOpticLinksNoise;  // Noise from Optic Links simualted or not.
    8992
    9093public:
     
    143146  Bool_t   GetAllEvtsTriggered() const    { return fAllEvtsTriggered ? kTRUE : kFALSE; }
    144147
    145   ClassDef(MMcRunHeader, 2)     // storage container for general info
     148  ClassDef(MMcRunHeader, 3)     // storage container for general info
    146149};
    147150#endif
Note: See TracChangeset for help on using the changeset viewer.