Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-06-03 08:33:22

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4HEP_CaloHitSimCaloHitLinkDATA_H
0004 #define EDM4HEP_CaloHitSimCaloHitLinkDATA_H
0005 
0006 namespace edm4hep {
0007 
0008 /** @class CaloHitSimCaloHitLinkData
0009  *  Link between a CalorimeterHit and the corresponding SimCalorimeterHit
0010  *  @author: EDM4hep authors
0011  */
0012 class CaloHitSimCaloHitLinkData {
0013 public:
0014   float weight{}; ///< weight of this link
0015 };
0016 
0017 } // namespace edm4hep
0018 
0019 #endif