CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Types | Public Member Functions | Private Attributes
RecHitWithInfo Class Reference

#include <PixelHitMatcher.h>

Public Types

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

Public Member Functions

float dPhi () const
 
float dRz () const
 
void invert ()
 
ConstRecHitPointer recHit () const
 
 RecHitWithInfo (ConstRecHitPointer rh, int subDet=0, float dRz=std::numeric_limits< float >::infinity(), float dPhi=std::numeric_limits< float >::infinity())
 
int subDet () const
 

Private Attributes

float dPhi_
 
float dRz_
 
ConstRecHitPointer rh_
 
int subDet_
 

Detailed Description

Definition at line 99 of file PixelHitMatcher.h.

Member Typedef Documentation

Definition at line 103 of file PixelHitMatcher.h.

Definition at line 105 of file PixelHitMatcher.h.

Definition at line 104 of file PixelHitMatcher.h.

Constructor & Destructor Documentation

RecHitWithInfo::RecHitWithInfo ( ConstRecHitPointer  rh,
int  subDet = 0,
float  dRz = std::numeric_limits<float>::infinity(),
float  dPhi = std::numeric_limits<float>::infinity() 
)
inline

Definition at line 107 of file PixelHitMatcher.h.

Member Function Documentation

float RecHitWithInfo::dPhi ( ) const
inline

Definition at line 116 of file PixelHitMatcher.h.

float RecHitWithInfo::dRz ( ) const
inline

Definition at line 115 of file PixelHitMatcher.h.

void RecHitWithInfo::invert ( )
inline

Definition at line 118 of file PixelHitMatcher.h.

ConstRecHitPointer RecHitWithInfo::recHit ( ) const
inline

Definition at line 113 of file PixelHitMatcher.h.

int RecHitWithInfo::subDet ( ) const
inline

Definition at line 114 of file PixelHitMatcher.h.

Member Data Documentation

float RecHitWithInfo::dPhi_
private

Definition at line 125 of file PixelHitMatcher.h.

float RecHitWithInfo::dRz_
private

Definition at line 124 of file PixelHitMatcher.h.

ConstRecHitPointer RecHitWithInfo::rh_
private

Definition at line 122 of file PixelHitMatcher.h.

int RecHitWithInfo::subDet_
private

Definition at line 123 of file PixelHitMatcher.h.