Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-01 08:35:24

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