From 114a6e0ea0d4eadce87de3da825ede2f7c8acbfc Mon Sep 17 00:00:00 2001 From: Alexander Kiselev <ayk@bnl.gov> Date: Thu, 4 Nov 2021 21:46:43 -0400 Subject: [PATCH] 'radiator' field added to CherenkovPdgHypothesis in eic_data.yaml --- eic_data.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eic_data.yaml b/eic_data.yaml index f5fc811..771ec8a 100644 --- a/eic_data.yaml +++ b/eic_data.yaml @@ -257,8 +257,9 @@ components: ## PID hypothesis from Cherenkov detectors eic::CherenkovPdgHypothesis: Members: + - char radiator // Radiator number (0/1/..) in a sequence of the IRTAlgorithm configuration file - int32_t pdg // PDG code - - int16_t npe // Overall p.e. count associated with this hypothesis for a given track + - float npe // Overall p.e. count associated with this hypothesis for a given track - float weight // The weight associated with this hypothesis (the higher the more probable) datatypes: -- GitLab