Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-01-18 09:55:29

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4EIC_MCRecoCalorimeterHitAssociationDATA_H
0004 #define EDM4EIC_MCRecoCalorimeterHitAssociationDATA_H
0005 
0006 
0007 namespace edm4eic {
0008 
0009 
0010 /** @class MCRecoCalorimeterHitAssociationData
0011  *  Association between a RawCalorimeterHit and a SimCalorimeterHit
0012  *  @author: S. Rahman
0013  */
0014 class MCRecoCalorimeterHitAssociationData {
0015 public:
0016   float weight{}; ///< weight of this association
0017 
0018 };
0019 
0020 } // namespace edm4eic
0021 
0022 
0023 #endif