Ignore:
Timestamp:
03/04/05 16:59:58 (20 years ago)
Author:
gaug
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalibrateSignal.h

    r6699 r6752  
    2626    Bool_t fIsRelTimesUpdate;           // Choose to update relative times from interlaced
    2727    Bool_t fIsHiLoCalibration;          // Choose to calibrate the high-gain vs. low-gains
     28    Bool_t fIsModifiedExtractWin;       // Choose to use the modified extraction window from pulse position
    2829   
    2930    Bool_t CheckEnvLocal();
     
    3435    Bool_t ReadCalibration(TObjArray &o, MBadPixelsCam &bpix,
    3536                           MExtractor* &ext1, MExtractor* &ext2, TString &geom) const;
     37    Bool_t ReadExtractorCosmics(MExtractor* &ext1) const;
    3638
    3739    const char*  GetInputFileName() const;
     
    4749    void SetRelTimesUpdate ( const Bool_t b=kTRUE )  { fIsRelTimesUpdate  = b; }
    4850    void SetHiLoCalibration( const Bool_t b=kTRUE )  { fIsHiLoCalibration = b; }
     51    void SetModifiedExtractWin( const Bool_t b=kTRUE )  { fIsModifiedExtractWin = b; }
    4952
    5053    //    void SetInputCal    ( MRunIter *iter       )  { fCruns = iter; }
Note: See TracChangeset for help on using the changeset viewer.