|
||||
File indexing completed on 2025-01-18 09:55:29
0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT 0002 0003 #ifndef EDM4EIC_MCRecoClusterParticleAssociationDATA_H 0004 #define EDM4EIC_MCRecoClusterParticleAssociationDATA_H 0005 0006 #include <cstdint> 0007 0008 namespace edm4eic { 0009 0010 0011 /** @class MCRecoClusterParticleAssociationData 0012 * Association between a Cluster and a MCParticle 0013 * @author: S. Joosten 0014 */ 0015 class MCRecoClusterParticleAssociationData { 0016 public: 0017 std::uint32_t simID{}; ///< Index of corresponding MCParticle (position in MCParticles array) 0018 std::uint32_t recID{}; ///< Index of corresponding Cluster (position in Clusters array) 0019 float weight{}; ///< weight of this association 0020 0021 }; 0022 0023 } // namespace edm4eic 0024 0025 0026 #endif
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |