#include <TGCCablingDbTool.h>
Definition at line 15 of file TGCCablingDbTool.h.
 
◆ TGCCablingDbTool()
      
        
          | TGCCablingDbTool::TGCCablingDbTool | ( | const std::string & | type, | 
        
          |  |  | const std::string & | name, | 
        
          |  |  | const IInterface * | parent | 
        
          |  | ) |  |  | 
      
 
Constructor. 
Definition at line 19 of file TGCCablingDbTool.cxx.
   25   declareProperty(
"Folder", 
m_Folder=
"/TGC/CABLING/MAP_SCHEMA");
 
   28   declareProperty(
"filename_ASD2PP_DIFF_12", 
m_filename=
"ASD2PP_diff_12_ONL.db");
 
 
 
 
◆ getFolderName()
  
  | 
        
          | std::string TGCCablingDbTool::getFolderName | ( |  | ) | const |  | overridevirtual | 
 
 
◆ giveASD2PP_DIFF_12()
  
  | 
        
          | std::vector< std::string > * TGCCablingDbTool::giveASD2PP_DIFF_12 | ( |  | ) |  |  | overridevirtual | 
 
 
◆ initialize()
  
  | 
        
          | StatusCode TGCCablingDbTool::initialize | ( |  | ) |  |  | overridevirtual | 
 
 
◆ readASD2PP_DIFF_12FromText()
  
  | 
        
          | StatusCode TGCCablingDbTool::readASD2PP_DIFF_12FromText | ( |  | ) |  |  | overridevirtual | 
 
Load parameters from text database. 
Definition at line 53 of file TGCCablingDbTool.cxx.
   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;
 
 
 
 
◆ m_ASD2PP_DIFF_12
  
  | 
        
          | std::unique_ptr<std::vector<std::string> > TGCCablingDbTool::m_ASD2PP_DIFF_12 |  | private | 
 
 
◆ m_DataLocation
  
  | 
        
          | std::string TGCCablingDbTool::m_DataLocation |  | private | 
 
 
◆ m_filename
  
  | 
        
          | std::string TGCCablingDbTool::m_filename |  | private | 
 
 
◆ m_Folder
  
  | 
        
          | std::string TGCCablingDbTool::m_Folder |  | private | 
 
 
◆ m_readASD2PP_DIFF_12FromText
  
  | 
        
          | bool TGCCablingDbTool::m_readASD2PP_DIFF_12FromText |  | private | 
 
 
The documentation for this class was generated from the following files: