EICd
EIC data model
eicd::ClusterObj Class Reference

#include <ClusterObj.h>

Inheritance diagram for eicd::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
 
std::vector< eicd::Cluster > * m_clusters {nullptr}
 
std::vector< eicd::CalorimeterHit > * m_hits {nullptr}
 
std::vector< edm4hep::ParticleID > * m_particleIDs {nullptr}
 
std::vector< float > * m_shapeParameters {nullptr}
 
std::vector< float > * m_hitContributions {nullptr}
 
std::vector< float > * m_subdetectorEnergies {nullptr}
 

Constructor & Destructor Documentation

◆ ClusterObj() [1/3]

eicd::ClusterObj::ClusterObj ( )

constructor

◆ ClusterObj() [2/3]

eicd::ClusterObj::ClusterObj ( const ClusterObj other)

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

◆ ClusterObj() [3/3]

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

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

◆ ~ClusterObj()

eicd::ClusterObj::~ClusterObj ( )
virtual

Member Function Documentation

◆ operator=()

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

No assignment operator.

Member Data Documentation

◆ data

ClusterData eicd::ClusterObj::data

◆ m_clusters

std::vector<eicd::Cluster>* eicd::ClusterObj::m_clusters {nullptr}

◆ m_hitContributions

std::vector<float>* eicd::ClusterObj::m_hitContributions {nullptr}

◆ m_hits

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

◆ m_particleIDs

std::vector<edm4hep::ParticleID>* eicd::ClusterObj::m_particleIDs {nullptr}

◆ m_shapeParameters

std::vector<float>* eicd::ClusterObj::m_shapeParameters {nullptr}

◆ m_subdetectorEnergies

std::vector<float>* eicd::ClusterObj::m_subdetectorEnergies {nullptr}

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