TelescopeTriggerData_ROOT.h
Go to the documentation of this file.
1 #ifndef _fevt_TelescopeTriggerData_ROOT_h_
2 #define _fevt_TelescopeTriggerData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <fevt/TelescopeTriggerData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <io/SLTData_ROOT.h>
9 #include <io/Trace_ROOT.h>
10 #include <Rtypes.h>
11 #include <vector>
12 #include <string>
13 
14 
15 namespace io {
16 
29 
30  public:
32 #ifndef __CINT__
34  void operator>>(fevt::TelescopeTriggerData& sim) const;
35 #endif
36 
37  bool fTLTAccepted = false;
38  std::string fTLTLabel = "unknown";
39  std::vector<SLTData_ROOT> fSLTData;
41 
43 
44  };
45 
46 }
47 
48 
49 #endif
streaming class for TelescopeTriggerData_ROOT
void operator>>(fevt::TelescopeTriggerData &sim) const
ClassDefNV(TelescopeTriggerData_ROOT, DONT_CHANGE_THIS_NUMBER)
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
std::vector< SLTData_ROOT > fSLTData
Description of trigger data for one Telescope.

, generated on Tue Sep 26 2023.