CMS 3D CMS Logo

List of all members | Public Member Functions | Protected Member Functions | Private Member Functions | Private Attributes
edm::AllowedLabelsDescriptionBase Class Referenceabstract

#include <AllowedLabelsDescriptionBase.h>

Inheritance diagram for edm::AllowedLabelsDescriptionBase:
edm::ParameterDescriptionNode edm::AllowedLabelsDescription< T > edm::AllowedLabelsDescription< ParameterSetDescription > edm::AllowedLabelsDescription< std::vector< ParameterSet > >

Public Member Functions

bool isTracked () const
 
ParameterTypes type () const
 
 ~AllowedLabelsDescriptionBase () override
 
- Public Member Functions inherited from edm::ParameterDescriptionNode
void checkAndGetLabelsAndTypes (std::set< std::string > &usedLabels, std::set< ParameterTypes > &parameterTypes, std::set< ParameterTypes > &wildcardTypes) const
 
virtual ParameterDescriptionNodeclone () const =0
 
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 &startWithComma, int indentation, bool &wroteSomething) const
 
virtual ~ParameterDescriptionNode ()
 

Protected Member Functions

 AllowedLabelsDescriptionBase (std::string const &label, ParameterTypes iType, bool isTracked)
 
 AllowedLabelsDescriptionBase (char const *label, ParameterTypes iType, bool isTracked)
 
void printNestedContentBase_ (std::ostream &os, bool optional, DocFormatHelper &dfh) const
 

Private Member Functions

void checkAndGetLabelsAndTypes_ (std::set< std::string > &usedLabels, std::set< ParameterTypes > &parameterTypes, std::set< ParameterTypes > &wildcardTypes) const override
 
bool exists_ (ParameterSet const &pset) const override
 
bool hasNestedContent_ () const override
 
int howManyXORSubNodesExist_ (ParameterSet const &pset) const override
 
bool partiallyExists_ (ParameterSet const &pset) const override
 
void print_ (std::ostream &os, bool optional, bool writeToCfi, DocFormatHelper &dfh) const override
 
void printNestedContent_ (std::ostream &os, bool optional, DocFormatHelper &dfh) const override
 
void validate_ (ParameterSet &pset, std::set< std::string > &validatedLabels, bool optional) const override
 
virtual void validateAllowedLabel_ (std::string const &allowedLabel, ParameterSet &pset, std::set< std::string > &validatedLabels) const =0
 
void writeCfi_ (std::ostream &os, bool &startWithComma, int indentation, bool &wroteSomething) const override
 

Private Attributes

bool isTracked_
 
ParameterDescription< std::vector< std::string > > parameterHoldingLabels_
 
ParameterTypes type_
 

Additional Inherited Members

- Static Public Member Functions inherited from edm::ParameterDescriptionNode
static void printSpaces (std::ostream &os, int n)
 
- Protected Attributes inherited from edm::ParameterDescriptionNode
std::string comment_
 

Detailed Description

Definition at line 16 of file AllowedLabelsDescriptionBase.h.

Constructor & Destructor Documentation

edm::AllowedLabelsDescriptionBase::~AllowedLabelsDescriptionBase ( )
override

Definition at line 13 of file AllowedLabelsDescriptionBase.cc.

References AllowedLabelsDescriptionBase().

13 { }
edm::AllowedLabelsDescriptionBase::AllowedLabelsDescriptionBase ( std::string const &  label,
ParameterTypes  iType,
bool  isTracked 
)
protected

Definition at line 16 of file AllowedLabelsDescriptionBase.cc.

Referenced by isTracked(), and ~AllowedLabelsDescriptionBase().

16  :
17  parameterHoldingLabels_(label, std::vector<std::string>(), isTracked),
18  type_(iType),
20  }
ParameterDescription< std::vector< std::string > > parameterHoldingLabels_
edm::AllowedLabelsDescriptionBase::AllowedLabelsDescriptionBase ( char const *  label,
ParameterTypes  iType,
bool  isTracked 
)
protected

Definition at line 23 of file AllowedLabelsDescriptionBase.cc.

References checkAndGetLabelsAndTypes_().

23  :
24  parameterHoldingLabels_(label, std::vector<std::string>(), isTracked),
25  type_(iType),
27  }
ParameterDescription< std::vector< std::string > > parameterHoldingLabels_

Member Function Documentation

void edm::AllowedLabelsDescriptionBase::checkAndGetLabelsAndTypes_ ( std::set< std::string > &  usedLabels,
std::set< ParameterTypes > &  parameterTypes,
std::set< ParameterTypes > &  wildcardTypes 
) const
overrideprivatevirtual

Implements edm::ParameterDescriptionNode.

Definition at line 32 of file AllowedLabelsDescriptionBase.cc.

References edm::ParameterDescriptionNode::checkAndGetLabelsAndTypes(), parameterHoldingLabels_, and validate_().

Referenced by AllowedLabelsDescriptionBase(), and isTracked().

34  {
35 
36  parameterHoldingLabels_.checkAndGetLabelsAndTypes(usedLabels, parameterTypes, wildcardTypes);
37  }
ParameterDescription< std::vector< std::string > > parameterHoldingLabels_
void checkAndGetLabelsAndTypes(std::set< std::string > &usedLabels, std::set< ParameterTypes > &parameterTypes, std::set< ParameterTypes > &wildcardTypes) const
bool edm::AllowedLabelsDescriptionBase::exists_ ( ParameterSet const &  pset) const
overrideprivatevirtual

Implements edm::ParameterDescriptionNode.

Definition at line 171 of file AllowedLabelsDescriptionBase.cc.

References edm::ParameterDescriptionNode::exists(), parameterHoldingLabels_, and partiallyExists_().

Referenced by isTracked(), and printNestedContentBase_().

171  {
173  }
bool exists(ParameterSet const &pset) const
ParameterDescription< std::vector< std::string > > parameterHoldingLabels_
bool edm::AllowedLabelsDescriptionBase::hasNestedContent_ ( ) const
overrideprivatevirtual

Reimplemented from edm::ParameterDescriptionNode.

Definition at line 119 of file AllowedLabelsDescriptionBase.cc.

References printNestedContent_().

Referenced by isTracked(), and print_().

119  {
120  return true;
121  }
int edm::AllowedLabelsDescriptionBase::howManyXORSubNodesExist_ ( ParameterSet const &  pset) const
overrideprivatevirtual

Implements edm::ParameterDescriptionNode.

Definition at line 183 of file AllowedLabelsDescriptionBase.cc.

References edm::ParameterDescriptionNode::exists().

Referenced by isTracked(), and partiallyExists_().

183  {
184  return exists(pset) ? 1 : 0;
185  }
bool exists(ParameterSet const &pset) const
bool edm::AllowedLabelsDescriptionBase::isTracked ( ) const
inline

Definition at line 22 of file AllowedLabelsDescriptionBase.h.

References AllowedLabelsDescriptionBase(), checkAndGetLabelsAndTypes_(), exists_(), hasNestedContent_(), howManyXORSubNodesExist_(), isTracked_, diffTwoXMLs::label, partiallyExists_(), print_(), printNestedContent_(), printNestedContentBase_(), muonDTDigis_cfi::pset, AlCaHLTBitMon_QueryRunRegistry::string, validate_(), validateAllowedLabel_(), and writeCfi_().

Referenced by Types.PSet::clone(), Mixins._ParameterTypeBase::configTypeName(), Types.int32::insertInto(), Types.uint32::insertInto(), Types.int64::insertInto(), Types.uint64::insertInto(), Types.double::insertInto(), Mixins.UsingBlock::insertInto(), Types.bool::insertInto(), Types.string::insertInto(), Types.EventID::insertInto(), Types.LuminosityBlockID::insertInto(), Types.LuminosityBlockRange::insertInto(), Types.EventRange::insertInto(), Types.InputTag::insertInto(), Types.ESInputTag::insertInto(), Types.FileInPath::insertInto(), Types.PSet::insertInto(), Types.vint32::insertInto(), Types.vuint32::insertInto(), Types.vint64::insertInto(), Types.vuint64::insertInto(), Types.vdouble::insertInto(), Types.vbool::insertInto(), Types.vstring::insertInto(), Types.VLuminosityBlockID::insertInto(), Types.VInputTag::insertInto(), Types.VESInputTag::insertInto(), Types.VEventID::insertInto(), Types.VLuminosityBlockRange::insertInto(), Types.VEventRange::insertInto(), Types.VPSet::insertInto(), printNestedContentBase_(), Mixins._ParameterTypeBase::pythonTypeName(), validate_(), edm::AllowedLabelsDescription< T >::validateAllowedLabel_(), edm::AllowedLabelsDescription< ParameterSetDescription >::validateAllowedLabel_(), and edm::AllowedLabelsDescription< std::vector< ParameterSet > >::validateAllowedLabel_().

bool edm::AllowedLabelsDescriptionBase::partiallyExists_ ( ParameterSet const &  pset) const
overrideprivatevirtual

Implements edm::ParameterDescriptionNode.

Definition at line 177 of file AllowedLabelsDescriptionBase.cc.

References edm::ParameterDescriptionNode::exists(), and howManyXORSubNodesExist_().

Referenced by exists_(), and isTracked().

177  {
178  return exists(pset);
179  }
bool exists(ParameterSet const &pset) const
void edm::AllowedLabelsDescriptionBase::print_ ( std::ostream &  os,
bool  optional,
bool  writeToCfi,
DocFormatHelper dfh 
) const
overrideprivatevirtual

Reimplemented from edm::ParameterDescriptionNode.

Definition at line 73 of file AllowedLabelsDescriptionBase.cc.

References edm::DocFormatHelper::brief(), edm::ParameterDescriptionNode::comment(), edm::DocFormatHelper::commentWidth(), edm::DocFormatHelper::counter(), relativeConstraints::empty, hasNestedContent_(), edm::DocFormatHelper::indent(), edm::DocFormatHelper::indent2(), edm::ParameterDescriptionBase::label(), parameterHoldingLabels_, edm::DocFormatHelper::pass(), edm::DocFormatHelper::section(), edm::DocFormatHelper::startColumn2(), and edm::DocFormatHelper::wrapAndPrintText().

Referenced by isTracked(), and writeCfi_().

77  {
78  if (dfh.pass() == 1) {
79 
80  dfh.indent(os);
81  os << parameterHoldingLabels_.label() << " (list of allowed labels)";
82 
83  if (dfh.brief()) {
84 
85  if (optional) os << " optional";
86 
87  if (!writeToCfi) os << " (do not write to cfi)";
88 
89  os << " see Section " << dfh.section() << "." << dfh.counter() << "\n";
90  }
91  // not brief
92  else {
93 
94  os << "\n";
95  dfh.indent2(os);
96 
97  if (optional) os << "optional";
98  if (!writeToCfi) os << " (do not write to cfi)";
99  if (optional || !writeToCfi) {
100  os << "\n";
101  dfh.indent2(os);
102  }
103 
104  os << "see Section " << dfh.section() << "." << dfh.counter() << "\n";
105 
106  if (!comment().empty()) {
108  comment(),
109  dfh.startColumn2(),
110  dfh.commentWidth());
111  }
112  os << "\n";
113  }
114  }
115  }
static void wrapAndPrintText(std::ostream &os, std::string const &text, size_t indent, size_t suggestedWidth)
std::string const & comment() const
ParameterDescription< std::vector< std::string > > parameterHoldingLabels_
std::string const & label() const
void edm::AllowedLabelsDescriptionBase::printNestedContent_ ( std::ostream &  os,
bool  optional,
DocFormatHelper dfh 
) const
overrideprivatevirtual

Reimplemented from edm::ParameterDescriptionNode.

Definition at line 126 of file AllowedLabelsDescriptionBase.cc.

References edm::DocFormatHelper::brief(), and printNestedContentBase_().

Referenced by edm::AllowedLabelsDescription< ParameterSetDescription >::clone(), edm::AllowedLabelsDescription< std::vector< ParameterSet > >::clone(), hasNestedContent_(), and isTracked().

128  {
129  printNestedContentBase_(os, optional, dfh);
130  if (!dfh.brief()) os << "\n";
131  }
void printNestedContentBase_(std::ostream &os, bool optional, DocFormatHelper &dfh) const
void edm::AllowedLabelsDescriptionBase::printNestedContentBase_ ( std::ostream &  os,
bool  optional,
DocFormatHelper dfh 
) const
protected

Definition at line 135 of file AllowedLabelsDescriptionBase.cc.

References edm::DocFormatHelper::brief(), edm::DocFormatHelper::counter(), exists_(), edm::DocFormatHelper::indent(), edm::DocFormatHelper::indent2(), edm::DocFormatHelper::indentation(), edm::DocFormatHelper::init(), isTracked(), edm::ParameterDescriptionBase::label(), edm::DocFormatHelper::offsetSectionContent(), parameterHoldingLabels_, edm::parameterTypeEnumToString(), edm::DocFormatHelper::parent(), edm::ParameterDescriptionNode::print(), edm::ParameterDescriptionNode::printSpaces(), edm::DocFormatHelper::section(), edm::DocFormatHelper::setPass(), edm::DocFormatHelper::TOP, and type().

Referenced by isTracked(), printNestedContent_(), edm::AllowedLabelsDescription< ParameterSetDescription >::printNestedContent_(), and edm::AllowedLabelsDescription< std::vector< ParameterSet > >::printNestedContent_().

137  {
138 
139  int indentation = dfh.indentation();
140  if (dfh.parent() != DocFormatHelper::TOP) {
141  indentation -= DocFormatHelper::offsetSectionContent();
142  }
143 
144  printSpaces(os, indentation);
145  os << "Section " << dfh.section() << "." << dfh.counter()
146  << " " << parameterHoldingLabels_.label()
147  << " - allowed labels description\n";
148  printSpaces(os, indentation);
149  os << "The following parameter contains a list of parameter labels\n";
150  printSpaces(os, indentation);
151  os << "which are allowed to be in the PSet\n";
152  if (!dfh.brief()) os << "\n";
153 
154  DocFormatHelper new_dfh(dfh);
155  new_dfh.init();
156  new_dfh.setPass(1);
157  parameterHoldingLabels_.print(os, optional, true, new_dfh);
158  dfh.indent(os);
159  os << "type of allowed parameters:";
160  if (dfh.brief()) os << " ";
161  else {
162  os << "\n";
163  dfh.indent2(os);
164  }
165  if (!isTracked()) os << "untracked ";
166  os << parameterTypeEnumToString(type()) << "\n";
167  }
std::string parameterTypeEnumToString(ParameterTypes iType)
void print(std::ostream &os, bool optional, bool writeToCfi, DocFormatHelper &dfh) const
static int offsetSectionContent()
static void printSpaces(std::ostream &os, int n)
ParameterDescription< std::vector< std::string > > parameterHoldingLabels_
std::string const & label() const
ParameterTypes edm::AllowedLabelsDescriptionBase::type ( ) const
inline

Definition at line 21 of file AllowedLabelsDescriptionBase.h.

References type_.

Referenced by printNestedContentBase_().

void edm::AllowedLabelsDescriptionBase::validate_ ( ParameterSet pset,
std::set< std::string > &  validatedLabels,
bool  optional 
) const
overrideprivatevirtual

Implements edm::ParameterDescriptionNode.

Definition at line 41 of file AllowedLabelsDescriptionBase.cc.

References edm::ParameterDescriptionNode::exists(), edm::for_all(), edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), isTracked(), edm::ParameterDescriptionBase::label(), parameterHoldingLabels_, edm::ParameterDescriptionNode::validate(), validateAllowedLabel_(), and writeCfi_().

Referenced by checkAndGetLabelsAndTypes_(), and isTracked().

43  {
44 
45  parameterHoldingLabels_.validate(pset, validatedLabels, optional);
46  if (parameterHoldingLabels_.exists(pset)) {
47  std::vector<std::string> allowedLabels;
48  if (isTracked()) {
49  allowedLabels = pset.getParameter<std::vector<std::string> >(parameterHoldingLabels_.label());
50  }
51  else {
52  allowedLabels = pset.getUntrackedParameter<std::vector<std::string> >(parameterHoldingLabels_.label());
53  }
55  this,
56  std::placeholders::_1,
57  std::ref(pset),
58  std::ref(validatedLabels)));
59  }
60  }
virtual void validateAllowedLabel_(std::string const &allowedLabel, ParameterSet &pset, std::set< std::string > &validatedLabels) const =0
void validate(ParameterSet &pset, std::set< std::string > &validatedLabels, bool optional) const
Func for_all(ForwardSequence &s, Func f)
wrapper for std::for_each
Definition: Algorithms.h:16
bool exists(ParameterSet const &pset) const
ParameterDescription< std::vector< std::string > > parameterHoldingLabels_
std::string const & label() const
virtual void edm::AllowedLabelsDescriptionBase::validateAllowedLabel_ ( std::string const &  allowedLabel,
ParameterSet pset,
std::set< std::string > &  validatedLabels 
) const
privatepure virtual
void edm::AllowedLabelsDescriptionBase::writeCfi_ ( std::ostream &  os,
bool &  startWithComma,
int  indentation,
bool &  wroteSomething 
) const
overrideprivatevirtual

Implements edm::ParameterDescriptionNode.

Definition at line 64 of file AllowedLabelsDescriptionBase.cc.

References parameterHoldingLabels_, print_(), and edm::ParameterDescriptionNode::writeCfi().

Referenced by isTracked(), and validate_().

67  {
68  parameterHoldingLabels_.writeCfi(os, startWithComma, indentation, wroteSomething);
69  }
ParameterDescription< std::vector< std::string > > parameterHoldingLabels_
void writeCfi(std::ostream &os, bool &startWithComma, int indentation, bool &wroteSomething) const

Member Data Documentation

bool edm::AllowedLabelsDescriptionBase::isTracked_
private

Definition at line 73 of file AllowedLabelsDescriptionBase.h.

Referenced by isTracked().

ParameterDescription<std::vector<std::string> > edm::AllowedLabelsDescriptionBase::parameterHoldingLabels_
private
ParameterTypes edm::AllowedLabelsDescriptionBase::type_
private