CMS 3D CMS Logo

Functions

/data/refman/pasoursint/CMSSW_5_2_7_hltpatch2/src/DataFormats/SiStripCommon/src/SiStripNullKey.cc File Reference

#include "DataFormats/SiStripCommon/interface/SiStripNullKey.h"
#include "DataFormats/SiStripCommon/interface/SiStripEnumsAndStrings.h"
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const SiStripNullKey &input)

Function Documentation

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

Debug info for SiStripNullKey class.

Definition at line 84 of file SiStripNullKey.cc.

References SiStripNullKey::print().

                                                                       {
  std::stringstream ss;
  input.print(ss);
  os << ss.str();
  return os;
}