CMS 3D CMS Logo

Public Types | Public Member Functions | Private Attributes

RecHitWithDist Class Reference

#include <PixelHitMatcher.h>

List of all members.

Public Types

typedef
TransientTrackingRecHit::ConstRecHitPointer 
ConstRecHitPointer
typedef
TransientTrackingRecHit::RecHitContainer 
RecHitContainer
typedef
TransientTrackingRecHit::RecHitPointer 
RecHitPointer

Public Member Functions

float dPhi () const
void invert ()
ConstRecHitPointer recHit () const
 RecHitWithDist (ConstRecHitPointer rh, float &dphi)

Private Attributes

float dphi_
ConstRecHitPointer rh_

Detailed Description

Definition at line 52 of file PixelHitMatcher.h.


Member Typedef Documentation

Definition at line 56 of file PixelHitMatcher.h.

Definition at line 58 of file PixelHitMatcher.h.

Definition at line 57 of file PixelHitMatcher.h.


Constructor & Destructor Documentation

RecHitWithDist::RecHitWithDist ( ConstRecHitPointer  rh,
float &  dphi 
) [inline]

Definition at line 60 of file PixelHitMatcher.h.

     : rh_(rh), dphi_(dphi)
     {}

Member Function Documentation

float RecHitWithDist::dPhi ( ) const [inline]

Definition at line 65 of file PixelHitMatcher.h.

References dphi_.

{ return dphi_ ; }
void RecHitWithDist::invert ( ) [inline]

Definition at line 67 of file PixelHitMatcher.h.

References dphi_.

{ dphi_*=-1. ; }
ConstRecHitPointer RecHitWithDist::recHit ( ) const [inline]

Definition at line 64 of file PixelHitMatcher.h.

References rh_.

{ return rh_ ; }

Member Data Documentation

float RecHitWithDist::dphi_ [private]

Definition at line 72 of file PixelHitMatcher.h.

Referenced by dPhi(), and invert().

Definition at line 71 of file PixelHitMatcher.h.

Referenced by recHit().