#include <ParameterWildcard.h>
Public Member Functions | |
ParameterDescriptionNode * | clone () const override |
ParameterWildcard (std::string const &pattern, WildcardValidationCriteria criteria, bool isTracked) | |
ParameterWildcard (char const *pattern, WildcardValidationCriteria criteria, bool isTracked) | |
~ParameterWildcard () override | |
Public Member Functions inherited from edm::ParameterWildcardBase | |
WildcardValidationCriteria | criteria () const |
bool | isTracked () const |
ParameterTypes | type () const |
~ParameterWildcardBase () override | |
Public Member Functions inherited from edm::ParameterDescriptionNode | |
void | checkAndGetLabelsAndTypes (std::set< std::string > &usedLabels, std::set< ParameterTypes > ¶meterTypes, std::set< ParameterTypes > &wildcardTypes) const |
std::string const & | comment () const |
bool | exists (ParameterSet const &pset) const |
bool | hasNestedContent () const |
int | howManyXORSubNodesExist (ParameterSet const &pset) const |
ParameterDescriptionNode () | |
ParameterDescriptionNode (Comment const &iComment) | |
bool | partiallyExists (ParameterSet const &pset) const |
void | print (std::ostream &os, bool optional, bool writeToCfi, DocFormatHelper &dfh) const |
void | printNestedContent (std::ostream &os, bool optional, DocFormatHelper &dfh) const |
void | setComment (std::string const &value) |
void | setComment (char const *value) |
void | validate (ParameterSet &pset, std::set< std::string > &validatedLabels, bool optional) const |
void | writeCfi (std::ostream &os, bool optional, bool &startWithComma, int indentation, bool &wroteSomething) const |
virtual | ~ParameterDescriptionNode () |
Private Member Functions | |
bool | exists_ (ParameterSet const &pset) const override |
void | validate_ (ParameterSet &pset, std::set< std::string > &validatedLabels, bool optional) const override |
Additional Inherited Members | |
Static Public Member Functions inherited from edm::ParameterDescriptionNode | |
static void | printSpaces (std::ostream &os, int n) |
Protected Member Functions inherited from edm::ParameterWildcardBase | |
ParameterWildcardBase (ParameterTypes iType, bool isTracked, WildcardValidationCriteria criteria) | |
void | throwIfInvalidPattern (char const *pattern) const |
void | throwIfInvalidPattern (std::string const &pattern) const |
void | validateMatchingNames (std::vector< std::string > const &matchingNames, std::set< std::string > &validatedLabels, bool optional) const |
Protected Member Functions inherited from edm::ParameterDescriptionNode | |
virtual bool | hasNestedContent_ () const |
virtual void | printNestedContent_ (std::ostream &, bool, DocFormatHelper &) const |
Protected Attributes inherited from edm::ParameterDescriptionNode | |
std::string | comment_ |
Definition at line 23 of file ParameterWildcard.h.
|
inline |
Definition at line 25 of file ParameterWildcard.h.
References topSingleLeptonDQM_PU_cfi::pattern, and edm::ParameterWildcardBase::throwIfInvalidPattern().
Referenced by edm::ParameterWildcard< T >::clone(), and edm::ParameterWildcard< ParameterSetDescription >::clone().
|
inline |
Definition at line 30 of file ParameterWildcard.h.
References topSingleLeptonDQM_PU_cfi::pattern, and edm::ParameterWildcardBase::throwIfInvalidPattern().
|
inlineoverride |
Definition at line 35 of file ParameterWildcard.h.
|
inlineoverridevirtual |
Implements edm::ParameterDescriptionNode.
Definition at line 37 of file ParameterWildcard.h.
References edm::ParameterWildcard< T >::ParameterWildcard().
|
inlineoverrideprivatevirtual |
Implements edm::ParameterDescriptionNode.
Definition at line 45 of file ParameterWildcard.h.
References edm::ParameterWildcardBase::criteria(), edm::ParameterWildcardBase::isTracked(), muonDTDigis_cfi::pset, edm::RequireAtLeastOne, edm::RequireZeroOrMore, and mitigatedMETSequence_cff::U.
|
inlineoverrideprivatevirtual |
Implements edm::ParameterDescriptionNode.
Definition at line 40 of file ParameterWildcard.h.
References edm::ParameterWildcardBase::isTracked(), Types::optional, muonDTDigis_cfi::pset, and edm::ParameterWildcardBase::validateMatchingNames().