Ignore:
Timestamp:
04/01/04 21:00:16 (21 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.