From 7504bc169813453fb5183ad5b3192ae764bc211b Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Thu, 22 Feb 2024 08:21:05 +0100 Subject: [PATCH] Rename type to PDG in ReconstructedParticle --- edm4hep.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/edm4hep.yaml b/edm4hep.yaml index 14cd2983f..9431d72f3 100644 --- a/edm4hep.yaml +++ b/edm4hep.yaml @@ -425,7 +425,7 @@ datatypes: Description: "Reconstructed Particle" Author: "F.Gaede, DESY" Members: - - int32_t type //type of reconstructed particle. Check/set collection parameters ReconstructedParticleTypeNames and ReconstructedParticleTypeValues. + - int32_t PDG // PDG of the reconstructed particle. - float energy // [GeV] energy of the reconstructed particle. Four momentum state is not kept consistent internally. - edm4hep::Vector3f momentum // [GeV] particle momentum. Four momentum state is not kept consistent internally. - edm4hep::Vector3f referencePoint // [mm] reference, i.e. where the particle has been measured