1 #ifndef FWCore_ParameterSet_PluginDescription_h 2 #define FWCore_ParameterSet_PluginDescription_h 121 std::set<ParameterTypes>& parameterTypes,
122 std::set<ParameterTypes>& wildcardTypes)
const final {}
128 auto n =
pset.getParameterNames();
129 validatedLabels.insert(
n.begin(),
n.end());
132 void writeCfi_(std::ostream& os,
bool& startWithComma,
int indentation,
bool& wroteSomething)
const final {
142 cache_->writeCfi(os, startWithComma, indentation);
143 wroteSomething =
true;
150 int indentation = dfh.indentation();
155 std::stringstream ss;
156 ss << dfh.section() <<
"." << dfh.counter();
160 os <<
"Section " << newSection <<
" " <<
Factory::get()->category() <<
" Plugins description:\n";
169 unsigned int pluginCount = 0;
171 for (
auto const&
info :
174 if (previousName ==
info.name_) {
178 std::stringstream ss;
179 ss << dfh.section() <<
"." << dfh.counter();
182 os <<
"Section " << newSection <<
"." << ++pluginCount <<
" " <<
info.name_ <<
" Plugin description:\n";
192 previousName =
info.name_;
229 std::shared_ptr<ParameterSetDescription> desc = std::make_shared<ParameterSetDescription>(a->description());
249 mutable std::shared_ptr<ParameterSetDescription>
cache_;
T getParameter(std::string const &) const
T getUntrackedParameter(std::string const &, T const &) const
bool existsAs(std::string const ¶meterName, bool trackiness=true) const
checks if a parameter exists as a given type
static PluginManager & configure(const Config &)
def create(alignables, pedeDump, additionalData, outputFile, config)
bool partiallyExists_(ParameterSet const &pset) const final
std::string findType(edm::ParameterSet const &iPSet) const
void find(edm::Handle< EcalRecHitCollection > &hits, DetId thisDet, std::vector< EcalRecHitCollection::const_iterator > &hit, bool debug=false)
PluginDescription(std::string typeLabel, bool typeLabelIsTracked)
static bool isAvailable()
void checkAndGetLabelsAndTypes_(std::set< std::string > &usedLabels, std::set< ParameterTypes > ¶meterTypes, std::set< ParameterTypes > &wildcardTypes) const final
U second(std::pair< T, U > const &p)
void loadPlugin(std::string const &iName) const
std::shared_ptr< ParameterSetDescription > loadDescription(std::string const &iName) const
PluginManager::Config config()
ParameterDescriptionNode * clone() const final
static Factory const * get()
void writeCfi_(std::ostream &os, bool &startWithComma, int indentation, bool &wroteSomething) const final
void printNestedContent_(std::ostream &os, bool, DocFormatHelper &dfh) const final
static void printSpaces(std::ostream &os, int n)
PluginDescription(std::string typeLabel, std::string defaultType, bool typeLabelIsTracked)
bool exists(ParameterSet const &pset) const
bool hasNestedContent_() const final
std::shared_ptr< ParameterSetDescription > cache_
void validate_(ParameterSet &pset, std::set< std::string > &validatedLabels, bool optional) const final
int howManyXORSubNodesExist_(ParameterSet const &pset) const final
bool exists_(ParameterSet const &pset) const final
static PluginManager * get()