From a0867171e1c50f09613db42640bdeceb133ba9c1 Mon Sep 17 00:00:00 2001
From: christopher dilks <christopher.j.dilks@gmail.com>
Date: Sat, 18 Jun 2022 08:15:21 -0400
Subject: [PATCH] eic -> eicd

---
 eic_data.yaml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/eic_data.yaml b/eic_data.yaml
index fb522f4..59b73a9 100644
--- a/eic_data.yaml
+++ b/eic_data.yaml
@@ -201,7 +201,7 @@ components:
       - float             pathlengthError // Error on the pathlenght
  
   ## PID hypothesis from Cherenkov detectors
-  eic::CherenkovPdgHypothesis:
+  eicd::CherenkovPdgHypothesis:
     Members:
       - char              radiator          // Radiator number (0/1/..) in a sequence of the IRTAlgorithm configuration file
       - int32_t           pdg               // PDG code
@@ -209,7 +209,7 @@ components:
       - float             weight            // The weight associated with this hypothesis (the higher the more probable)
 
   ## Cherenkov angle measurement for a given radiator
-  eic::CherenkovThetaAngleMeasurement:
+  eicd::CherenkovThetaAngleMeasurement:
     Members:
       - char              radiator          // Radiator number (0/1/..) in a sequence of the IRTAlgorithm configuration file
       - float             npe               // Overall p.e. count associated with this estimate
@@ -285,12 +285,12 @@ datatypes:
         bool isCompound() const {return particles_size() > 0;}\n
         "
 
-  eic::CherenkovParticleID:
+  eicd::CherenkovParticleID:
     Description: "Cherenkov detector PID"
     Author: "A. Kiselev, C. Dilks"
     VectorMembers:
-      - eic::CherenkovPdgHypothesis options        // Evaluated PDG hypotheses, typically (e/pi/K/p)
-      - eic::CherenkovThetaAngleMeasurement angles // Evaluated Cherenkov angles for different radiators
+      - eicd::CherenkovPdgHypothesis options        // Evaluated PDG hypotheses, typically (e/pi/K/p)
+      - eicd::CherenkovThetaAngleMeasurement angles // Evaluated Cherenkov angles for different radiators
     OneToOneRelations:
       ## @TODO: should it be one-to-one?
       - eicd::ReconstructedParticle associatedParticle // associated reconstructed particle
-- 
GitLab