EICd
EIC data model
MCRecoClusterParticleAssociationObj.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EICD_MCRecoClusterParticleAssociationOBJ_H
4#define EICD_MCRecoClusterParticleAssociationOBJ_H
5
6// data model specific includes
8
9#include "podio/ObjBase.h"
10
11// forward declarations
12namespace eicd {
13class Cluster;
14}
15namespace edm4hep {
16class MCParticle;
17}
18
19
20namespace eicd {
21
22class MCRecoClusterParticleAssociation;
23
24class MCRecoClusterParticleAssociationObj : public podio::ObjBase {
25public:
26 /// constructor
28 /// copy constructor (does a deep-copy of relation containers)
30 /// constructor from ObjectID and MCRecoClusterParticleAssociationData
31 /// does not initialize the internal relation containers
33 /// No assignment operator
36
37public:
40 edm4hep::MCParticle* m_sim{nullptr};
41};
42
43} // namespace eicd
44
45
46#endif
Definition: Cluster.h:33
Definition: MCRecoClusterParticleAssociationData.h:15
Definition: MCRecoClusterParticleAssociationObj.h:24
MCRecoClusterParticleAssociationObj()
constructor
Definition: MCRecoClusterParticleAssociationObj.cc:8
virtual ~MCRecoClusterParticleAssociationObj()
Definition: MCRecoClusterParticleAssociationObj.cc:33
eicd::Cluster * m_rec
Definition: MCRecoClusterParticleAssociationObj.h:39
edm4hep::MCParticle * m_sim
Definition: MCRecoClusterParticleAssociationObj.h:40
MCRecoClusterParticleAssociationData data
Definition: MCRecoClusterParticleAssociationObj.h:38
MCRecoClusterParticleAssociationObj & operator=(const MCRecoClusterParticleAssociationObj &)=delete
No assignment operator.
Definition: MCRecoClusterParticleAssociation.h:21
Definition: CalorimeterHit.cc:13