#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_ |
Definition at line 77 of file PixelHitMatcher.h.
Definition at line 81 of file PixelHitMatcher.h.
Definition at line 83 of file PixelHitMatcher.h.
Definition at line 82 of file PixelHitMatcher.h.
RecHitWithInfo::RecHitWithInfo | ( | ConstRecHitPointer | rh, |
int | subDet = 0 , |
||
float | dRz = std::numeric_limits<float>::infinity() , |
||
float | dPhi = std::numeric_limits<float>::infinity() |
||
) | [inline] |
float RecHitWithInfo::dPhi | ( | ) | const [inline] |
float RecHitWithInfo::dRz | ( | ) | const [inline] |
void RecHitWithInfo::invert | ( | ) | [inline] |
ConstRecHitPointer RecHitWithInfo::recHit | ( | ) | const [inline] |
int RecHitWithInfo::subDet | ( | ) | const [inline] |
float RecHitWithInfo::dPhi_ [private] |
Definition at line 103 of file PixelHitMatcher.h.
float RecHitWithInfo::dRz_ [private] |
Definition at line 102 of file PixelHitMatcher.h.
Referenced by dRz().
ConstRecHitPointer RecHitWithInfo::rh_ [private] |
Definition at line 100 of file PixelHitMatcher.h.
Referenced by recHit().
int RecHitWithInfo::subDet_ [private] |
Definition at line 101 of file PixelHitMatcher.h.
Referenced by subDet().