CMS 3D CMS Logo

Classes | Functions
SiStripDetKey.h File Reference
#include "DataFormats/SiStripCommon/interface/ConstantsForGranularity.h"
#include "DataFormats/SiStripCommon/interface/SiStripKey.h"
#include "DataFormats/SiStripDetId/interface/SiStripDetId.h"

Go to the source code of this file.

Classes

class  SiStripDetKey
 Utility class that identifies a position within the strip tracker geometrical structure, down to the level of an APV25 chip. More...
 

Functions

bool operator< (const SiStripDetKey &a, const SiStripDetKey &b)
 
std::ostream & operator<< (std::ostream &, const SiStripDetKey &)
 

Function Documentation

◆ operator<()

bool operator< ( const SiStripDetKey a,
const SiStripDetKey b 
)
inline

Definition at line 141 of file SiStripDetKey.h.

References a, and b.

141 { return (a.key() < b.key()); }
double b
Definition: hdecay.h:118
double a
Definition: hdecay.h:119

◆ operator<<()

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

Debug info for SiStripDetKey class.

Definition at line 321 of file SiStripDetKey.cc.

References input, and contentValuesCheck::ss.

321  {
322  std::stringstream ss;
323  input.print(ss);
324  os << ss.str();
325  return os;
326 }
static std::string const input
Definition: EdmProvDump.cc:47