Changeset 1144


Ignore:
Timestamp:
01/09/02 15:49:02 (23 years ago)
Author:
blanch
Message:
Member data const MPedestalCam *fPedestals has been changed to MPedestalCam
*fPedestals.
File:
1 edited

Legend:

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

    r1128 r1144  
    2222class MCerPhotCalc : public MTask
    2323{
    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
     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 
    2929public:
Note: See TracChangeset for help on using the changeset viewer.