Changeset 4334 for trunk/MagicSoft/Mars/mjobs
- Timestamp:
- 06/23/04 00:34:54 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/mjobs
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJCalibration.cc
r4312 r4334 155 155 : fRuns(0), fExtractor(NULL), fTimeExtractor(NULL), 156 156 fColor(MCalibrationCam::kNONE), fDisplayType(kNormalDisplay), 157 fRelTimes(kFALSE), fDataCheck(kFALSE) 157 fRelTimes(kFALSE), fDataCheck(kFALSE), fDebug(kFALSE) 158 158 { 159 159 … … 1004 1004 calcalc.SetOutputPath(fOutputPath); 1005 1005 calcalc.SetOutputFile(Form("%s-ChargeCalibStat.txt",(const char*)fRuns->GetRunsAsFileName())); 1006 if (fDebug) 1007 calcalc.SetDebug(); 1006 1008 1007 1009 MCalibrationRelTimeCalc timecalc; -
trunk/MagicSoft/Mars/mjobs/MJCalibration.h
r4197 r4334 57 57 Bool_t fRelTimes; // Flag if relative times have to be calibrated 58 58 Bool_t fDataCheck; // Flag if the data check is run on raw data 59 59 Bool_t fDebug; 60 60 61 void DisplayResult(MParList &plist); 61 62 Bool_t WriteResult(); … … 97 98 void SetDataCheck (const Bool_t b=kTRUE) { fDataCheck = b; SetDataCheckDisplay(); } 98 99 100 // Debug 101 void SetDebug (const Bool_t b=kTRUE) { fDebug = b; } 102 99 103 // Devices 100 104 void SetUseBlindPixel( const Bool_t b=kTRUE );
Note:
See TracChangeset
for help on using the changeset viewer.