CMS 3D CMS Logo

SiStripPartition.cc File Reference

#include "OnlineDB/SiStripConfigDb/interface/SiStripPartition.h"
#include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"
#include "OnlineDB/SiStripConfigDb/interface/SiStripConfigDb.h"
#include <iostream>
#include <cmath>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const SiStripPartition &params)
 Debug printout for SiStripPartition class.


Function Documentation

std::ostream& operator<< ( std::ostream &  ,
const SiStripPartition  
)

Debug printout for SiStripPartition class.

Definition at line 843 of file SiStripPartition.cc.

References SiStripPartition::print(), and ss.

00843                                                                           {
00844   std::stringstream ss;
00845   params.print(ss);
00846   os << ss.str();
00847   return os;
00848 }


Generated on Tue Jun 9 17:54:41 2009 for CMSSW by  doxygen 1.5.4