Header_ROOT.h
Go to the documentation of this file.
1 #ifndef _Header_ROOT_h_
2 #define _Header_ROOT_h_
3 
4 #include <io/EventIO.h>
5 #ifndef __CINT__
6 # include <evt/Header.h>
7 #endif
8 #include <io/TimeStamp_ROOT.h>
9 #include <string>
10 
11 
12 namespace io {
13 
23  class Header_ROOT {
24 
25  public:
27  OFFLINE_STREAM_INTERFACE(evt, Header)
28 
30  std::string fId;
31 
33 
34  };
35 
36 }
37 
38 
39 #endif
std::string fId
Definition: Header_ROOT.h:30
TimeStamp_ROOT fTime
Definition: Header_ROOT.h:29
General Event Header.
Definition: Header_ROOT.h:23
#define DONT_CHANGE_THIS_NUMBER
Definition: EventIO.h:21
#define OFFLINE_STREAM_INTERFACE(_Namespace_, _Class_)
Definition: EventIO.h:29

, generated on Tue Sep 26 2023.