Ignore:
Timestamp:
05/22/04 18:49:31 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcalib/MCalibrationRelTimeCalc.h

    r4130 r4131  
    3838  Byte_t  fFlags;                               // Bit-field for the flags
    3939 
     40  TString fOutputPath;                          // Path to the output file
     41  TString fOutputFile;                          // Name of the output file 
     42 
    4043  // Pointers
    4144  MBadPixelsCam              *fBadPixels;      //  Bad Pixels
     
    4750
    4851  // functions
     52  TString GetOutputFile();
    4953  void   FinalizeAverageResolution();
    5054  void   FinalizeRelTimes     ();
     
    6569  void Clear(const Option_t *o="");
    6670 
     71  void SetOutputPath        ( const char   *path="."                   );
     72  void SetOutputFile        ( const char   *file="TimeCalibStat.txt"   ) { fOutputFile        = file; }
    6773  void SetRelTimeResolutionLimit ( const Float_t f=fgRelTimeResolutionLimit    ) { fRelTimeResolutionLimit = f;   }
    6874
Note: See TracChangeset for help on using the changeset viewer.