Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CondFormats
SiStripObjects
src
SiStripConfObject.cc
Go to the documentation of this file.
1
#include "
CondFormats/SiStripObjects/interface/SiStripConfObject.h
"
2
3
void
SiStripConfObject::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
SiStripConfObject::printDebug
(std::stringstream & ss)
const
12
{
13
printSummary
(ss);
14
}
SiStripConfObject::printSummary
void printSummary(std::stringstream &ss) const
Prints the full list of parameters.
Definition:
SiStripConfObject.cc:3
SiStripConfObject.h
SiStripConfObject::parameters
parMap parameters
Definition:
SiStripConfObject.h:69
SiStripConfObject::printDebug
void printDebug(std::stringstream &ss) const
Prints the full list of parameters.
Definition:
SiStripConfObject.cc:11
Generated for CMSSW Reference Manual by
1.8.5