PixelTriggerData_ROOT.h
Go to the documentation of this file.
1 #ifndef _PixelTriggerData_ROOT_h_
2 #define _PixelTriggerData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <fevt/PixelTriggerData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <io/Trace_ROOT.h>
9 #include <Rtypes.h>
10 
11 
12 namespace io {
13 
24 
25  public:
27 #ifndef __CINT__
29  void operator>>(fevt::PixelTriggerData& p) const;
30 #endif
31 
32  int fThreshold = 0;
34  bool fThresholdChanged = false;
35  double fMean = 0;
36  double fVariance = 0;
37  double fRate = 0;
38 
40 
42 
43  };
44 
45 }
46 
47 
48 #endif
Fluorescence Detector Pixel Trigger Data.
PixelTriggerData Class being actually streamed when using ROOT IO.
void operator>>(fevt::PixelTriggerData &p) const
ClassDefNV(PixelTriggerData_ROOT, DONT_CHANGE_THIS_NUMBER)
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21

, generated on Tue Sep 26 2023.