|
|
|||
File indexing completed on 2026-09-16 09:07:33
0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT 0002 0003 #ifndef EDM4EIC_MCRecoParticleAssociationDATA_H 0004 #define EDM4EIC_MCRecoParticleAssociationDATA_H 0005 0006 0007 namespace edm4eic { 0008 0009 0010 /** @class MCRecoParticleAssociationData 0011 * Used to keep track of the correspondence between MC and reconstructed particles 0012 * @author: S. Joosten 0013 */ 0014 class MCRecoParticleAssociationData { 0015 public: 0016 float weight{}; ///< weight of this association 0017 0018 }; 0019 0020 0021 namespace v81000 { 0022 using MCRecoParticleAssociationData = edm4eic::MCRecoParticleAssociationData; 0023 } // namespace v81000 0024 0025 0026 } // namespace edm4eic 0027 0028 0029 #endif
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|