Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/edm4hep/MCRecoTrackerAssociationData.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4HEP_MCRecoTrackerAssociationDATA_H
0004 #define EDM4HEP_MCRecoTrackerAssociationDATA_H
0005 
0006 namespace edm4hep {
0007 
0008 /** @class MCRecoTrackerAssociationData
0009  *  Association between a TrackerHit and the corresponding simulated TrackerHit
0010  *  @author: C. Bernet, B. Hegner
0011  */
0012 class MCRecoTrackerAssociationData {
0013 public:
0014   float weight{}; ///< weight of this association
0015 };
0016 
0017 } // namespace edm4hep
0018 
0019 #endif