From 16f711c09a035c078b227db5f6e31e501760647c Mon Sep 17 00:00:00 2001
From: Sylvester Joosten <sjoosten@anl.gov>
Date: Fri, 27 Aug 2021 19:45:13 +0000
Subject: [PATCH] Add direction to ReconstructedParticle

---
 eic_data.yaml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/eic_data.yaml b/eic_data.yaml
index 2f1c21b..b7f246b 100644
--- a/eic_data.yaml
+++ b/eic_data.yaml
@@ -292,8 +292,9 @@ datatypes:
       - int16_t           charge            // Particle charge (or sign)
       - int32_t           source            // std::hash of producing algorithm name
       - eic::Weight       weight            // Particle weight, e.g. from PID algorithm [0-1]
+      - eic::Direction    direction         // Direction (theta/phi of this particle [mrad])
       - float             momentum          // particle 3-momentum magnitude [GeV]
-      - float             energy            // Energy (from calorimetery) of the particle [GeV]
+      - float             energy            // Particle energy, consistent with PID assigment [GeV]
       - float             mass              // The mass of the particle in [GeV]
 
   eic::ReconstructedParticleRelations:
-- 
GitLab