Changeset 3345 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 02/27/04 20:12:28 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/MMcCalibrationUpdate.h
r3265 r3345 30 30 31 31 Bool_t fFillCalibrationCam; 32 Bool_t fOuterPixelsGainScaling; 32 33 33 34 Float_t fAmplitude; // FADC parameters from camera simulation (see camera manual) … … 35 36 Float_t fConversionHiLo; // Ratio of high to low gain. 36 37 37 38 38 public: 39 39 MMcCalibrationUpdate(const char *name=NULL, const char *title=NULL); 40 41 void SetOuterPixelsGainScaling(Bool_t tf) 42 { fOuterPixelsGainScaling = tf; } 40 43 41 44 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.