EDM4eic
EIC data model
Loading...
Searching...
No Matches
MCRecoClusterParticleAssociationObj.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_MCRecoClusterParticleAssociationOBJ_H
4#define EDM4EIC_MCRecoClusterParticleAssociationOBJ_H
5
6// data model specific includes
8
9#include "podio/ObjectID.h"
10
11// forward declarations
12namespace edm4eic {
13class Cluster;
14}
15namespace edm4hep {
16class MCParticle;
17}
18
19
20namespace edm4eic {
21
22class MCRecoClusterParticleAssociation;
23
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:
38 podio::ObjectID id;
41 edm4hep::MCParticle* m_sim{nullptr};
42};
43
44} // namespace edm4eic
45
46
47#endif
Definition Cluster.h:38
Definition MCRecoClusterParticleAssociationData.h:15
Definition MCRecoClusterParticleAssociationObj.h:24
MCRecoClusterParticleAssociationObj()
constructor
Definition MCRecoClusterParticleAssociationObj.cc:10
virtual ~MCRecoClusterParticleAssociationObj()
Definition MCRecoClusterParticleAssociationObj.cc:35
MCRecoClusterParticleAssociationData data
Definition MCRecoClusterParticleAssociationObj.h:39
edm4eic::Cluster * m_rec
Definition MCRecoClusterParticleAssociationObj.h:40
edm4hep::MCParticle * m_sim
Definition MCRecoClusterParticleAssociationObj.h:41
MCRecoClusterParticleAssociationObj & operator=(const MCRecoClusterParticleAssociationObj &)=delete
No assignment operator.
podio::ObjectID id
Definition MCRecoClusterParticleAssociationObj.h:38
Definition CalorimeterHit.cc:18
Definition CalorimeterHit.h:21