Warning, file /include/edm4hep/ClusterMCParticleLinkCollection.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_ClusterMCParticleLinkCollection_H
0004 #define EDM4HEP_ClusterMCParticleLinkCollection_H
0005
0006 #include "edm4hep/ClusterCollection.h"
0007 #include "edm4hep/MCParticleCollection.h"
0008
0009 #include <podio/LinkCollection.h>
0010
0011 namespace edm4hep {
0012
0013 using ClusterMCParticleLinkCollection = podio::LinkCollection<::edm4hep::Cluster, ::edm4hep::MCParticle>;
0014 using ClusterMCParticleLink = typename ClusterMCParticleLinkCollection::value_type;
0015 using MutableClusterMCParticleLink = typename ClusterMCParticleLinkCollection::mutable_type;
0016
0017 }
0018
0019 #endif