File indexing completed on 2026-03-28 08:18:54
0001
0002
0003 #ifndef EDM4EIC_MCRecoTrackerHitLinkCollection_H
0004 #define EDM4EIC_MCRecoTrackerHitLinkCollection_H
0005
0006 #include "edm4eic/RawTrackerHitCollection.h"
0007 #include "edm4hep/SimTrackerHitCollection.h"
0008
0009 #include <podio/LinkCollection.h>
0010
0011 namespace edm4eic {
0012
0013 using MCRecoTrackerHitLinkCollection = podio::LinkCollection<::edm4eic::RawTrackerHit, ::edm4hep::SimTrackerHit>;
0014 using MCRecoTrackerHitLink = typename MCRecoTrackerHitLinkCollection::value_type;
0015 using MutableMCRecoTrackerHitLink = typename MCRecoTrackerHitLinkCollection::mutable_type;
0016
0017 }
0018
0019
0020 #endif