Ignore:
Timestamp:
07/06/01 14:24:38 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r698 r857  
    2121class MCerPhotCalc : public MTask
    2222{
    23     MRawEvtData  *fRawEvt;     // raw event data (time slices)
    24     MPedestalCam *fPedestals;  // Pedestals of all pixels in the camera
    25     MCerPhotEvt  *fCerPhotEvt; // Cerenkov Photon Event used for calculation
     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
    2626
    2727public:
Note: See TracChangeset for help on using the changeset viewer.