CMS 3D CMS Logo

Classes | Functions
SiStripKey.h File Reference
#include "DataFormats/SiStripCommon/interface/ConstantsForGranularity.h"
#include <ostream>
#include <sstream>
#include <string>
#include <cstdint>

Go to the source code of this file.

Classes

class  SiStripKey
 Base utility class that identifies a position within a logical structure of the strip tracker. More...
 

Functions

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

Function Documentation

◆ operator<<()

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

Debug info for SiStripKey class.

Definition at line 100 of file SiStripKey.cc.

References input, and contentValuesCheck::ss.

100  {
101  std::stringstream ss;
102  input.print(ss);
103  os << ss.str();
104  return os;
105 }
static std::string const input
Definition: EdmProvDump.cc:50