CMS 3D CMS Logo

SiPixelRecHit.h File Reference

#include "DataFormats/TrackerRecHit2D/interface/BaseSiTrackerRecHit2DLocalPos.h"
#include "DataFormats/TrackerRecHit2D/interface/SiPixelRecHitQuality.h"
#include "DataFormats/SiPixelCluster/interface/SiPixelCluster.h"
#include "DataFormats/Common/interface/DetSetVector.h"
#include "DataFormats/Common/interface/Ref.h"

Go to the source code of this file.

Classes

class  SiPixelRecHit
 Our base class. More...

Defines

#define DataFormats_SiPixelRecHit_h   1

Functions

bool operator< (const SiPixelRecHit &one, const SiPixelRecHit &other)


Define Documentation

#define DataFormats_SiPixelRecHit_h   1

Definition at line 2 of file SiPixelRecHit.h.


Function Documentation

bool operator< ( const SiPixelRecHit one,
const SiPixelRecHit other 
) [inline]

Definition at line 143 of file SiPixelRecHit.h.

References TrackingRecHit::geographicalId().

00143                                                                              {
00144   if ( one.geographicalId() < other.geographicalId() ) {
00145     return true;
00146   } else {
00147     return false;
00148   }
00149 }


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