Warning, file /include/edm4hep/VertexRecoParticleLinkCollection.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_VertexRecoParticleLinkCollection_H
0004 #define EDM4HEP_VertexRecoParticleLinkCollection_H
0005
0006 #include "edm4hep/ReconstructedParticleCollection.h"
0007 #include "edm4hep/VertexCollection.h"
0008
0009 #include <podio/LinkCollection.h>
0010
0011 namespace edm4hep {
0012
0013 using VertexRecoParticleLinkCollection = podio::LinkCollection<::edm4hep::Vertex, ::edm4hep::ReconstructedParticle>;
0014 using VertexRecoParticleLink = typename VertexRecoParticleLinkCollection::value_type;
0015 using MutableVertexRecoParticleLink = typename VertexRecoParticleLinkCollection::mutable_type;
0016
0017 }
0018
0019 #endif