Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-06-30 08:34:24

0001 #ifndef EDM4HEP_RecoParticleVertexAssociation_H
0002 #define EDM4HEP_RecoParticleVertexAssociation_H
0003 
0004 #include "edm4hep/MutableRecoParticleVertexAssociation.h"
0005 #include "edm4hep/RecoParticleVertexAssociation.h"
0006 #include "edm4hep/VertexRecoParticleLink.h"
0007 
0008 namespace edm4hep {
0009 using RecoParticleVertexAssociation [[deprecated("use VertexRecoParticleLink instead")]] =
0010     edm4hep::VertexRecoParticleLink;
0011 }
0012 
0013 #endif