#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 ¶ms) |
Debug printout for SiStripPartition class. |
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 }