CMS 3D CMS Logo

Classes | Functions

/data/refman/pasoursint/CMSSW_4_2_9_HLT1_bphpatch4/src/DataFormats/SiStripCommon/interface/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

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

Definition at line 237 of file SiStripFecKey.h.

References SiStripKey::key().

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

Definition at line 808 of file SiStripFecKey.cc.

References SiStripFecKey::print().

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