EICd
EIC data model
eic::ClusterObj Class Reference

#include <ClusterObj.h>

Inheritance diagram for eic::ClusterObj:

Public Member Functions

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

Public Attributes

ClusterData data
 

Constructor & Destructor Documentation

◆ ClusterObj() [1/3]

eic::ClusterObj::ClusterObj ( )

constructor

◆ ClusterObj() [2/3]

eic::ClusterObj::ClusterObj ( const ClusterObj other)

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

◆ ClusterObj() [3/3]

eic::ClusterObj::ClusterObj ( const podio::ObjectID  id,
ClusterData  data 
)

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

◆ ~ClusterObj()

eic::ClusterObj::~ClusterObj ( )
virtual

Member Function Documentation

◆ operator=()

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

No assignment operator.

Member Data Documentation

◆ data

ClusterData eic::ClusterObj::data

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