PixelRecData_ROOT.h
Go to the documentation of this file.
1 #ifndef _PixelRecData_ROOT_h_
2 #define _PixelRecData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <fevt/PixelRecData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <io/MultiTrace_ROOT.h>
9 #include <Rtypes.h>
10 
11 
12 namespace io {
13 
24  public:
26 #ifndef __CINT__
28  void operator>>(fevt::PixelRecData& p) const;
29 #endif
30 
33  double fCharge = 0;
34  int fPulseStart = 0;
35  int fPulseStop = 0;
36  double fBaseline = 0;
37  double fRMS = 0;
38  double fCentroid = 0;
39  double fCentroidError = 0;
40  double fChi_i = 0;
41  double fT_i = 0;
42  double fT_iError = 0;
43  bool fPulseIsFound = false;
44 
46 
47  };
48 
49 }
50 
51 
52 #endif
PixelRecData Class being actually streamed when using ROOT IO.
ClassDefNV(PixelRecData_ROOT, DONT_CHANGE_THIS_NUMBER)
void operator>>(fevt::PixelRecData &p) const
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
Fluorescence Detector Pixel Reconstructed Data.
Definition: PixelRecData.h:27
MultiTraceD_ROOT fPhotonTrace

, generated on Tue Sep 26 2023.