Ignore:
Timestamp:
04/22/04 21:49:38 (21 years ago)
Author:
reyes
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r3445 r3810  
    2525    MBadPixelsCam fBadPixels;
    2626
     27    Bool_t fDataCheck;                              // Flag if the data check is run on raw data
     28
    2729    Bool_t ReadPedestalCam();
    2830    Bool_t WriteResult();
     
    3739    void SetOutputPath(const char *path=".");
    3840    void SetInput(MRunIter *iter) { fRuns=iter; }
     41
     42    // Data Check
     43    void SetDataCheck(const Bool_t b=kTRUE) { fDataCheck = b; }
    3944
    4045    TString GetOutputFile() const;
Note: See TracChangeset for help on using the changeset viewer.