add NARRAY, NRDT at the end of Mapping.h

This commit is contained in:
Ryan Tang 2023-04-06 19:06:16 -04:00
parent 242366792c
commit fdaa35f28d

View File

@ -122,6 +122,9 @@ void PrintMapping(){
const std::vector<int> detNum = ExtractDetNum();
const int nDetType = detNum.size();
const int NARRAY = detNum[0]; //@ assumed
const int NRDT = detNum[3]; //@ assumed
} // namespace solarismap
#endif