Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add association between ReconstructedParticle and Vertex #133

Merged
merged 3 commits into from
Dec 14, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion edm4hep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
- 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 track
fdplacido marked this conversation as resolved.
Show resolved Hide resolved
- edm4hep::Vertex sim // reference to the Monte-Carlo particle
fdplacido marked this conversation as resolved.
Show resolved Hide resolved