EICd
EIC data model
EventInfoObj.h
Go to the documentation of this file.
1 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2 
3 #ifndef EICD_EventInfoOBJ_H
4 #define EICD_EventInfoOBJ_H
5 
6 // data model specific includes
7 #include "eicd/EventInfoData.h"
8 
9 #include "podio/ObjBase.h"
10 
11 
12 
13 namespace eic {
14 
15 class EventInfo;
16 class ConstEventInfo;
17 
18 class EventInfoObj : public podio::ObjBase {
19 public:
20  /// constructor
21  EventInfoObj();
22  /// copy constructor (does a deep-copy of relation containers)
23  EventInfoObj(const EventInfoObj&);
24  /// constructor from ObjectID and EventInfoData
25  /// does not initialize the internal relation containers
26  EventInfoObj(const podio::ObjectID id, EventInfoData data);
27  /// No assignment operator
28  EventInfoObj& operator=(const EventInfoObj&) = delete;
29  virtual ~EventInfoObj();
30 
31 public:
33 };
34 
35 } // namespace eic
36 
37 
38 #endif
eic
Definition: BasicParticle.cc:13
eic::EventInfoData
Definition: EventInfoData.h:15
eic::EventInfoObj::EventInfoObj
EventInfoObj()
constructor
Definition: EventInfoObj.cc:6
eic::EventInfoObj::operator=
EventInfoObj & operator=(const EventInfoObj &)=delete
No assignment operator.
eic::EventInfoObj
Definition: EventInfoObj.h:18
eic::EventInfoObj::data
EventInfoData data
Definition: EventInfoObj.h:32
eic::EventInfoObj::~EventInfoObj
virtual ~EventInfoObj()
Definition: EventInfoObj.cc:21
EventInfoData.h