From fdaa35f28d0f52e890fcbcbdd9f23694ef42cb11 Mon Sep 17 00:00:00 2001 From: "Ryan@SOLARIS-MAC" Date: Thu, 6 Apr 2023 19:06:16 -0400 Subject: [PATCH] add NARRAY, NRDT at the end of Mapping.h --- working/Mapping.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/working/Mapping.h b/working/Mapping.h index 1a2d5ea..86c021b 100644 --- a/working/Mapping.h +++ b/working/Mapping.h @@ -122,6 +122,9 @@ void PrintMapping(){ const std::vector detNum = ExtractDetNum(); const int nDetType = detNum.size(); + +const int NARRAY = detNum[0]; //@ assumed +const int NRDT = detNum[3]; //@ assumed } // namespace solarismap #endif