HARPO  5.1.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
HarpoFeminosHeader.h
Go to the documentation of this file.
1 #ifndef HARPOFEMINOSHEADER_H
2 #define HARPOFEMINOSHEADER_H
3 
5 // //
6 // HarpoFeminosHeader //
7 // //
8 // Description of the run file header for MINOS DCC
9 // //
10 
11 #include "HarpoDetHeader.h"
12 #include "HarpoPedestal.h"
13 #include <cstdio>
14 #include <ctime>
15 
16 class HarpoFeminosReader;
17 
19 {
20 public:
21 
22  HarpoFeminosHeader();// Dummy
23  HarpoFeminosHeader(FILE *fIn);
24 
26  {
27  if (peds != NULL ) delete peds;
28  }
29 
31  Bool_t check(HarpoFeminosReader * const rdr);
32 
33  Bool_t check() { return true; }
34  void print();
35 
36  long getSubRun() { return fSubrun; }
37  void SetPedestals(HarpoPedestal *p) { peds = p; }
39 
40 
41 private:
42  long fSubrun; // SubRun String portion from DccFile
44 
45  ClassDef(HarpoFeminosHeader,1) //Run Header
46 
47 };
48 
49 #endif
A class hold HARPO run iformation.
void SetPedestals(HarpoPedestal *p)
HarpoPedestal * GetPedestals()
A class hold HARPO run iformation.
A class which read HARPO dcc file from one FEMINOS and creant Dcc Events and Dcc Headers for FEMINOS ...
HarpoPedestal * peds