File indexing completed on 2025-07-06 08:34:44
0001 #ifndef EDM4HEP_MCRecoTrackerAssociationCollection_H
0002 #define EDM4HEP_MCRecoTrackerAssociationCollection_H
0003
0004 #include "edm4hep/MCRecoTrackerAssociation.h"
0005 #include "edm4hep/MutableMCRecoTrackerAssociation.h"
0006 #include "edm4hep/TrackerHitSimTrackerHitLinkCollection.h"
0007
0008 namespace edm4hep {
0009 using MCRecoTrackerAssociationCollection [[deprecated("use TrackerHitSimTrackerHitLinkCollection instead")]] =
0010 edm4hep::TrackerHitSimTrackerHitLinkCollection;
0011 }
0012
0013 #endif