Main Page
Namespaces
Classes
Package Documentation
CondFormats
Common
src
ConfObject.cc
Go to the documentation of this file.
1
#include "
CondFormats/Common/interface/ConfObject.h
"
2
3
void
ConfObject::printSummary
(std::stringstream&
ss
)
const
{
4
parMap::const_iterator it =
parameters
.begin();
5
for
(; it !=
parameters
.end(); ++it) {
6
ss <<
"parameter name = "
<< it->first <<
" value = "
<< it->second << std::endl;
7
}
8
}
9
10
void
ConfObject::printDebug
(std::stringstream&
ss
)
const
{
printSummary
(ss); }
contentValuesCheck.ss
ss
Definition:
contentValuesCheck.py:33
ConfObject::printDebug
void printDebug(std::stringstream &ss) const
Prints the full list of parameters.
Definition:
ConfObject.cc:10
ConfObject::printSummary
void printSummary(std::stringstream &ss) const
Prints the full list of parameters.
Definition:
ConfObject.cc:3
parameters
parameters
Definition:
BeamSpot_PayloadInspector.cc:14
ConfObject.h
Generated for CMSSW Reference Manual by
1.8.11