test
Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
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
{
5
parMap::const_iterator it =
parameters
.begin();
6
for
( ; it !=
parameters
.end(); ++it ) {
7
ss <<
"parameter name = "
<< it->first <<
" value = "
<< it->second << std::endl;
8
}
9
}
10
11
void
ConfObject::printDebug
(std::stringstream &
ss
)
const
12
{
13
printSummary
(ss);
14
}
ConfObject::printDebug
void printDebug(std::stringstream &ss) const
Prints the full list of parameters.
Definition:
ConfObject.cc:11
ConfObject::printSummary
void printSummary(std::stringstream &ss) const
Prints the full list of parameters.
Definition:
ConfObject.cc:3
contentValuesCheck.ss
list ss
Definition:
contentValuesCheck.py:32
ConfObject::parameters
parMap parameters
Definition:
ConfObject.h:71
ConfObject.h
Generated for CMSSW Reference Manual by
1.8.5