PixelSimData_ROOT.h
Go to the documentation of this file.
1 #ifndef _PixelSimData_ROOT_h_
2 #define _PixelSimData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <fevt/PixelSimData.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 
25  public:
27 #ifndef __CINT__
29  void operator>>(fevt::PixelSimData& p) const;
30 #endif
31 
33  int fNumSamples = 0;
34  double fMean = 0;
35  double fRMS = 0;
36  int fThreshold = 0;
37  double fMeanBgPhotonFlux = 0;
38  int fBoxcarsumMax = 0;
39  double fBoxcarsumMean = 0;
40  double fBoxcarsumRms = 0;
41  int fFltTime = 0;
42  int fFltDuration = 0;
43 
45 
46  };
47 
48 }
49 
50 
51 #endif
void operator>>(fevt::PixelSimData &p) const
MultiTraceD_ROOT fPhotonTrace
PixelSimData Class being actually streamed when using ROOT IO.
ClassDefNV(PixelSimData_ROOT, DONT_CHANGE_THIS_NUMBER)
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
Fluorescence Detector Pixel Simulated Data.
Definition: PixelSimData.h:28

, generated on Tue Sep 26 2023.