CMS 3D CMS Logo

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

Go to the source code of this file.

Classes

class  ConsistentWithKey
 
class  SiStripFecKey
 Utility class that identifies a position within the strip tracker control structure, down to the level of an APV25. More...
 

Functions

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

Function Documentation

◆ operator<()

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

Definition at line 230 of file SiStripFecKey.h.

230 { return (a.key() < b.key()); }

References a, and b.

◆ operator<<()

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

Definition at line 747 of file SiStripFecKey.cc.

747  {
748  std::stringstream ss;
749  input.print(ss);
750  os << ss.str();
751  return os;
752 }

References input, and contentValuesCheck::ss.

input
static const std::string input
Definition: EdmProvDump.cc:48
contentValuesCheck.ss
ss
Definition: contentValuesCheck.py:33
b
double b
Definition: hdecay.h:118
a
double a
Definition: hdecay.h:119