FEvent_ROOT.h
Go to the documentation of this file.
1 #ifndef _FEvent_ROOT_h_
2 #define _FEvent_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <fevt/FEvent.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <io/Eye_ROOT.h>
9 #include <io/fevtHeader_ROOT.h>
10 #include <Rtypes.h>
11 #include <vector>
12 
13 
14 namespace io {
15 
24  class FEvent_ROOT {
25 
26  public:
28 #ifndef __CINT__
29  FEvent_ROOT(const fevt::FEvent& e);
30  void operator>>(fevt::FEvent& e) const;
31 #endif
32 
33  std::vector<Eye_ROOT> fEyes;
35 
37 
38  };
39 
40 }
41 
42 
43 #endif
void operator>>(fevt::FEvent &e) const
Definition: FEvent_ROOT.cc:18
ClassDefNV(FEvent_ROOT, DONT_CHANGE_THIS_NUMBER)
fevtHeader_ROOT fHeader
Definition: FEvent_ROOT.h:34
Top of Fluorescence Detector event hierarchy.
Definition: FEvent.h:33
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
FEvent Class being actually streamed when using ROOT IO.
Definition: FEvent_ROOT.h:24
std::vector< Eye_ROOT > fEyes
Definition: FEvent_ROOT.h:33
fevtHeader Class being actually streamed when using ROOT IO

, generated on Tue Sep 26 2023.