From cedec86b7e94290a8ac92dc071173fd36ffbfbba Mon Sep 17 00:00:00 2001
From: Alexander Kiselev <ayk@bnl.gov>
Date: Thu, 2 Dec 2021 22:54:39 -0500
Subject: [PATCH] Added average wavelength to RICH PID tables

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

diff --git a/eic_data.yaml b/eic_data.yaml
index ca4b5ed..e6f6255 100644
--- a/eic_data.yaml
+++ b/eic_data.yaml
@@ -224,6 +224,7 @@ components:
       - 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
+      - float             wavelength        // Average wavelength for this collection of photons
 
 datatypes:
 
-- 
GitLab