EICd
EIC data model
MCRecoClusterParticleAssociationData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EICD_MCRecoClusterParticleAssociationDATA_H
4#define EICD_MCRecoClusterParticleAssociationDATA_H
5
6#include <cstdint>
7
8namespace eicd {
9
10
11/** @class MCRecoClusterParticleAssociationData
12 * Association between a Cluster 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 Cluster (position in Clusters array)
19 float weight{}; ///< weight of this association
20
21};
22
23} // namespace eicd
24
25
26#endif
Definition: MCRecoClusterParticleAssociationData.h:15
std::uint32_t recID
Index of corresponding Cluster (position in Clusters array)
Definition: MCRecoClusterParticleAssociationData.h:18
float weight
weight of this association
Definition: MCRecoClusterParticleAssociationData.h:19
std::uint32_t simID
Index of corresponding MCParticle (position in MCParticles array)
Definition: MCRecoClusterParticleAssociationData.h:17
Definition: CalorimeterHit.cc:13