Ignore:
Timestamp:
09/11/04 22:13:21 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4946 r4950  
    1111private:
    1212
    13   static const Int_t   fgTestNbins;        // Default for fTestNBins  (now set to: 600  )
    14   static const Axis_t  fgTestFirst;        // Default for fTestFirst  (now set to: -0.5 )
    15   static const Axis_t  fgTestLast;         // Default for fTestLast   (now set to: 29.5)
     13  static const Int_t   fgNbins;        // Default for fNBins  (now set to: 600  )
     14  static const Axis_t  fgFirst;        // Default for fFirst  (now set to: -0.5 )
     15  static const Axis_t  fgLast;         // Default for fLast   (now set to: 29.5 )
    1616
     17  static const TString gsHistName;     //! Default Histogram names
     18  static const TString gsHistTitle;    //! Default Histogram titles
     19  static const TString gsHistXTitle;   //! Default Histogram x-axis titles
     20  static const TString gsHistYTitle;   //! Default Histogram y-axis titles
     21 
    1722  Bool_t ReInitHists(MParList *pList);
    1823  Bool_t FillHists(const MParContainer *par, const Stat_t w=1);
Note: See TracChangeset for help on using the changeset viewer.