CMS 3D CMS Logo

Functions
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)
 

Function Documentation

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

Debug printout for SiStripPartition class.

Definition at line 853 of file SiStripPartition.cc.

References SiStripPartition::print().

853  {
854  std::stringstream ss;
855  params.print(ss);
856  os << ss.str();
857  return os;
858 }
void print(std::stringstream &, bool using_db=false) const