Ignore:
Timestamp:
08/16/06 21:19:42 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7745 r7880  
    11#ifndef MARS_MMcRunHeader
    22#define MARS_MMcRunHeader
    3 ///////////////////////////////////////////////////////////////////////
    4 //                                                                   //
    5 // MMcRunHeader                                                      //
    6 //                                                                   //
    7 // Version 5: removed members fSourceOffsetTheta, fSourceOffsetPhi   //
    8 //            (were no longer used)                                  //
    9 //                                                                   //
    10 // Version 6: removed members fTelesTheta, fTelesPhi                 //
    11 //            (were no longer used)                                  //
    12 //                                                                   //
    13 ///////////////////////////////////////////////////////////////////////
    143
    154#ifndef MARS_MParContainer
     
    6554  UShort_t fCamVersion;
    6655
    67   /* ---- Run Header Informations ---- */
     56  // ---- Run Header Informations ----
    6857  Float_t fMcRunNumber;     // Run Number
    6958  UInt_t  fProductionSite;  // code to know where the run was generated
     
    9180  Byte_t  fOpticLinksNoise;  // Noise from Optic Links simualted or not.
    9281
     82  // Semiaperture of the cone around the direction of the primary within which the
     83  // orientation of the telescope axis is scattered (deg). This is used in reflector
     84  // simulation to re-use each Corsika event more than once.
     85  Float_t fRandomPointingConeSemiAngle;
     86
     87
    9388public:
    9489  MMcRunHeader(const char *name=NULL, const char *title=NULL);
    95   ~MMcRunHeader();
    9690
    9791  void Fill(const Float_t  runnumber,
     
    127121            const UInt_t   num0bslev,
    128122            const Float_t  heightlev[10],
    129             const UInt_t   corsika,
     123            const UInt_t   corsika,               
    130124            const UInt_t   refl,
    131125            const UInt_t   cam,
    132             const Byte_t   opticnoise
     126            const Byte_t   opticnoise,
     127            const Float_t  conesmiangle=0
    133128            );
    134129 
     
    151146  Float_t GetImpactMax() const            {return fImpactMax;}
    152147
    153   ClassDef(MMcRunHeader, 6)     // storage container for general run info
     148  ClassDef(MMcRunHeader, 7)     // storage container for general run info
    154149};
     150
    155151#endif
    156 
    157 
Note: See TracChangeset for help on using the changeset viewer.