CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripConfObject.cc
Go to the documentation of this file.
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 }
void printSummary(std::stringstream &ss) const
Prints the full list of parameters.
void printDebug(std::stringstream &ss) const
Prints the full list of parameters.