EDM4eic
EIC data model
Loading...
Searching...
No Matches
edm4eic::VertexObj Class Reference

#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, VertexData data)
 
VertexObjoperator= (const VertexObj &)=delete
 No assignment operator.
 
virtual ~VertexObj ()
 

Public Attributes

podio::ObjectID id
 
VertexData data
 
std::vector< edm4eic::ReconstructedParticle > * m_associatedParticles {nullptr}
 

Constructor & Destructor Documentation

◆ VertexObj() [1/3]

edm4eic::VertexObj::VertexObj ( )

constructor

◆ VertexObj() [2/3]

edm4eic::VertexObj::VertexObj ( const VertexObj & other)

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

◆ VertexObj() [3/3]

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

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

◆ ~VertexObj()

edm4eic::VertexObj::~VertexObj ( )
virtual

Member Function Documentation

◆ operator=()

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

No assignment operator.

Member Data Documentation

◆ data

VertexData edm4eic::VertexObj::data

◆ id

podio::ObjectID edm4eic::VertexObj::id

◆ m_associatedParticles

std::vector<edm4eic::ReconstructedParticle>* edm4eic::VertexObj::m_associatedParticles {nullptr}

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