CMS 3D CMS Logo

Classes | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_7/src/DataFormats/SiStripCommon/interface/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

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

Definition at line 149 of file SiStripDetKey.h.

References SiStripKey::key().

{ return ( a.key() < b.key() ); }
std::ostream& operator<< ( std::ostream &  ,
const SiStripDetKey  
)

Debug info for SiStripDetKey class.

Definition at line 370 of file SiStripDetKey.cc.

References SiStripDetKey::print().

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