|
ATLAS Offline Software
|
Go to the documentation of this file.
20 const std::string&
name,
23 m_DataLocation (
"keyTGC")
25 declareProperty(
"Folder",
m_Folder=
"/TGC/CABLING/MAP_SCHEMA");
28 declareProperty(
"filename_ASD2PP_DIFF_12",
m_filename=
"ASD2PP_diff_12_ONL.db");
34 return StatusCode::SUCCESS;
58 if(location.empty()) {
60 return StatusCode::FAILURE;
64 std::ifstream inASDToPP;
65 inASDToPP.open(location.c_str());
68 return StatusCode::FAILURE;
71 ATH_MSG_INFO(
"readTGCMap found file " << location.c_str());
76 unsigned int nLines = 0;
79 while(getline(inASDToPP, buf)){
85 return StatusCode::SUCCESS;
static std::string find_file(const std::string &logical_file_name, const std::string &search_path, SearchType search_type=LocalSearch)
::StatusCode StatusCode
StatusCode definition for legacy code.