#include <TrigDBConnectionConfig.h>
Definition at line 21 of file TrigDBConnectionConfig.h.
 
◆ LumiPSPair
◆ PSKeys
◆ DBType
◆ TrigDBConnectionConfig() [1/6]
  
  | 
        
          | TrigConf::TrigDBConnectionConfig::TrigDBConnectionConfig | ( |  | ) |  |  | default | 
 
 
◆ TrigDBConnectionConfig() [2/6]
      
        
          | TrigConf::TrigDBConnectionConfig::TrigDBConnectionConfig | ( | const std::string & | connectionStr | ) |  | 
      
 
 
◆ TrigDBConnectionConfig() [3/6]
  
  | 
        
          | TrigConf::TrigDBConnectionConfig::TrigDBConnectionConfig | ( | DBType | type, |  
          |  |  | const std::string & | server, |  
          |  |  | unsigned int | smKey, |  
          |  |  | unsigned int | hltPsKey |  
          |  | ) |  |  |  | inline | 
 
 
◆ TrigDBConnectionConfig() [4/6]
  
  | 
        
          | TrigConf::TrigDBConnectionConfig::TrigDBConnectionConfig | ( | DBType | type, |  
          |  |  | const std::string & | server, |  
          |  |  | unsigned int | smKey, |  
          |  |  | const PSKeys & | hltPsKeyStr |  
          |  | ) |  |  |  | inline | 
 
 
◆ TrigDBConnectionConfig() [5/6]
      
        
          | TrigConf::TrigDBConnectionConfig::TrigDBConnectionConfig | ( | DBType | type, | 
        
          |  |  | const std::string & | server, | 
        
          |  |  | unsigned int | smKey, | 
        
          |  |  | const std::string & | hltPsKeyStr | 
        
          |  | ) |  |  | 
      
 
 
◆ TrigDBConnectionConfig() [6/6]
  
  | 
        
          | TrigConf::TrigDBConnectionConfig::TrigDBConnectionConfig | ( | DBType | type, |  
          |  |  | const std::string & | server, |  
          |  |  | unsigned int | smKey |  
          |  | ) |  |  |  | inlineprivate | 
 
 
◆ diggestStr()
      
        
          | void TrigConf::TrigDBConnectionConfig::diggestStr | ( | const std::string & | str | ) |  | 
      
 
 
◆ hltKeysToString()
      
        
          | string TrigConf::TrigDBConnectionConfig::hltKeysToString | ( |  | ) | const | 
      
 
 
◆ setHltKeysFromStr()
      
        
          | void TrigConf::TrigDBConnectionConfig::setHltKeysFromStr | ( | const std::string & | hltKeyStr | ) |  | 
      
 
 
◆ setLvl1KeyFromStr()
      
        
          | void TrigConf::TrigDBConnectionConfig::setLvl1KeyFromStr | ( | const std::string & | lvl1KeyStr | ) |  | 
      
 
 
◆ setMaxRetrialsFromStr()
      
        
          | void TrigConf::TrigDBConnectionConfig::setMaxRetrialsFromStr | ( | const std::string & | maxRetrialsStr | ) |  | 
      
 
 
◆ setRetrialPeriodFromStr()
      
        
          | void TrigConf::TrigDBConnectionConfig::setRetrialPeriodFromStr | ( | const std::string & | retrialPeriodStr | ) |  | 
      
 
 
◆ setSmKeyFromStr()
      
        
          | void TrigConf::TrigDBConnectionConfig::setSmKeyFromStr | ( | const std::string & | smKeyStr | ) |  | 
      
 
 
◆ setTypeFromStr()
      
        
          | void TrigConf::TrigDBConnectionConfig::setTypeFromStr | ( | const std::string & | typeStr | ) |  | 
      
 
Definition at line 242 of file TrigDBConnectionConfig.cxx.
  244   string low = algorithm::to_lower_copy(typeStr);
 
  247   else if(low == 
"mysql")
 
  249   else if(low == 
"sqlite")
 
 
 
 
◆ setUseFrontierFromStr()
      
        
          | void TrigConf::TrigDBConnectionConfig::setUseFrontierFromStr | ( | const std::string & | useFrontier | ) |  | 
      
 
 
◆ toString()
      
        
          | string TrigConf::TrigDBConnectionConfig::toString | ( |  | ) | const | 
      
 
 
◆ typeToString()
  
  | 
        
          | std::string TrigConf::TrigDBConnectionConfig::typeToString | ( |  | ) | const |  | inline | 
 
 
◆ m_hltkey
      
        
          | unsigned int TrigConf::TrigDBConnectionConfig::m_hltkey {0} | 
      
 
 
◆ m_hltkeys
      
        
          | PSKeys TrigConf::TrigDBConnectionConfig::m_hltkeys | 
      
 
 
◆ m_lvl1key
      
        
          | unsigned int TrigConf::TrigDBConnectionConfig::m_lvl1key {0} | 
      
 
 
◆ m_maxRetrials
      
        
          | unsigned int TrigConf::TrigDBConnectionConfig::m_maxRetrials {1} | 
      
 
 
◆ m_password
      
        
          | std::string TrigConf::TrigDBConnectionConfig::m_password | 
      
 
 
◆ m_retrialPeriod
      
        
          | unsigned int TrigConf::TrigDBConnectionConfig::m_retrialPeriod {0} | 
      
 
 
◆ m_schema
      
        
          | std::string TrigConf::TrigDBConnectionConfig::m_schema | 
      
 
 
◆ m_server
      
        
          | std::string TrigConf::TrigDBConnectionConfig::m_server | 
      
 
 
◆ m_smkey
      
        
          | unsigned int TrigConf::TrigDBConnectionConfig::m_smkey {0} | 
      
 
 
◆ m_type
◆ m_useFrontier
      
        
          | bool TrigConf::TrigDBConnectionConfig::m_useFrontier {false} | 
      
 
 
◆ m_user
      
        
          | std::string TrigConf::TrigDBConnectionConfig::m_user | 
      
 
 
The documentation for this class was generated from the following files: