source: trunk/MagicSoft/Mars/mreport/MReportFileReadCC.h@ 4896

Last change on this file since 4896 was 4575, checked in by tbretz, 20 years ago
*** empty log message ***
File size: 491 bytes
Line 
1#ifndef MARS_MReportFileReadCC
2#define MARS_MReportFileReadCC
3
4#ifndef MARS_MReportFileRead
5#include "MReportFileRead.h"
6#endif
7
8class MReportFileReadCC : public MReportFileRead
9{
10private:
11 Int_t fRunNumber;
12
13 Int_t CheckFileHeader();
14
15public:
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.