EICd
EIC data model
MCRecoVertexParticleAssociationData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EICD_MCRecoVertexParticleAssociationDATA_H
4#define EICD_MCRecoVertexParticleAssociationDATA_H
5
6#include <cstdint>
7
8namespace eicd {
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 eicd
24
25
26#endif
Definition: MCRecoVertexParticleAssociationData.h:15
std::uint32_t simID
Index of corresponding MCParticle (position in MCParticles array)
Definition: MCRecoVertexParticleAssociationData.h:17
float weight
weight of this association
Definition: MCRecoVertexParticleAssociationData.h:19
std::uint32_t recID
Index of corresponding Vertex (position in Vertices array)
Definition: MCRecoVertexParticleAssociationData.h:18
Definition: CalorimeterHit.cc:13