From 0ea94d04c48e69be573a1677c09ddf6cbac169dd Mon Sep 17 00:00:00 2001
From: Alexander Kiselev <ayk@bnl.gov>
Date: Thu, 18 Nov 2021 04:11:18 -0500
Subject: [PATCH] Added average refractive index field in IRT

---
 eic_data.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/eic_data.yaml b/eic_data.yaml
index 36add1e..ca4b5ed 100644
--- a/eic_data.yaml
+++ b/eic_data.yaml
@@ -223,6 +223,7 @@ components:
       - char              radiator          // Radiator number (0/1/..) in a sequence of the IRTAlgorithm configuration file
       - float             npe               // Overall p.e. count associated with this estimate
       - float             theta             // Cherenkov theta angle
+      - float             rindex            // Average refractive index for this collection of photons
 
 datatypes:
 
-- 
GitLab