EICd
EIC data model
eicd::VertexObj Class Reference

#include <VertexObj.h>

Inheritance diagram for eicd::VertexObj:

Public Member Functions

 VertexObj ()
 constructor More...
 
 VertexObj (const VertexObj &)
 copy constructor (does a deep-copy of relation containers) More...
 
 VertexObj (const podio::ObjectID id, VertexData data)
 
VertexObjoperator= (const VertexObj &)=delete
 No assignment operator. More...
 
virtual ~VertexObj ()
 

Public Attributes

VertexData data
 
eicd::ReconstructedParticlem_associatedParticle {nullptr}
 
std::vector< float > * m_parameters {nullptr}
 

Constructor & Destructor Documentation

◆ VertexObj() [1/3]

eicd::VertexObj::VertexObj ( )

constructor

◆ VertexObj() [2/3]

eicd::VertexObj::VertexObj ( const VertexObj other)

copy constructor (does a deep-copy of relation containers)

◆ VertexObj() [3/3]

eicd::VertexObj::VertexObj ( const podio::ObjectID  id,
VertexData  data 
)

constructor from ObjectID and VertexData does not initialize the internal relation containers

◆ ~VertexObj()

eicd::VertexObj::~VertexObj ( )
virtual

Member Function Documentation

◆ operator=()

VertexObj & eicd::VertexObj::operator= ( const VertexObj )
delete

No assignment operator.

Member Data Documentation

◆ data

VertexData eicd::VertexObj::data

◆ m_associatedParticle

eicd::ReconstructedParticle* eicd::VertexObj::m_associatedParticle {nullptr}

◆ m_parameters

std::vector<float>* eicd::VertexObj::m_parameters {nullptr}

The documentation for this class was generated from the following files: