Ignore:
Timestamp:
02/27/04 20:12:28 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3265 r3345  
    3030
    3131    Bool_t  fFillCalibrationCam;
     32    Bool_t  fOuterPixelsGainScaling;
    3233
    3334    Float_t fAmplitude;      // FADC parameters from camera simulation (see camera manual)
     
    3536    Float_t fConversionHiLo; // Ratio of high to low gain.
    3637
    37 
    3838public:
    3939    MMcCalibrationUpdate(const char *name=NULL, const char *title=NULL);
     40
     41    void SetOuterPixelsGainScaling(Bool_t tf)
     42      { fOuterPixelsGainScaling = tf; }
    4043
    4144    ClassDef(MMcCalibrationUpdate, 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.