EDM4eic
EIC data model
|
#include <MCRecoClusterParticleAssociationObj.h>
Public Member Functions | |
MCRecoClusterParticleAssociationObj () | |
constructor | |
MCRecoClusterParticleAssociationObj (const MCRecoClusterParticleAssociationObj &) | |
copy constructor (does a deep-copy of relation containers) | |
MCRecoClusterParticleAssociationObj (const podio::ObjectID id, MCRecoClusterParticleAssociationData data) | |
MCRecoClusterParticleAssociationObj & | operator= (const MCRecoClusterParticleAssociationObj &)=delete |
No assignment operator. | |
virtual | ~MCRecoClusterParticleAssociationObj () |
Public Attributes | |
podio::ObjectID | id |
MCRecoClusterParticleAssociationData | data |
edm4eic::Cluster * | m_rec {nullptr} |
edm4hep::MCParticle * | m_sim {nullptr} |
edm4eic::MCRecoClusterParticleAssociationObj::MCRecoClusterParticleAssociationObj | ( | ) |
constructor
edm4eic::MCRecoClusterParticleAssociationObj::MCRecoClusterParticleAssociationObj | ( | const MCRecoClusterParticleAssociationObj & | other | ) |
copy constructor (does a deep-copy of relation containers)
edm4eic::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 edm4eic::MCRecoClusterParticleAssociationObj::data |
podio::ObjectID edm4eic::MCRecoClusterParticleAssociationObj::id |
edm4eic::Cluster* edm4eic::MCRecoClusterParticleAssociationObj::m_rec {nullptr} |
edm4hep::MCParticle* edm4eic::MCRecoClusterParticleAssociationObj::m_sim {nullptr} |