Ignore:
Timestamp:
12/17/03 16:26:30 (21 years ago)
Author:
blanch
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2684 r2691  
    44/////////////////////////////////////////////////////////////////////////////
    55//                                                                         //
    6 // MCalibrate                                                            //
     6// MCalibrate                                                              //
    77//                                                                         //
    88// Integrates the desired ADC time slices of one pixel and apply           //
     
    1818#endif
    1919
     20class MGeomCam;
    2021class MCalibrationCam;
    2122class MExtractedSignalCam;
     
    2526{
    2627
    27   MCalibrationCam     *fCalibrations;
    28   MExtractedSignalCam *fSignals;
    29   MCerPhotEvt         *fCerPhotEvt; // Cerenkov Photon Event used for calculation
     28    MGeomCam            *fGeomCam;      // Geometry of the camera
     29    MCalibrationCam     *fCalibrations; // Calibration constants
     30    MExtractedSignalCam *fSignals;      // Integrated charge in FADCs counts
     31    MCerPhotEvt         *fCerPhotEvt; // Cerenkov Photon Event used for calculation
    3032 
    3133  Int_t PreProcess(MParList *pList);
     
    3638    MCalibrate(const char *name=NULL, const char *title=NULL);
    3739
    38     ClassDef(MCalibrate, 0)   // Task to calculate cerenkov photons from raw data
     40    ClassDef(MCalibrate, 0)   // Task to calculate cerenkov photons using calibration constants
    3941};
    4042 
Note: See TracChangeset for help on using the changeset viewer.