EICd
EIC data model
eic::VertexObj Class Reference

#include <VertexObj.h>

Inheritance diagram for eic::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
 

Constructor & Destructor Documentation

◆ VertexObj() [1/3]

eic::VertexObj::VertexObj ( )

constructor

◆ VertexObj() [2/3]

eic::VertexObj::VertexObj ( const VertexObj other)

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

◆ VertexObj() [3/3]

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

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

◆ ~VertexObj()

eic::VertexObj::~VertexObj ( )
virtual

Member Function Documentation

◆ operator=()

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

No assignment operator.

Member Data Documentation

◆ data

VertexData eic::VertexObj::data

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