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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MHCalibrationCam.h

    r4793 r4873  
    8080  Int_t      fPulserFrequency;           // Light pulser frequency
    8181  Bool_t     fDebug;                     // Debug option is used?
     82  Bool_t     fLoGain;                    // Is Low-Gain available
    8283 
    8384  virtual Bool_t SetupHists(const MParList *pList);
     
    161162  void SetColor               ( const MCalibrationCam::PulserColor_t color ) { fColor   = color; }
    162163  void SetDebug               ( const Bool_t b=kTRUE )               { fDebug           = b;     }
     164  void SetLoGain              ( const Bool_t b=kTRUE )               { fLoGain          = b;     }
    163165  void SetAverageNbins        ( const Int_t bins=fgAverageNbins )    { fAverageNbins    = bins;  }
    164166  void SetNumLoGainSaturationLimit( const Float_t lim )    { fNumLoGainSaturationLimit  = lim;   }
Note: See TracChangeset for help on using the changeset viewer.