76 CatToInfos::const_iterator itFound = db->
categoryToInfos().find(
"Capability");
84 for (edmplugin::PluginManager::Infos::const_iterator itInfo = itFound->second.begin(),
85 itInfoEnd = itFound->second.end();
86 itInfo != itInfoEnd; ++itInfo)
88 if (lastClass == itInfo->name_) {
92 lastClass = itInfo->name_;
93 if (lastClass.find(mystring) != std::string::npos) {
103 desc.
addUntracked<
bool>(
"doLoad",
true)->setComment(
"Only if 'true' do we load all dictionaries");
104 descriptions.
add(
"LoadAllDictionaries", desc);
105 descriptions.
setComment(
"This service allows you to force all known dictionaries to be loaded at the beginning of the job");
const CategoryToInfos & categoryToInfos() const
T getUntrackedParameter(std::string const &, T const &) const
#define DEFINE_FWK_SERVICE_MAKER(concrete, maker)
ParameterDescriptionBase * addUntracked(U const &iLabel, T const &value)
const LoadAllDictionaries & operator=(const LoadAllDictionaries &)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
std::map< std::string, Infos > CategoryToInfos
static PluginCapabilities * get()
void setComment(std::string const &value)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
void load(const std::string &iName)
LoadAllDictionaries(const edm::ParameterSet &)
static PluginManager * get()