19 msg().setLevel(MSG::INFO);
22 if (!filePath.empty())
24 ATH_MSG_DEBUG(
"ZdcLucrodMapRun3::found ZDC JSON at " << filePath );
29 filePath =
"./ZDC_Run3_mapping.json";
32 std::ifstream ifs(filePath);
40 int source_ID = element[
"source_ID"] ;
std::string PathResolverFindDataFile(const std::string &logical_file_name)
static const ZdcLucrodMapRun3 * getInstance()
nlohmann::json m_mainJson
std::vector< nlohmann::json > m_lucrodInfo
MsgStream & msg() const
The standard message stream.
AsgMessaging(const std::string &name)
Constructor with a name.