8#include "GaudiKernel/MsgStream.h"
19 std::ifstream ifs(inputfile);
20 if (ifs.fail()) log << MSG::ERROR <<
"Fail to read" << inputfile <<
endmsg;
22 while (ifs >> value >> key) {
std::map< int, HWIdentifier > latome_map
Tool to get LATOME SC and SCID mapping file and fill std::map variable with it.
static void fill(std::map< int, HWIdentifier > &toFill, const std::string &inputfile, MsgStream &log)