Changeset 4130 for trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h
- Timestamp:
- 05/22/04 17:28:39 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeCalc.h
r3991 r4130 66 66 MCalibrationCam::PulserColor_t fPulserColor; // Calibration LEDs colour 67 67 68 TString fOutputPath; // Path to the output file 69 68 70 // Pointers 69 71 MBadPixelsCam *fBadPixels; // Bad Pixels … … 110 112 void SetLambdaErrLimit ( const Float_t f=fgLambdaErrLimit ) { fLambdaErrLimit = f; } 111 113 void SetLambdaCheckLimit ( const Float_t f=fgLambdaCheckLimit ) { fLambdaCheckLimit = f; } 114 void SetOutputPath ( const char *path="." ); 112 115 void SetPheErrLimit ( const Float_t f=fgPheErrLimit ) { fPheErrLimit = f; } 113 116 void SetPulserColor ( const MCalibrationCam::PulserColor_t col ) { fPulserColor = col; }
Note:
See TracChangeset
for help on using the changeset viewer.