Changeset 4671 for trunk/MagicSoft


Ignore:
Timestamp:
08/18/04 00:10:08 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mcalib
Files:
3 edited

Legend:

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

    r4669 r4671  
    140140  fBlindPixels.Print();
    141141}
     142
     143// --------------------------------------------------------------------------
     144//
     145// Set color to this class and to the MCalibrationBlindPix's
     146//
     147void  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  
    4040
    4141  // Setters
    42   void  SetColor ( const MCalibrationCam::PulserColor_t col )  { fPulserColor = col; }
     42  void  SetColor ( const MCalibrationCam::PulserColor_t col );
    4343
    4444  // Prints
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargeBlindPix.cc

    r4670 r4671  
    451451  SetFluxInsidePlexiglassAvailable(kTRUE); 
    452452
    453   *fLog << inf << endl;
    454453  *fLog << inf << GetDescriptor()
    455454        << ": Photon flux [ph/mm^2] inside Plexiglass: "
Note: See TracChangeset for help on using the changeset viewer.