StationCalibData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_StationCalibData_ROOT_h_
2 #define _io_StationCalibData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <sevt/StationCalibData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <Rtypes.h>
9 #include <vector>
10 
11 
12 namespace io {
13 
25 
26  public:
28 #ifndef __CINT__
30  void operator>>(sevt::StationCalibData& c) const;
31 #endif
32 
33  int fVersion = 0;
34  unsigned int fStartSecond = 0;
35  unsigned int fEndSecond = 0;
36  unsigned int fNT1 = 0;
37  unsigned int fNT2 = 0;
38  unsigned int fNTot = 0;
39  unsigned int fNTubesOk = 0;
40  std::vector<int> fMuonChargeHisto;
42 
44 
45  };
46 
47 }
48 
49 
50 #endif
void operator>>(sevt::StationCalibData &c) const
std::vector< int > fMuonChargeHisto
Persistent StationCalibData using ROOT.
Station Calibration data
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
ClassDefNV(StationCalibData_ROOT, DONT_CHANGE_THIS_NUMBER)

, generated on Tue Sep 26 2023.