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