Warning, file /include/edm4eic/MCRecoParticleAssociationData.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003 #ifndef EDM4EIC_MCRecoParticleAssociationDATA_H
0004 #define EDM4EIC_MCRecoParticleAssociationDATA_H
0005
0006 #include <cstdint>
0007
0008 namespace edm4eic {
0009
0010
0011
0012
0013
0014
0015 class MCRecoParticleAssociationData {
0016 public:
0017 std::uint32_t simID{};
0018 std::uint32_t recID{};
0019 float weight{};
0020
0021 };
0022
0023 }
0024
0025
0026 #endif