EDM4eic
EIC data model
Loading...
Searching...
No Matches
MCRecoVertexParticleAssociation.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_MCRecoVertexParticleAssociation_H
4#define EDM4EIC_MCRecoVertexParticleAssociation_H
5
7
8#include <cstdint>
9
10#include "podio/utilities/MaybeSharedPtr.h"
11
12#include <ostream>
13#include <cstddef>
14
15#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
16#include "nlohmann/json_fwd.hpp"
17#endif
18
19// forward declarations
20namespace edm4eic {
21class Vertex;
22class MutableVertex;
23}
24namespace edm4hep {
25class MCParticle;
26class MutableMCParticle;
27}
28
29
30namespace edm4eic {
31
32class MutableMCRecoVertexParticleAssociation;
33class MCRecoVertexParticleAssociationCollection;
34class MCRecoVertexParticleAssociationCollectionData;
35
36/** @class MCRecoVertexParticleAssociation
37 * Association between a Vertex and a MCParticle
38 * @author: S. Joosten
39 */
41
46
47public:
50
51 /// default constructor
53
54 /// Constructor initializing all members
55 MCRecoVertexParticleAssociation(std::uint32_t simID, std::uint32_t recID, float weight);
56
57 /// copy constructor
59
60 /// copy-assignment operator
62
63 /// create a mutable deep-copy of the object with identical relations
65
66 /// destructor
68
69
71
72public:
73
74 /// Access the Index of corresponding MCParticle (position in MCParticles array)
75 std::uint32_t getSimID() const;
76
77 /// Access the Index of corresponding Vertex (position in Vertices array)
78 std::uint32_t getRecID() const;
79
80 /// Access the weight of this association
81 float getWeight() const;
82
83
84 /// Access the reference to the vertex
85 const edm4eic::Vertex getRec() const;
86 /// Access the reference to the Monte-Carlo particle
87 const edm4hep::MCParticle getSim() const;
88
89
90
91 /// check whether the object is actually available
92 bool isAvailable() const;
93 /// disconnect from MCRecoVertexParticleAssociationObj instance
94 void unlink() { m_obj = podio::utils::MaybeSharedPtr<MCRecoVertexParticleAssociationObj>{nullptr}; }
95
96 bool operator==(const MCRecoVertexParticleAssociation& other) const { return m_obj == other.m_obj; }
98
99 // less comparison operator, so that objects can be e.g. stored in sets.
100 bool operator<(const MCRecoVertexParticleAssociation& other) const { return m_obj < other.m_obj; }
101
102 podio::ObjectID id() const { return getObjectID(); }
103
104 const podio::ObjectID getObjectID() const;
105
107 using std::swap;
108 swap(a.m_obj, b.m_obj); // swap out the internal pointers
109 }
110
111private:
112 /// constructor from existing MCRecoVertexParticleAssociationObj
113 explicit MCRecoVertexParticleAssociation(podio::utils::MaybeSharedPtr<MCRecoVertexParticleAssociationObj> obj);
115
116 podio::utils::MaybeSharedPtr<MCRecoVertexParticleAssociationObj> m_obj{nullptr};
117};
118
119std::ostream& operator<<(std::ostream& o, const MCRecoVertexParticleAssociation& value);
120
121#if defined(PODIO_JSON_OUTPUT) && !defined(__CLING__)
122void to_json(nlohmann::json& j, const MCRecoVertexParticleAssociation& value);
123#endif
124
125
126} // namespace edm4eic
127
128
129#endif
Definition MCRecoVertexParticleAssociationCollectionData.h:32
Definition MCRecoVertexParticleAssociationCollection.h:95
Definition MCRecoVertexParticleAssociationCollection.h:40
Definition MCRecoVertexParticleAssociation.h:40
bool operator<(const MCRecoVertexParticleAssociation &other) const
Definition MCRecoVertexParticleAssociation.h:100
const edm4hep::MCParticle getSim() const
Access the reference to the Monte-Carlo particle.
Definition MCRecoVertexParticleAssociation.cc:61
MCRecoVertexParticleAssociation()
default constructor
Definition MCRecoVertexParticleAssociation.cc:23
podio::ObjectID id() const
Definition MCRecoVertexParticleAssociation.h:102
friend void swap(MCRecoVertexParticleAssociation &a, MCRecoVertexParticleAssociation &b)
Definition MCRecoVertexParticleAssociation.h:106
MCRecoVertexParticleAssociation(const MCRecoVertexParticleAssociation &other)=default
copy constructor
float getWeight() const
Access the weight of this association.
Definition MCRecoVertexParticleAssociation.cc:52
friend class MCRecoVertexParticleAssociationCollection
Definition MCRecoVertexParticleAssociation.h:43
friend class MutableMCRecoVertexParticleAssociation
Definition MCRecoVertexParticleAssociation.h:42
std::uint32_t getRecID() const
Access the Index of corresponding Vertex (position in Vertices array)
Definition MCRecoVertexParticleAssociation.cc:51
bool operator==(const MCRecoVertexParticleAssociation &other) const
Definition MCRecoVertexParticleAssociation.h:96
MCRecoVertexParticleAssociation & operator=(MCRecoVertexParticleAssociation other)
copy-assignment operator
Definition MCRecoVertexParticleAssociation.cc:33
static MCRecoVertexParticleAssociation makeEmpty()
Definition MCRecoVertexParticleAssociation.cc:46
MutableMCRecoVertexParticleAssociation clone() const
create a mutable deep-copy of the object with identical relations
Definition MCRecoVertexParticleAssociation.cc:38
void unlink()
disconnect from MCRecoVertexParticleAssociationObj instance
Definition MCRecoVertexParticleAssociation.h:94
bool isAvailable() const
check whether the object is actually available
Definition MCRecoVertexParticleAssociation.cc:73
const podio::ObjectID getObjectID() const
Definition MCRecoVertexParticleAssociation.cc:80
std::uint32_t getSimID() const
Access the Index of corresponding MCParticle (position in MCParticles array)
Definition MCRecoVertexParticleAssociation.cc:50
~MCRecoVertexParticleAssociation()=default
destructor
const edm4eic::Vertex getRec() const
Access the reference to the vertex.
Definition MCRecoVertexParticleAssociation.cc:54
Definition MCRecoVertexParticleAssociationObj.h:24
Definition MutableMCRecoVertexParticleAssociation.h:39
Definition Vertex.h:36
Definition CalorimeterHit.cc:18
std::ostream & operator<<(std::ostream &o, const CalorimeterHit &value)
Definition CalorimeterHit.cc:97
Definition CalorimeterHit.h:21