Last change
on this file since 462 was 462, checked in by harald, 24 years ago |
Import the files for the datacheck section in this subdir.
|
File size:
622 bytes
|
Line | |
---|
1 | #ifndef MFILLADCSPECT_H
|
---|
2 | #define MFILLADCSPECT_H
|
---|
3 |
|
---|
4 | #ifndef MTASK_H
|
---|
5 | #include "MTask.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | #include "MParList.h"
|
---|
9 | #include <TSystem.h>
|
---|
10 |
|
---|
11 | #include "MRawEvtHeader.h"
|
---|
12 | #include "MRawEvtData.h"
|
---|
13 | #include "MRawEvtPixelIter.h"
|
---|
14 | #include "MHistosAdc.h"
|
---|
15 |
|
---|
16 | class MFillAdcSpect : public MTask {
|
---|
17 | private:
|
---|
18 | MRawEvtData *fRawEvtData;
|
---|
19 | MRawEvtPixelIter *fPixelIter ;
|
---|
20 |
|
---|
21 | MHistosAdc *fHistos ;
|
---|
22 |
|
---|
23 | public:
|
---|
24 | MFillAdcSpect (const char *name=NULL, const char *title=NULL);
|
---|
25 |
|
---|
26 | Bool_t PreProcess(MParList *pList);
|
---|
27 | Bool_t Process() ;
|
---|
28 |
|
---|
29 | // ClassDef(MFillAdcSpect, 1) // Task to read the raw data binary file
|
---|
30 |
|
---|
31 | };
|
---|
32 |
|
---|
33 | #endif
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.