Ignore:
Timestamp:
09/25/04 12:09:09 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationBlindCam.cc

    r5043 r5128  
    6161
    6262  InitSize(nblind);
     63
    6364}
    6465
    6566void MCalibrationBlindCam::Add(const UInt_t a, const UInt_t b)
    6667{
     68
    6769  for (UInt_t i=a; i<b; i++)
    6870    fPixels->AddAt(new MCalibrationBlindPix,i);
     71
    6972}
    7073
     
    184187
    185188
     189// --------------------------------------------------------------------------
     190//
     191// Set color to this class and to the MCalibrationBlindPix's
     192//
     193void  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.