EventTrigger_ROOT.h
Go to the documentation of this file.
1 #ifndef _EventTrigger_ROOT_h_
2 #define _EventTrigger_ROOT_h_
3 
4 #include <io/EventIO.h>
5 #ifndef __CINT__
6 # include <sevt/EventTrigger.h>
7 #endif
8 #include <io/TimeStamp_ROOT.h>
9 #include <Rtypes.h>
10 #include <string>
11 
12 
13 namespace io {
14 
24  public:
26 #ifndef __CINT__
28  void operator>>(sevt::EventTrigger& t) const;
29 #endif
30 
31  unsigned int fTriggerId = 0;
32  unsigned int fPreviousId = 0;
33  unsigned int fNStations = 0;
35 
36  std::string fSender;
37  std::string fAlgorithm;
38  double fSDPAngle = 0;
39 
41 
42  };
43 
44 }
45 
46 
47 #endif
ClassDefNV(EventTrigger_ROOT, DONT_CHANGE_THIS_NUMBER)
Interface class to access the Event Trigger (T3)
Persistent EventTrigger (T3) using ROOT.
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
void operator>>(sevt::EventTrigger &t) const

, generated on Tue Sep 26 2023.