diff --git a/edm4hep.yaml b/edm4hep.yaml index 29ed7d762..ad7e49eda 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -471,4 +471,13 @@ datatypes : - float weight // weight of this association OneToOneRelations: - edm4hep::Track rec // reference to the track - - edm4hep::MCParticle sim // reference to the Monte-Carlo particle \ No newline at end of file + - edm4hep::MCParticle sim // reference to the Monte-Carlo particle + + edm4hep::RecoParticleVertexAssociation: + Description: "Association between a Reconstructed Particle and a Vertex" + Author : "Placido Fernandez Declara" + Members: + - float weight // weight of this association + OneToOneRelations: + - edm4hep::ReconstructedParticle rec // reference to the reconstructed particle + - edm4hep::Vertex vertex // reference to the vertex