Line | |
---|
1 | #ifndef MARS_MReportCurrents
|
---|
2 | #define MARS_MReportCurrents
|
---|
3 |
|
---|
4 | #ifndef MARS_MReport
|
---|
5 | #include "MReport.h"
|
---|
6 | #endif
|
---|
7 |
|
---|
8 | #ifndef ROOT_TArrayF
|
---|
9 | #include <TArrayF.h>
|
---|
10 | #endif
|
---|
11 |
|
---|
12 | class MReportCurrents : public MReport
|
---|
13 | {
|
---|
14 | private:
|
---|
15 | Byte_t fStatus1;
|
---|
16 | Byte_t fStatus2;
|
---|
17 |
|
---|
18 | TArrayF fCurrents;
|
---|
19 |
|
---|
20 | public:
|
---|
21 | MReportCurrents();
|
---|
22 |
|
---|
23 | Bool_t InterpreteBody(TString &str);
|
---|
24 |
|
---|
25 | ClassDef(MReportCurrents, 0) // Class for DC-REPORT information
|
---|
26 | };
|
---|
27 |
|
---|
28 | #endif
|
---|
Note:
See
TracBrowser
for help on using the repository browser.