Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-07-11 08:30:14

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