Changeset 6330
- Timestamp:
- 02/10/05 01:46:53 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6329 r6330 67 67 * mcalib/MCalibrationTestCam.h 68 68 - take out include of TArrayI (already in base class) 69 70 * mcalib/MCalibrateData.h 71 - make default argument for SetSignalType kPhe. 69 72 70 73 -
trunk/MagicSoft/Mars/mcalib/MCalibrateData.h
r6091 r6330 121 121 122 122 void SetCalibrationMode ( CalibrationMode_t calmode=kDefault ) { fCalibrationMode=calmode; } 123 void SetSignalType ( SignalType_t sigtype=kPh ot) { fSignalType =sigtype; }123 void SetSignalType ( SignalType_t sigtype=kPhe ) { fSignalType =sigtype; } 124 124 125 125 void SetCalibConvMinLimit( const Float_t f=fgCalibConvMinLimit ) { fCalibConvMinLimit = f; }
Note:
See TracChangeset
for help on using the changeset viewer.