Ignore:
Timestamp:
04/29/04 18:01:04 (20 years ago)
Author:
moralejo
Message:
*** empty log message ***
Location:
trunk/MagicSoft/include-Classes/MMcFormat
Files:
3 edited

Legend:

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

    r3506 r3894  
    6464  UInt_t fPassPhotAtm;      // [ph] Passed atmosphere
    6565  UInt_t fPassPhotRef;      // [ph] Passed reflector(reflectivity + effective area)
    66   UInt_t fPassPhotCone;     // [ph] Passed glas
    67   UInt_t fPhotElfromShower; // [phe] Passed qe coming from the shower
     66  UInt_t fPassPhotCone;     // [ph]  Within any valid pixel, before plexiglas
     67  UInt_t fPhotElfromShower; // [phe] Passed qe, coming from the shower
    6868  UInt_t fPhotElinCamera;   // [phe] usPhotElfromShower + mean of phe
    6969                            // from NSB
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.cxx

    r2394 r3894  
    115115    fTelesTheta = 0.0;
    116116    fTelesPhi = 0.0;
    117     fSourceOffsetTheta = 0.0;
    118     fSourceOffsetPhi = 0.0;
    119117    fShowerThetaMax = 0.0;
    120118    fShowerThetaMin = 0.0;
     
    175173                        const Float_t  telestheta,
    176174                        const Float_t  telesphi,
    177                         const Float_t  sofftheta,
    178                         const Float_t  soffphi,
    179175                        const Float_t  shthetamax,
    180176                        const Float_t  shthetamin,
     
    219215    fTelesTheta = telestheta;
    220216    fTelesPhi = telesphi;
    221     fSourceOffsetTheta = sofftheta;
    222     fSourceOffsetPhi = soffphi;
    223217    fShowerThetaMax = shthetamax;
    224218    fShowerThetaMin = shthetamin;
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcRunHeader.hxx

    r2283 r3894  
    33///////////////////////////////////////////////////////////////////////
    44//                                                                   //
    5 // MRunHeader                                                        //
     5// MMcRunHeader                                                      //
     6//                                                                   //
     7// Version 5: removed members fSourceOffsetTheta, fSourceOffsetPhi   //
     8//            (were no longer used)                                  //
    69//                                                                   //
    710///////////////////////////////////////////////////////////////////////
     
    5154  Float_t fTelesPhi;    // See class description. > 360 (400) means that telescope is always pointing the shower.
    5255                        // Otherwise it is Phi where Telescope is pointing.
    53 
    54   //  Angular distance from the source position to the camera center
    55   Float_t fSourceOffsetTheta;
    56   Float_t fSourceOffsetPhi;
    5756 
    5857  //  Angular range used in the Corsika showers generation (degrees)
     
    123122            const Float_t  telestheta,
    124123            const Float_t  telesphi,
    125             const Float_t  sofftheta,
    126             const Float_t  soffphi,
    127124            const Float_t  shthetamax,
    128125            const Float_t  shthetamin,
     
    153150  Float_t GetImpactMax() const            {return fImpactMax;}
    154151
    155   ClassDef(MMcRunHeader, 4)     // storage container for general run info
     152  ClassDef(MMcRunHeader, 5)     // storage container for general run info
    156153};
    157154#endif
Note: See TracChangeset for help on using the changeset viewer.