| Line |  | 
|---|
| 1 | #ifndef MARS_MReportFileReadCC | 
|---|
| 2 | #define MARS_MReportFileReadCC | 
|---|
| 3 |  | 
|---|
| 4 | #ifndef MARS_MReportFileRead | 
|---|
| 5 | #include "MReportFileRead.h" | 
|---|
| 6 | #endif | 
|---|
| 7 |  | 
|---|
| 8 | class MReportFileReadCC : public MReportFileRead | 
|---|
| 9 | { | 
|---|
| 10 | private: | 
|---|
| 11 | Int_t fRunNumber; | 
|---|
| 12 |  | 
|---|
| 13 | Int_t CheckFileHeader(); | 
|---|
| 14 |  | 
|---|
| 15 | public: | 
|---|
| 16 | MReportFileReadCC(const char *filename, const char *name=NULL, const char *title=NULL); | 
|---|
| 17 | void SetRunNumber(Int_t run) { fRunNumber = run; } | 
|---|
| 18 |  | 
|---|
| 19 | ClassDef(MReportFileReadCC, 0)// Task to read the central control report file | 
|---|
| 20 | }; | 
|---|
| 21 |  | 
|---|
| 22 | #endif | 
|---|
       
      
  Note:
 See   
TracBrowser
 for help on using the repository browser.