HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoDccHeader.h
Go to the documentation of this file.
1 #ifndef HARPODCCHEADER_H
2 #define HARPODCCHEADER_H
3 
5 // //
6 // HarpoDccHeader //
7 // //
8 // Description of the run T2K DCC file
9 // //
10 
11 #include "HarpoDetHeader.h"
12 #include "HarpoPedestal.h"
13 #include <cstdio>
14 #include <ctime>
15 
16 class HarpoDccReader;
17 
19 {
20 public:
21 
22  HarpoDccHeader();// Dummy
23  HarpoDccHeader(FILE *fIn);
24  virtual ~HarpoDccHeader() { }
25 
26  Bool_t check(HarpoDccReader * const rdr);
27 
28  void SetPedestals(HarpoPedestal *p) { peds = p; }
30 
31  Bool_t check() { return true; }
32  void print();
33 
34  private:
36 
37  ClassDef(HarpoDccHeader,1) //Run Header
38 
39 };
40 
41 #endif
A class hold HARPO run iformation.
A class which read HARPO dcc file from one DCC and creant Dcc Events and Dcc Headers for DCC Events o...
A class hold HARPO run iformation.
virtual ~HarpoDccHeader()
void SetPedestals(HarpoPedestal *p)
HarpoPedestal * peds
HarpoPedestal * GetPedestals()