Ignore:
Timestamp:
12/18/03 20:15:25 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r2669 r2722  
    77
    88class MCalibrationCam;
     9class MPedPhotCam;
     10class MGeomCam;
    911class MMcFadcHeader;
    1012class MExtractedSignalCam;
     
    1921
    2022    MCalibrationCam     *fCalCam;
     23    MPedPhotCam         *fPedPhotCam;
     24    MGeomCam            *fGeom;
    2125    MMcFadcHeader       *fHeaderFadc;
    2226    MExtractedSignalCam *fSignalCam;
    2327
    24     Float_t fADC2PheInner;
    25     Float_t fADC2PheOuter;
     28    Float_t fADC2PhInner; // Conversion factor from ADC counts to photons
     29    Float_t fADC2PhOuter; // for inner and outer pixels.
    2630
    2731public:
    2832    MMcCalibrationCalc(const char *name=NULL, const char *title=NULL);
    2933
    30     void SetADC2PheInner(Float_t x) {fADC2PheInner = x; }
    31     void SetADC2PheOuter(Float_t x) {fADC2PheOuter = x; }
     34    void SetADC2PhInner(Float_t x) {fADC2PhInner = x; }
     35    void SetADC2PhOuter(Float_t x) {fADC2PhOuter = x; }
    3236
    3337    ClassDef(MMcCalibrationCalc, 0)   // Task which obtains, for MC files, the pedestal mean and rms, and the calibration factor from ADC counts to photons.
Note: See TracChangeset for help on using the changeset viewer.