Changeset 1128


Ignore:
Timestamp:
12/18/01 17:51:52 (23 years ago)
Author:
blanch
Message:
Header file for MCerPhotCalc.cc 1.16
File:
1 edited

Legend:

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

    r1091 r1128  
    1818class MPedestalCam;
    1919class MCerPhotEvt;
     20class MRawRunHeader;
    2021
    2122class MCerPhotCalc : public MTask
    2223{
    23     const MPedestalCam *fPedestals;  // Pedestals of all pixels in the camera
    24           MRawEvtData  *fRawEvt;     // raw event data (time slices)
    25           MCerPhotEvt  *fCerPhotEvt; // Cerenkov Photon Event used for calculation
    26           UShort_t fNumLoGainFadcSlices;      //
    27           UShort_t fNumHiGainFadcSlices;      //
    28 
     24    const 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
     28 
    2929public:
    3030    MCerPhotCalc(const char *name=NULL, const char *title=NULL);
Note: See TracChangeset for help on using the changeset viewer.