Definition at line 32 of file PrintLoadingPlugins.cc.
◆ PrintLoadingPlugins() [1/2]
PrintLoadingPlugins::PrintLoadingPlugins |
( |
| ) |
|
◆ ~PrintLoadingPlugins()
PrintLoadingPlugins::~PrintLoadingPlugins |
( |
| ) |
|
|
virtual |
◆ PrintLoadingPlugins() [2/2]
◆ askedToLoad()
void PrintLoadingPlugins::askedToLoad |
( |
const std::string & |
iCategory, |
|
|
const std::string & |
iPlugin |
|
) |
| |
Definition at line 114 of file PrintLoadingPlugins.cc.
119 PluginManager::CategoryToInfos::const_iterator itFound =
category.find(iCategory);
128 typedef std::vector<PluginInfo>::const_iterator PIItr;
130 std::pair<PIItr, PIItr>
range = std::equal_range(itFound->second.begin(), itFound->second.end(),
i, PICompare());
135 libname = loadable.string();
138 edm::LogAbsolute(
"GetPlugin") <<
"Getting> '" << iCategory <<
"' " << iPlugin <<
"\n from " << libname
References taus_updatedMVAIds_cff::category, edmplugin::PluginManager::categoryToInfos(), edmplugin::PluginManager::get(), mps_fire::i, castor_dqm_sourceclient_file_cfg::path, FastTimerService_cff::range, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by PrintLoadingPlugins().
◆ fillDescriptions()
◆ goingToLoad()
void PrintLoadingPlugins::goingToLoad |
( |
const std::filesystem::path & |
Loadable_ | ) |
|
◆ operator=()