EDM4eic
EIC data model
Loading...
Searching...
No Matches
MCRecoVertexParticleAssociationData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_MCRecoVertexParticleAssociationDATA_H
4#define EDM4EIC_MCRecoVertexParticleAssociationDATA_H
5
6#include <cstdint>
7
8namespace edm4eic {
9
10
11/** @class MCRecoVertexParticleAssociationData
12 * Association between a Vertex and a MCParticle
13 * @author: S. Joosten
14 */
16public:
17 std::uint32_t simID{}; ///< Index of corresponding MCParticle (position in MCParticles array)
18 std::uint32_t recID{}; ///< Index of corresponding Vertex (position in Vertices array)
19 float weight{}; ///< weight of this association
20
21};
22
23} // namespace edm4eic
24
25
26#endif
Definition MCRecoVertexParticleAssociationData.h:15
float weight
weight of this association
Definition MCRecoVertexParticleAssociationData.h:19
std::uint32_t simID
Index of corresponding MCParticle (position in MCParticles array)
Definition MCRecoVertexParticleAssociationData.h:17
std::uint32_t recID
Index of corresponding Vertex (position in Vertices array)
Definition MCRecoVertexParticleAssociationData.h:18
Definition CalorimeterHit.cc:18