Changeset 5128 for trunk/MagicSoft/Mars/mcalib/MCalibrationBlindCam.cc
- Timestamp:
- 09/25/04 12:09:09 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationBlindCam.cc
r5043 r5128 61 61 62 62 InitSize(nblind); 63 63 64 } 64 65 65 66 void MCalibrationBlindCam::Add(const UInt_t a, const UInt_t b) 66 67 { 68 67 69 for (UInt_t i=a; i<b; i++) 68 70 fPixels->AddAt(new MCalibrationBlindPix,i); 71 69 72 } 70 73 … … 184 187 185 188 189 // -------------------------------------------------------------------------- 190 // 191 // Set color to this class and to the MCalibrationBlindPix's 192 // 193 void MCalibrationBlindCam::SetPulserColor ( const MCalibrationCam::PulserColor_t col ) 194 { 195 196 fPulserColor = col; 197 fPixels->ForEach(MCalibrationBlindPix, SetColor)(col); 198 199 }
Note:
See TracChangeset
for help on using the changeset viewer.