Changeset 4131 for trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.h
- Timestamp:
- 05/22/04 18:49:31 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.h
r4130 r4131 38 38 Byte_t fFlags; // Bit-field for the flags 39 39 40 TString fOutputPath; // Path to the output file 41 TString fOutputFile; // Name of the output file 42 40 43 // Pointers 41 44 MBadPixelsCam *fBadPixels; // Bad Pixels … … 47 50 48 51 // functions 52 TString GetOutputFile(); 49 53 void FinalizeAverageResolution(); 50 54 void FinalizeRelTimes (); … … 65 69 void Clear(const Option_t *o=""); 66 70 71 void SetOutputPath ( const char *path="." ); 72 void SetOutputFile ( const char *file="TimeCalibStat.txt" ) { fOutputFile = file; } 67 73 void SetRelTimeResolutionLimit ( const Float_t f=fgRelTimeResolutionLimit ) { fRelTimeResolutionLimit = f; } 68 74
Note:
See TracChangeset
for help on using the changeset viewer.