EDM4eic
EIC data model
Loading...
Searching...
No Matches
VertexObj.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_VertexOBJ_H
4#define EDM4EIC_VertexOBJ_H
5
6// data model specific includes
9#include <vector>
10
11#include "podio/ObjectID.h"
12#include <vector>
13
14
15
16namespace edm4eic {
17
18class Vertex;
19
20class VertexObj {
21public:
22 /// constructor
23 VertexObj();
24 /// copy constructor (does a deep-copy of relation containers)
25 VertexObj(const VertexObj&);
26 /// constructor from ObjectID and VertexData
27 /// does not initialize the internal relation containers
28 VertexObj(const podio::ObjectID id, VertexData data);
29 /// No assignment operator
30 VertexObj& operator=(const VertexObj&) = delete;
31 virtual ~VertexObj();
32
33public:
34 podio::ObjectID id;
36 std::vector<edm4eic::ReconstructedParticle>* m_associatedParticles{nullptr};
37};
38
39} // namespace edm4eic
40
41
42#endif
Definition VertexData.h:17
Definition VertexObj.h:20
podio::ObjectID id
Definition VertexObj.h:34
VertexObj()
constructor
Definition VertexObj.cc:8
std::vector< edm4eic::ReconstructedParticle > * m_associatedParticles
Definition VertexObj.h:36
virtual ~VertexObj()
Definition VertexObj.cc:25
VertexData data
Definition VertexObj.h:35
VertexObj & operator=(const VertexObj &)=delete
No assignment operator.
Definition CalorimeterHit.cc:17