|
EICd
EIC data model
|
#include <MCRecoClusterParticleAssociationObj.h>
Public Member Functions | |
| MCRecoClusterParticleAssociationObj () | |
| constructor More... | |
| MCRecoClusterParticleAssociationObj (const MCRecoClusterParticleAssociationObj &) | |
| copy constructor (does a deep-copy of relation containers) More... | |
| MCRecoClusterParticleAssociationObj (const podio::ObjectID id, MCRecoClusterParticleAssociationData data) | |
| MCRecoClusterParticleAssociationObj & | operator= (const MCRecoClusterParticleAssociationObj &)=delete |
| No assignment operator. More... | |
| virtual | ~MCRecoClusterParticleAssociationObj () |
Public Attributes | |
| MCRecoClusterParticleAssociationData | data |
| eicd::Cluster * | m_rec {nullptr} |
| edm4hep::MCParticle * | m_sim {nullptr} |
| eicd::MCRecoClusterParticleAssociationObj::MCRecoClusterParticleAssociationObj | ( | ) |
constructor
| eicd::MCRecoClusterParticleAssociationObj::MCRecoClusterParticleAssociationObj | ( | const MCRecoClusterParticleAssociationObj & | other | ) |
copy constructor (does a deep-copy of relation containers)
| eicd::MCRecoClusterParticleAssociationObj::MCRecoClusterParticleAssociationObj | ( | const podio::ObjectID | id, |
| MCRecoClusterParticleAssociationData | data | ||
| ) |
constructor from ObjectID and MCRecoClusterParticleAssociationData does not initialize the internal relation containers
|
virtual |
|
delete |
No assignment operator.
| MCRecoClusterParticleAssociationData eicd::MCRecoClusterParticleAssociationObj::data |
| eicd::Cluster* eicd::MCRecoClusterParticleAssociationObj::m_rec {nullptr} |
| edm4hep::MCParticle* eicd::MCRecoClusterParticleAssociationObj::m_sim {nullptr} |