Line | |
---|
1 | #ifndef MARS_MCalibColorSet
|
---|
2 | #define MARS_MCalibColorSet
|
---|
3 |
|
---|
4 | #ifndef MARS_MTask
|
---|
5 | #include "MTask.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | class MParList;
|
---|
9 | class MRawEvtHeader;
|
---|
10 |
|
---|
11 | class MCalibColorSet : public MTask
|
---|
12 | {
|
---|
13 | private:
|
---|
14 | static const Int_t gkIFAEBoxInaugurationRun; //! Run number of first IFAE box calibration
|
---|
15 |
|
---|
16 | MRawEvtHeader *fHeader;
|
---|
17 |
|
---|
18 | UInt_t fPattern;
|
---|
19 | Bool_t fIsValid;
|
---|
20 |
|
---|
21 | Bool_t ReInit(MParList *pList);
|
---|
22 | Int_t PreProcess(MParList *pList);
|
---|
23 | Int_t Process();
|
---|
24 |
|
---|
25 | public:
|
---|
26 | MCalibColorSet(const char *name=NULL, const char *title=NULL);
|
---|
27 |
|
---|
28 | void Clear(const Option_t *o="");
|
---|
29 |
|
---|
30 | ClassDef(MCalibColorSet, 0) // Task to workaround missing colors
|
---|
31 | };
|
---|
32 |
|
---|
33 | #endif
|
---|
34 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.