Changeset 4644


Ignore:
Timestamp:
08/17/04 11:40:10 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibration.h

    r4626 r4644  
    9292  Bool_t fRelTimes;                                    // Flag if relative times have to be calibrated
    9393  Bool_t fDataCheck;                                   // Flag if the data check is run on raw data
    94   Bool_t fDebug;
     94  Bool_t fDebug;                                       // Flag if debug option is passed onto cal. classes
    9595 
    96   void   DisplayResult(MParList &plist);
    97   void   DisplayReferenceLines(MHCamera *cam, const Int_t what) const;
    98   void   DisplayOutliers(TH1D *hist, const char* whatsmall, const char* whatbig) const;
    99   void   DisplayDoubleProject(MHCamera *cam, const char* whatsmall, const char* whatbig) const;
    100   void   FixDataCheckHist(TH1D *hist) const;
     96  void   DisplayResult        ( MParList &plist );
     97  void   DisplayReferenceLines( MHCamera *cam , const Int_t what                           ) const;
     98  void   DisplayOutliers      ( TH1D     *hist, const char* whatsmall, const char* whatbig ) const;
     99  void   DisplayDoubleProject ( MHCamera *cam , const char* whatsmall, const char* whatbig ) const;
     100  const  Int_t CountBadPixels ( MHCamera *cam , const Int_t what                         ) const;
     101  void   FixDataCheckHist     ( TH1D     *hist  ) const;
    101102 
    102103  Bool_t WriteResult();
Note: See TracChangeset for help on using the changeset viewer.