From 13a41b1982c444d92626e83a270dd2a86ef88034 Mon Sep 17 00:00:00 2001 From: "Ryan@WorkStation" Date: Mon, 16 Oct 2023 12:29:35 -0400 Subject: [PATCH] bug fix for PSD Minimum dataFormat --- ClassDigitizer2Gen.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ClassDigitizer2Gen.cpp b/ClassDigitizer2Gen.cpp index 9f2ac41..ab71842 100644 --- a/ClassDigitizer2Gen.cpp +++ b/ClassDigitizer2Gen.cpp @@ -527,7 +527,7 @@ void Digitizer2Gen::SetDataFormat(unsigned short dataFormat){ { \"name\" : \"CHANNEL\", \"type\" : \"U8\" }, \ { \"name\" : \"TIMESTAMP\", \"type\" : \"U64\" }, \ { \"name\" : \"ENERGY\", \"type\" : \"U16\" }, \ - { \"name\" : \"ENERGY_SHORT\", \"type\" : \"U16\" }, \ + { \"name\" : \"ENERGY_SHORT\", \"type\" : \"U16\" } \ ]"); }