Ignore:
Timestamp:
06/03/04 10:24:57 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4270 r4271  
    6464  const Int_t            GetAverageSectors      ()             const; 
    6565  const MCalibrationPix &GetAverageSector       ( UInt_t i   ) const;
    66   const Float_t          GetNumHiGainFADCSlices ( Int_t aidx ) const;
    67   const Float_t          GetNumLoGainFADCSlices ( Int_t aidx ) const;
     66  const Float_t          GetNumHiGainFADCSlices ( Int_t aidx=0 ) const;
     67  const Float_t          GetNumLoGainFADCSlices ( Int_t aidx=0 ) const;
    6868  const Int_t            GetNumUnsuitable       ( Int_t aidx ) const;
    6969  const Int_t            GetNumUnreliable       ( Int_t aidx ) const;
     
    8484
    8585  // Setters
    86   void  SetNumHiGainFADCSlices ( const Float_t f, const Int_t aidx );
    87   void  SetNumLoGainFADCSlices ( const Float_t f, const Int_t aidx );
     86  void  SetNumHiGainFADCSlices ( const Float_t f, const Int_t aidx=0 );
     87  void  SetNumLoGainFADCSlices ( const Float_t f, const Int_t aidx=0 );
    8888  void  SetNumUnsuitable       ( const UInt_t i,  const Int_t aidx ); 
    8989  void  SetNumUnreliable       ( const UInt_t i,  const Int_t aidx );
Note: See TracChangeset for help on using the changeset viewer.