Warning, file /include/edm4hep/TrackMCParticleLinkCollection.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_TrackMCParticleLinkCollection_H
0004 #define EDM4HEP_TrackMCParticleLinkCollection_H
0005
0006 #include "edm4hep/MCParticleCollection.h"
0007 #include "edm4hep/TrackCollection.h"
0008
0009 #include <podio/LinkCollection.h>
0010
0011 namespace edm4hep {
0012
0013 using TrackMCParticleLinkCollection = podio::LinkCollection<::edm4hep::Track, ::edm4hep::MCParticle>;
0014 using TrackMCParticleLink = typename TrackMCParticleLinkCollection::value_type;
0015 using MutableTrackMCParticleLink = typename TrackMCParticleLinkCollection::mutable_type;
0016
0017 }
0018
0019 #endif