#include <Fireworks/Core/interface/FWConfigurationManager.h>
Public Member Functions | |
void | add (const std::string &iName, FWConfigurable *) |
does not take ownership More... | |
FWConfigurationManager () | |
bool | getIgnore () const |
std::string | guessAndReadFromFile (FWJobMetadataManager *) const |
void | readFromFile (const std::string &) const |
void | setFrom (const FWConfiguration &) const |
void | setIgnore () |
void | to (FWConfiguration &) const |
void | writeToFile (const std::string &) const |
virtual | ~FWConfigurationManager () |
Private Member Functions | |
FWConfigurationManager (const FWConfigurationManager &)=delete | |
const FWConfigurationManager & | operator= (const FWConfigurationManager &)=delete |
void | readFromOldFile (const std::string &) const |
Private Attributes | |
std::map< std::string, FWConfigurable * > | m_configurables |
bool | m_ignore |
Description: <one line="" class="" summary>="">
Usage: <usage>
Definition at line 32 of file FWConfigurationManager.h.
FWConfigurationManager::FWConfigurationManager | ( | ) |
|
virtual |
Definition at line 50 of file FWConfigurationManager.cc.
|
privatedelete |
void FWConfigurationManager::add | ( | const std::string & | iName, |
FWConfigurable * | iConf | ||
) |
does not take ownership
Definition at line 67 of file FWConfigurationManager.cc.
References m_configurables.
Referenced by counter.Counter::register(), SequenceTypes.Task::remove(), SequenceTypes.Task::replace(), and CmsShowMainBase::setupViewManagers().
|
inline |
Definition at line 51 of file FWConfigurationManager.h.
References FWConfigurationManager(), m_ignore, operator=(), readFromOldFile(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by CmsShowMain::setupDataHandling().
std::string FWConfigurationManager::guessAndReadFromFile | ( | FWJobMetadataManager * | dataMng | ) | const |
Definition at line 171 of file FWConfigurationManager.cc.
References HltBtagPostValidation_cff::c, looper::cfg, f, FrontierConditions_GlobalTag_cff::file, fwLog, g, createfilelist::int, FWConfiguration::keyValues(), fwlog::kInfo, fwlog::kWarning, operator<(), writedatasetfile::parser, setFrom(), AlCaHLTBitMon_QueryRunRegistry::string, FWJobMetadataManager::usableData(), and x.
|
privatedelete |
Referenced by getIgnore().
void FWConfigurationManager::readFromFile | ( | const std::string & | iName | ) | const |
Reads the configuration specified in iName and creates the internal representation in terms of FWConfigutation objects.
Notice that if the file does not start with '<' the old CINT macro based system is used.
Definition at line 153 of file FWConfigurationManager.cc.
References f, g, createfilelist::int, SimpleSAXParser::parse(), writedatasetfile::parser, readFromOldFile(), and setFrom().
|
private |
Definition at line 116 of file FWConfigurationManager.cc.
References mps_check::command, looper::config, relativeConstraints::error, setFrom(), and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by getIgnore(), and readFromFile().
void FWConfigurationManager::setFrom | ( | const FWConfiguration & | iConfig | ) | const |
Definition at line 75 of file FWConfigurationManager.cc.
References FWConfiguration::keyValues(), and m_configurables.
Referenced by guessAndReadFromFile(), FWPartialConfigLoadGUI::Load(), readFromFile(), and readFromOldFile().
|
inline |
Definition at line 50 of file FWConfigurationManager.h.
References m_ignore.
Referenced by CmsShowMain::CmsShowMain().
void FWConfigurationManager::to | ( | FWConfiguration & | oConfig | ) | const |
Definition at line 86 of file FWConfigurationManager.cc.
References FWConfiguration::addKeyValue(), looper::config, and m_configurables.
Referenced by FWPartialConfigGUI::FWPartialConfigGUI(), FWPartialConfigSaveGUI::WriteConfig(), and writeToFile().
void FWConfigurationManager::writeToFile | ( | const std::string & | iName | ) | const |
Definition at line 97 of file FWConfigurationManager.cc.
References MillePedeFileConverter_cfg::e, FrontierConditions_GlobalTag_cff::file, fwLog, fwlog::kError, fwlog::kInfo, mps_setup::stdout, FWConfiguration::streamTo(), AlCaHLTBitMon_QueryRunRegistry::string, and to().
|
private |
Definition at line 60 of file FWConfigurationManager.h.
|
private |
Definition at line 61 of file FWConfigurationManager.h.
Referenced by getIgnore(), and setIgnore().