Back to home page

EIC code displayed by LXR

 
 

    


Warning, file /include/edm4hep/RecoMCParticleLinkCollection.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 // AUTOMATICALLY GENERATED FILE - DO NOT EDIT
0002 
0003 #ifndef EDM4HEP_RecoMCParticleLinkCollection_H
0004 #define EDM4HEP_RecoMCParticleLinkCollection_H
0005 
0006 #include "edm4hep/MCParticleCollection.h"
0007 #include "edm4hep/ReconstructedParticleCollection.h"
0008 
0009 #include <podio/LinkCollection.h>
0010 
0011 namespace edm4hep {
0012 
0013 using RecoMCParticleLinkCollection = podio::LinkCollection<::edm4hep::ReconstructedParticle, ::edm4hep::MCParticle>;
0014 using RecoMCParticleLink = typename RecoMCParticleLinkCollection::value_type;
0015 using MutableRecoMCParticleLink = typename RecoMCParticleLinkCollection::mutable_type;
0016 
0017 } // namespace edm4hep
0018 
0019 #endif