Warning, file /include/edm4hep/TrackerHitSimTrackerHitLinkCollection.h was not indexed
or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).
0001
0002
0003 #ifndef EDM4HEP_TrackerHitSimTrackerHitLinkCollection_H
0004 #define EDM4HEP_TrackerHitSimTrackerHitLinkCollection_H
0005
0006 #include "edm4hep/SimTrackerHitCollection.h"
0007 #include "edm4hep/TrackerHit.h"
0008
0009 #include <podio/LinkCollection.h>
0010
0011 namespace edm4hep {
0012
0013 using TrackerHitSimTrackerHitLinkCollection = podio::LinkCollection<::edm4hep::TrackerHit, ::edm4hep::SimTrackerHit>;
0014 using TrackerHitSimTrackerHitLink = typename TrackerHitSimTrackerHitLinkCollection::value_type;
0015 using MutableTrackerHitSimTrackerHitLink = typename TrackerHitSimTrackerHitLinkCollection::mutable_type;
0016
0017 }
0018
0019 #endif