EyeTriggerData_ROOT.h
Go to the documentation of this file.
1 #ifndef _EyeTriggerData_ROOT_h_
2 #define _EyeTriggerData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <fevt/EyeTriggerData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <io/TimeStamp_ROOT.h>
9 #include <Rtypes.h>
10 #include <string>
11 
12 
13 namespace io {
14 
24 
25  public:
27 #ifndef __CINT__
29  void operator>>(fevt::EyeTriggerData& e) const;
30 #endif
31 
32  bool fT3Accepted = false;
33  std::string fT3Class = "unknown";
35  double fSDPTheta = 0;
36  double fSDPPhi = 0;
37  double fAzimuthAtGround = 0;
38  unsigned int fNPixels = 0;
39 
41 
42  };
43 
44 }
45 
46 
47 #endif
Trigger data for an fevt::Eye.
void operator>>(fevt::EyeTriggerData &e) const
ClassDefNV(EyeTriggerData_ROOT, DONT_CHANGE_THIS_NUMBER)
EyeTriggerData_ROOT Class being actually streamed when using ROOT IO.
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21

, generated on Tue Sep 26 2023.