|
EDM4eic
EIC data model
|
#include <ClusterObj.h>
Public Member Functions | |
| ClusterObj () | |
| constructor | |
| ClusterObj (const ClusterObj &) | |
| copy constructor (does a deep-copy of relation containers) | |
| ClusterObj (const podio::ObjectID &id, const ClusterData &data) | |
| ClusterObj & | operator= (const ClusterObj &)=delete |
| No assignment operator. | |
| virtual | ~ClusterObj () |
Public Attributes | |
| podio::ObjectID | id {} |
| ClusterData | data |
| std::vector< edm4eic::Cluster > * | m_clusters {nullptr} |
| std::vector< edm4eic::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} |
| edm4eic::ClusterObj::ClusterObj | ( | ) |
constructor
| edm4eic::ClusterObj::ClusterObj | ( | const ClusterObj & | other | ) |
copy constructor (does a deep-copy of relation containers)
| edm4eic::ClusterObj::ClusterObj | ( | const podio::ObjectID & | id, |
| const ClusterData & | data ) |
constructor from ObjectID and ClusterData does not initialize the internal relation containers
|
virtual |
|
delete |
No assignment operator.
| ClusterData edm4eic::ClusterObj::data |
| podio::ObjectID edm4eic::ClusterObj::id {} |
| std::vector<edm4eic::Cluster>* edm4eic::ClusterObj::m_clusters {nullptr} |
| std::vector<float>* edm4eic::ClusterObj::m_hitContributions {nullptr} |
| std::vector<edm4eic::CalorimeterHit>* edm4eic::ClusterObj::m_hits {nullptr} |
| std::vector<edm4hep::ParticleID>* edm4eic::ClusterObj::m_particleIDs {nullptr} |
| std::vector<float>* edm4eic::ClusterObj::m_shapeParameters {nullptr} |
| std::vector<float>* edm4eic::ClusterObj::m_subdetectorEnergies {nullptr} |