Changeset 3627


Ignore:
Timestamp:
04/01/04 21:00:16 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r3626 r3627  
    3535   * mcalib/MHCalibrationChargeCam.[h,cc]
    3636     - updated and enlarged documentation
     37
     38   * mcalib/MCalibrationChargePix.[h,cc]
     39     - removed flag kLoGainSaturation, because it is already in MBadPixelsPix
     40
    3741
    3842 2004/03/31: Markus Gaug
  • trunk/MagicSoft/Mars/mcalib/MCalibrationChargePix.cc

    r3603 r3627  
    139139
    140140  SetHiGainSaturation       ( kFALSE );
    141   SetLoGainSaturation       ( kFALSE );
    142141  SetExcluded               ( kFALSE );
    143142  SetBlindPixelMethodValid  ( kFALSE );
     
    302301}
    303302
    304 // --------------------------------------------------------------------------
    305 //
    306 // Set the Lo Gain Saturation Bit from outside
    307 //
    308 void MCalibrationChargePix::SetLoGainSaturation(Bool_t b)
    309 {
    310     b ?  SETBIT(fFlags, kLoGainSaturation) : CLRBIT(fFlags, kLoGainSaturation);
    311 }
    312303
    313304// --------------------------------------------------------------------------
     
    542533}
    543534
    544 Bool_t MCalibrationChargePix::IsLoGainSaturation()    const
    545 {
    546    return TESTBIT(fFlags,kLoGainSaturation); 
    547 }
    548 
    549535Bool_t MCalibrationChargePix::IsBlindPixelMethodValid() const
    550536{
Note: See TracChangeset for help on using the changeset viewer.