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

Legend:

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

    r3694 r3697  
    1818class MCalibrationCam : public MParContainer, public MCamEvent
    1919{
    20 
    2120public:
    2221
     
    2524 
    2625protected:
     26
     27  Float_t fNumHiGainFADCSlices;      // Number High-Gain FADC slices used by extractor     
     28  Float_t fNumLoGainFADCSlices;      // Number Low -Gain FADC slices used by extractor
    2729 
    2830  PulserColor_t fPulserColor;        // Colour of the pulsed LEDs
     
    5355  const Int_t            GetAverageSectors   ()           const; 
    5456  const MCalibrationPix &GetAverageSector    ( UInt_t i ) const;
     57  const Float_t          GetNumHiGainFADCSlices()         const { return fNumHiGainFADCSlices; }
     58  const Float_t          GetNumLoGainFADCSlices()         const { return fNumLoGainFADCSlices; } 
    5559  virtual Bool_t         GetPixelContent     ( Double_t &val, Int_t idx,
    5660                                               const MGeomCam &cam, Int_t type=0) const;
    57   const PulserColor_t    GetPulserColor()                 const { return fPulserColor; }
     61  const PulserColor_t    GetPulserColor()                 const { return fPulserColor;         }
    5862  const Int_t            GetSize()                        const;
    5963
     
    6266
    6367  // Inits
    64   void  Init               ( const MGeomCam &geom       );
    65   void  InitSize           ( const UInt_t i             );
    66   void  InitAverageAreas   ( const UInt_t i             );
    67   void  InitAverageSectors ( const UInt_t i             );
     68  void  Init                   ( const MGeomCam &geom         );
     69  void  InitSize               ( const UInt_t i               );
     70  void  InitAverageAreas       ( const UInt_t i               );
     71  void  InitAverageSectors     ( const UInt_t i               );
    6872
    6973  // Setters
    70   void  SetPulserColor     ( const PulserColor_t col=kCT1 )  { fPulserColor = col; }
     74  void  SetNumHiGainFADCSlices ( const Float_t f              )  { fNumHiGainFADCSlices = f; }
     75  void  SetNumLoGainFADCSlices ( const Float_t f              )  { fNumLoGainFADCSlices = f; } 
     76  void  SetPulserColor         ( const PulserColor_t col=kCT1 )  { fPulserColor = col; }
    7177 
    7278  ClassDef(MCalibrationCam, 1)  // Base class Container for Calibration Results Camera
Note: See TracChangeset for help on using the changeset viewer.