SEventSimData_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_SEventSimData_ROOT_h_
2 #define _io_SEventSimData_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <sevt/SEventSimData.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <io/T3_ROOT.h>
9 #include <Rtypes.h>
10 #include <vector>
11 
12 
13 namespace io {
14 
16  public:
18 #ifndef __CINT__
20  void operator>>(sevt::SEventSimData& d) const;
21 #endif
22 
23  std::vector<T3_ROOT> fT3s;
24 
26 
27  };
28 
29 }
30 
31 
32 #endif
Interface class to hold simulated data belonging to surface events.
Definition: SEventSimData.h:24
ClassDefNV(SEventSimData_ROOT, DONT_CHANGE_THIS_NUMBER)
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
std::vector< T3_ROOT > fT3s
void operator>>(sevt::SEventSimData &d) const

, generated on Tue Sep 26 2023.