|
EDM4eic
EIC data model
|
#include <VertexObj.h>
Public Member Functions | |
| VertexObj () | |
| constructor | |
| VertexObj (const VertexObj &) | |
| copy constructor (does a deep-copy of relation containers) | |
| VertexObj (const podio::ObjectID &id, const VertexData &data) | |
| VertexObj & | operator= (const VertexObj &)=delete |
| No assignment operator. | |
| virtual | ~VertexObj () |
Public Attributes | |
| podio::ObjectID | id {} |
| VertexData | data |
| std::vector< edm4eic::ReconstructedParticle > * | m_associatedParticles {nullptr} |
| edm4eic::VertexObj::VertexObj | ( | ) |
constructor
| edm4eic::VertexObj::VertexObj | ( | const VertexObj & | other | ) |
copy constructor (does a deep-copy of relation containers)
| edm4eic::VertexObj::VertexObj | ( | const podio::ObjectID & | id, |
| const VertexData & | data ) |
constructor from ObjectID and VertexData does not initialize the internal relation containers
|
virtual |
| VertexData edm4eic::VertexObj::data |
| podio::ObjectID edm4eic::VertexObj::id {} |
| std::vector<edm4eic::ReconstructedParticle>* edm4eic::VertexObj::m_associatedParticles {nullptr} |