EDM4eic
EIC data model
Loading...
Searching...
No Matches
MCRecoParticleAssociationData.h
Go to the documentation of this file.
1// AUTOMATICALLY GENERATED FILE - DO NOT EDIT
2
3#ifndef EDM4EIC_MCRecoParticleAssociationDATA_H
4#define EDM4EIC_MCRecoParticleAssociationDATA_H
5
6#include <cstdint>
7
8namespace edm4eic {
9
10
11/** @class MCRecoParticleAssociationData
12 * Used to keep track of the correspondence between MC and reconstructed particles
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 ReconstructedParticle (position in ReconstructedParticles array)
19 float weight{}; ///< weight of this association
20
21};
22
23} // namespace edm4eic
24
25
26#endif
Definition MCRecoParticleAssociationData.h:15
float weight
weight of this association
Definition MCRecoParticleAssociationData.h:19
std::uint32_t simID
Index of corresponding MCParticle (position in MCParticles array)
Definition MCRecoParticleAssociationData.h:17
std::uint32_t recID
Index of corresponding ReconstructedParticle (position in ReconstructedParticles array)
Definition MCRecoParticleAssociationData.h:18
Definition CalorimeterHit.cc:18