CMS 3D CMS Logo

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
 
Author:
R.Bainbridge
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().

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

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

Definition at line 808 of file SiStripFecKey.cc.

References SiStripFecKey::print(), and ss.

00808                                                                       {
00809   std::stringstream ss;
00810   input.print(ss);
00811   os << ss.str();
00812   return os;
00813 }


Generated on Tue Jun 9 17:52:17 2009 for CMSSW by  doxygen 1.5.4