Ignore:
Timestamp:
08/12/04 16:41:37 (20 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r4562 r4601  
    1212class TCanvas;
    1313class MParList;
     14class MSequence;
    1415class MRunIter;
    1516class MHCamera;
     
    3637
    3738    TEnv       *fEnv;           // Input setup-file
     39    MRunIter   *fRuns;
     40    MSequence  *fSequence;      //
    3841
    39     MRunIter   *fRuns;
    4042    MExtractor *fExtractor;     // Signal extractor, used to find the nr. of used FADC slices
    4143
     
    7072
    7173    void SetBadPixels(const MBadPixelsCam &bad) { bad.Copy(fBadPixels); }
    72     void SetExtractor(MExtractor* ext   ) { fExtractor = ext;    }
     74    void SetExtractor(MExtractor* ext) { fExtractor = ext; }
    7375    void SetInput(MRunIter *iter) { fRuns = iter; }
     76    void SetSequence(MSequence *seq) { fSequence = seq; }
    7477    void SetOutputPath(const char *path=".");
    7578    void SetEnv(const char *env);
Note: See TracChangeset for help on using the changeset viewer.