Ignore:
Timestamp:
03/01/07 17:59:13 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhcalib/MHCalibrationChargeCam.h

    r8304 r8339  
    122122  void SetAbsHistXTitle ( const char *name )  { fAbsHistXTitle = name; }
    123123  void SetAbsHistYTitle ( const char *name )  { fAbsHistYTitle = name; }
    124    
    125   void SetLoGainNbins   ( const Int_t  i )    { fLoGainNbins   = i; }
    126   void SetLoGainFirst   ( const Axis_t f )    { fLoGainFirst   = f; }
    127   void SetLoGainLast    ( const Axis_t f )    { fLoGainLast    = f; } 
     124
     125  void SetBinningLoGain(Int_t n, Axis_t lo, Axis_t up) { fLoGainNbins=n; fLoGainFirst=lo; fLoGainLast=up; }
    128126
    129127  void SetNumLoGainBlackoutLimit( const Float_t f=fgNumLoGainBlackoutLimit ) { fNumLoGainBlackoutLimit = f; }
Note: See TracChangeset for help on using the changeset viewer.