Ignore:
Timestamp:
07/15/02 20:35:15 (22 years ago)
Author:
bigongia
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/manalysis/MCerPhotCalc2.h

    r1399 r1404  
    2222class MCerPhotCalc2 : public MTask
    2323{
    24     MPedestalCam  *fPedestals;  // Pedestals of all pixels in the camera
    25     MRawEvtData   *fRawEvt;     // raw event data (time slices)
    26     MCerPhotEvt   *fCerPhotEvt; // Cerenkov Photon Event used for calculation
    27     MRawRunHeader *fRunHeader;  //  RunHeader information
     24    MPedestalCam   *fPedestals;  // Pedestals of all pixels in the camera
     25    MRawEvtData    *fRawEvt;     // raw event data (time slices)
     26    MCerPhotEvt    *fCerPhotEvt; // Cerenkov Photon Event used for calculation
     27    MRawRunHeader  *fRunHeader;  //  RunHeader information
    2828 
    29     Bool_t         fEnableFix;  // fix for a bug in files from older camera versions (<=40)
     29    Bool_t          fEnableFix;  // fix for a bug in files from older camera versions (<=40)
    3030
     31    Float_t         fSumQuadWeights, fSumWeights;
     32    static Float_t  fWeight[15];
    3133
    3234public:
     
    4143};
    4244
     45
    4346#endif
Note: See TracChangeset for help on using the changeset viewer.