RiseTime1000_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_RiseTime1000_ROOT_h_
2 #define _io_RiseTime1000_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <evt/RiseTime1000.h>
6 #endif
7 #include <Rtypes.h>
8 
9 
10 namespace io {
11 
23  public:
25 #ifndef __CINT__
27  void operator>>(evt::RiseTime1000& rt) const;
28 #endif
29 
30  double fRiseTime1000 = 0;
31  double fRiseTime1000Error = 0;
32  double fChi2 = 0;
33  double fNdof = 0;
34  double fAlpha = 0;
35  double fBeta = 0;
36 
37  double fXmax = 0;
38  double fXmaxErrorUp = 0;
39  double fXmaxErrorDown = 0;
40 
42 
43  };
44 
45 }
46 
47 
48 #endif
ROOT wise implementation of streaming for class RiseTime1000.
ClassDefNV(RiseTime1000_ROOT, 1)
void operator>>(evt::RiseTime1000 &rt) const

, generated on Tue Sep 26 2023.