Ignore:
Timestamp:
04/29/05 12:39:44 (19 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/mjobs
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mjobs/MJCalib.cc

    r6913 r6985  
    4444// Sets:
    4545// - fDataFlag      to kIsUseRootData
    46 // - fRuns          to NULL
    4746// - fCheckedPixId  to fgCheckedPixId
    4847// - fPixelCheck    to kFALSE
     
    5150MJCalib::MJCalib() : fDataFlag(kIsUseRootData), fStorage(0),
    5251                     fIsPixelCheck(kFALSE), fIsPulsePosCheck(kFALSE),
    53                      fIsHiLoCalibration(kFALSE),
    54                      fRuns(NULL)
     52                     fIsHiLoCalibration(kFALSE)
    5553{
    5654  SetUseBlindPixel(kFALSE);
  • trunk/MagicSoft/Mars/mjobs/MJCalib.h

    r6913 r6985  
    4848    Bool_t fIsHiLoCalibration;          // Choose to calibrate the high-gain vs. low-gains
    4949   
    50     MRunIter *fRuns;                    // Data files, only used for test applications, default is sequence files!
    51 
    5250    Bool_t CheckEnvLocal();
    5351    Byte_t GetDataFlag() { return fDataFlag; }
     
    5957
    6058    MJCalib();
    61 
    62     void SetInput(MRunIter *iter) { fRuns = iter; }
    6359
    6460    Bool_t IsUseRawData()  const { return fDataFlag==kIsUseRawData;  }
Note: See TracChangeset for help on using the changeset viewer.