MEvent_ROOT.h
Go to the documentation of this file.
1 #ifndef _io_MEvent_ROOT_h_
2 #define _io_MEvent_ROOT_h_
3 
4 #ifndef __CINT__
5 # include <mevt/MEvent.h>
6 #endif
7 #include <io/EventIO.h>
8 #include <io/Counter_ROOT.h>
9 #include <io/mevtHeader_ROOT.h>
10 #include <Rtypes.h>
11 #include <vector>
12 
13 
14 namespace io {
15 
24  class MEvent_ROOT {
25 
26  public:
28 #ifndef __CINT__
29  MEvent_ROOT(const mevt::MEvent& e);
30  void operator>>(mevt::MEvent& e) const;
31 #endif
32 
33  std::vector<Counter_ROOT> fCounters;
35 
37 
38  };
39 
40 }
41 
42 
43 #endif
std::vector< Counter_ROOT > fCounters
Definition: MEvent_ROOT.h:33
Persistent MEvent Header using ROOT.
void operator>>(mevt::MEvent &e) const
Definition: MEvent_ROOT.cc:17
Persistent MEvent using ROOT.
Definition: MEvent_ROOT.h:24
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
ClassDefNV(MEvent_ROOT, DONT_CHANGE_THIS_NUMBER)
Root of the Muon event hierarchy.
Definition: MEvent.h:25
mevtHeader_ROOT fHeader
Definition: MEvent_ROOT.h:34

, generated on Tue Sep 26 2023.