CMS 3D CMS Logo

Classes | Functions
SiStripPartition.h File Reference
#include "DataFormats/SiStripCommon/interface/SiStripConstants.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "boost/cstdint.hpp"
#include <vector>
#include <string>
#include <ostream>
#include <sstream>

Go to the source code of this file.

Classes

class  SiStripPartition
 Container class for database partition parameters. More...
 

Functions

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

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 }