Changeset 4644
- Timestamp:
- 08/17/04 11:40:10 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.h
r4626 r4644 92 92 Bool_t fRelTimes; // Flag if relative times have to be calibrated 93 93 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 95 95 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; 101 102 102 103 Bool_t WriteResult();
Note:
See TracChangeset
for help on using the changeset viewer.