Changeset 6913 for trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
- Timestamp:
- 04/07/05 11:32:22 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r6906 r6913 198 198 fName = name ? name : "MJCalibration"; 199 199 fTitle = title ? title : "Tool to create the calibration constants for one calibration run"; 200 201 SetUseBlindPixel(kFALSE);202 SetUsePINDiode(kFALSE);203 200 204 201 SetHiLoCalibration(); … … 2105 2102 } 2106 2103 2107 2108 // --------------------------------------------------------------------------2109 //2110 // Set the useage of the Blind Pixel device2111 //2112 void MJCalibration::SetUseBlindPixel(const Bool_t b)2113 {2114 b ? SETBIT(fDevices,kUseBlindPixel) : CLRBIT(fDevices,kUseBlindPixel);2115 }2116 2117 // --------------------------------------------------------------------------2118 //2119 // Set the useage of the PIN Diode device2120 //2121 void MJCalibration::SetUsePINDiode(const Bool_t b)2122 {2123 b ? SETBIT(fDevices,kUsePINDiode) : CLRBIT(fDevices,kUsePINDiode);2124 }2125 2126 2104 /* 2127 2105 Bool_t MJCalibration::WriteEventloop(MEvtLoop &evtloop) const
Note:
See TracChangeset
for help on using the changeset viewer.