Ignore:
Timestamp:
05/22/04 17:28:39 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3991 r4130  
    6666  MCalibrationCam::PulserColor_t fPulserColor; // Calibration LEDs colour
    6767
     68  TString fOutputPath;                         // Path to the output file
     69 
    6870  // Pointers
    6971  MBadPixelsCam              *fBadPixels;      //  Bad Pixels
     
    110112  void SetLambdaErrLimit    ( const Float_t f=fgLambdaErrLimit         ) { fLambdaErrLimit    = f;   }
    111113  void SetLambdaCheckLimit  ( const Float_t f=fgLambdaCheckLimit       ) { fLambdaCheckLimit  = f;   }
     114  void SetOutputPath        ( const char   *path="."                   );
    112115  void SetPheErrLimit       ( const Float_t f=fgPheErrLimit            ) { fPheErrLimit       = f;   } 
    113116  void SetPulserColor       ( const MCalibrationCam::PulserColor_t col ) { fPulserColor       = col; }
Note: See TracChangeset for help on using the changeset viewer.