Changeset 4601 for trunk/MagicSoft/Mars/mjobs/MJPedestal.h
- Timestamp:
- 08/12/04 16:41:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mjobs/MJPedestal.h
r4562 r4601 12 12 class TCanvas; 13 13 class MParList; 14 class MSequence; 14 15 class MRunIter; 15 16 class MHCamera; … … 36 37 37 38 TEnv *fEnv; // Input setup-file 39 MRunIter *fRuns; 40 MSequence *fSequence; // 38 41 39 MRunIter *fRuns;40 42 MExtractor *fExtractor; // Signal extractor, used to find the nr. of used FADC slices 41 43 … … 70 72 71 73 void SetBadPixels(const MBadPixelsCam &bad) { bad.Copy(fBadPixels); } 72 void SetExtractor(MExtractor* ext ) { fExtractor = ext;}74 void SetExtractor(MExtractor* ext) { fExtractor = ext; } 73 75 void SetInput(MRunIter *iter) { fRuns = iter; } 76 void SetSequence(MSequence *seq) { fSequence = seq; } 74 77 void SetOutputPath(const char *path="."); 75 78 void SetEnv(const char *env);
Note:
See TracChangeset
for help on using the changeset viewer.