EICd
EIC data model
eicd::ProtoClusterObj Class Reference

#include <ProtoClusterObj.h>

Inheritance diagram for eicd::ProtoClusterObj:

Public Member Functions

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

Public Attributes

ProtoClusterData data
 
std::vector< eicd::CalorimeterHit > * m_hits {nullptr}
 
std::vector< float > * m_weights {nullptr}
 

Constructor & Destructor Documentation

◆ ProtoClusterObj() [1/3]

eicd::ProtoClusterObj::ProtoClusterObj ( )

constructor

◆ ProtoClusterObj() [2/3]

eicd::ProtoClusterObj::ProtoClusterObj ( const ProtoClusterObj other)

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

◆ ProtoClusterObj() [3/3]

eicd::ProtoClusterObj::ProtoClusterObj ( const podio::ObjectID  id,
ProtoClusterData  data 
)

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

◆ ~ProtoClusterObj()

eicd::ProtoClusterObj::~ProtoClusterObj ( )
virtual

Member Function Documentation

◆ operator=()

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

No assignment operator.

Member Data Documentation

◆ data

ProtoClusterData eicd::ProtoClusterObj::data

◆ m_hits

std::vector<eicd::CalorimeterHit>* eicd::ProtoClusterObj::m_hits {nullptr}

◆ m_weights

std::vector<float>* eicd::ProtoClusterObj::m_weights {nullptr}

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