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