From 2bb3af1fc85df614e59071cbcf3ac5819e8e0bf4 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Tue, 16 Feb 2021 14:24:46 -0600 Subject: [PATCH] Updated Reconstructed Particle - Since this is the last chance we will have. --- eic_data.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/eic_data.yaml b/eic_data.yaml index 033705b..85fe58d 100644 --- a/eic_data.yaml +++ b/eic_data.yaml @@ -186,13 +186,13 @@ datatypes : eic::ReconstructedParticle: Description: "EIC Reconstructed Particle" - Author : "F.Gaede, B. Hegner" + Author : "W.Armstrong" Members: - - int type // Type of reconstructed particle. - - double energy // Energy of the reconstructed particle. - - std::array<double, 3> momentum // The reconstructed particle's 3-momentum - - float charge // The particle's charge - - double mass // The mass of the particle in [GeV] + - int pid // PID of reconstructed particle. + - double energy // Energy of the reconstructed particle. + - eic::VectorXYZ p // three momentum. + - double charge // The particle's charge + - double mass // The mass of the particle in [GeV] OneToOneRelations: - eic::Vertex vertex // The start vertex associated to this particle. OneToManyRelations: -- GitLab