Changeset 4671 for trunk/MagicSoft
- Timestamp:
- 08/18/04 00:10:08 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/mcalib
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeBlindCam.cc
r4669 r4671 140 140 fBlindPixels.Print(); 141 141 } 142 143 // -------------------------------------------------------------------------- 144 // 145 // Set color to this class and to the MCalibrationBlindPix's 146 // 147 void MCalibrationChargeBlindCam::SetColor ( const MCalibrationCam::PulserColor_t col ) 148 { 149 150 fPulserColor = col; 151 fBlindPixels.ForEach(MCalibrationChargeBlindPix, SetColor)(col); 152 153 } -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeBlindCam.h
r4669 r4671 40 40 41 41 // Setters 42 void SetColor ( const MCalibrationCam::PulserColor_t col ) { fPulserColor = col; }42 void SetColor ( const MCalibrationCam::PulserColor_t col ); 43 43 44 44 // Prints -
trunk/MagicSoft/Mars/mcalib/MCalibrationChargeBlindPix.cc
r4670 r4671 451 451 SetFluxInsidePlexiglassAvailable(kTRUE); 452 452 453 *fLog << inf << endl;454 453 *fLog << inf << GetDescriptor() 455 454 << ": Photon flux [ph/mm^2] inside Plexiglass: "
Note:
See TracChangeset
for help on using the changeset viewer.