#include <CTPPSPixelLocalTrack.h>
|
| CTPPSPixelFittedRecHit (const CTPPSPixelRecHit &hit, const GlobalPoint &space_point_on_det, const LocalPoint &residual, const LocalPoint &pull) |
|
| CTPPSPixelFittedRecHit () |
|
const GlobalPoint & | getGlobalCoordinates () const |
|
bool | getIsRealHit () const |
|
bool | getIsUsedForFit () const |
|
float | getXPull () const |
|
float | getXPullNormalization () const |
|
float | getXResidual () const |
|
float | getYPull () const |
|
float | getYPullNormalization () const |
|
float | getYResidual () const |
|
void | setIsRealHit (bool realHit) |
|
void | setIsUsedForFit (bool usedForFit) |
|
virtual | ~CTPPSPixelFittedRecHit () |
|
unsigned int | clusterSize () const |
|
unsigned int | clusterSizeCol () const |
|
unsigned int | clusterSizeRow () const |
|
| CTPPSPixelRecHit () |
|
| CTPPSPixelRecHit (LocalPoint lp, LocalError le, bool edge=false, bool bad=false, bool rocs=false, int minrow=0, int mincol=0, int size=0, int rowsize=0, int colsize=0) |
|
LocalError | getError () const |
|
LocalPoint | getPoint () const |
|
bool | hasBadPixels () const |
|
bool | isOnEdge () const |
|
unsigned int | minPixelCol () const |
|
unsigned int | minPixelRow () const |
|
bool | spanTwoRocs () const |
|
Definition at line 30 of file CTPPSPixelLocalTrack.h.
Definition at line 33 of file CTPPSPixelLocalTrack.h.
LocalPoint pull_
normalised residual
GlobalPoint space_point_on_det_
mm
CTPPSPixelFittedRecHit::CTPPSPixelFittedRecHit |
( |
| ) |
|
|
inline |
Definition at line 36 of file CTPPSPixelLocalTrack.h.
Point3DBase< Scalar, LocalTag > LocalPoint
LocalPoint pull_
normalised residual
virtual CTPPSPixelFittedRecHit::~CTPPSPixelFittedRecHit |
( |
| ) |
|
|
inlinevirtual |
const GlobalPoint& CTPPSPixelFittedRecHit::getGlobalCoordinates |
( |
| ) |
const |
|
inline |
bool CTPPSPixelFittedRecHit::getIsRealHit |
( |
| ) |
const |
|
inline |
bool CTPPSPixelFittedRecHit::getIsUsedForFit |
( |
| ) |
const |
|
inline |
float CTPPSPixelFittedRecHit::getXPull |
( |
| ) |
const |
|
inline |
float CTPPSPixelFittedRecHit::getXPullNormalization |
( |
| ) |
const |
|
inline |
float CTPPSPixelFittedRecHit::getXResidual |
( |
| ) |
const |
|
inline |
float CTPPSPixelFittedRecHit::getYPull |
( |
| ) |
const |
|
inline |
float CTPPSPixelFittedRecHit::getYPullNormalization |
( |
| ) |
const |
|
inline |
float CTPPSPixelFittedRecHit::getYResidual |
( |
| ) |
const |
|
inline |
void CTPPSPixelFittedRecHit::setIsRealHit |
( |
bool |
realHit | ) |
|
|
inline |
void CTPPSPixelFittedRecHit::setIsUsedForFit |
( |
bool |
usedForFit | ) |
|
|
inline |
bool CTPPSPixelFittedRecHit::isRealHit_ |
|
private |
bool CTPPSPixelFittedRecHit::isUsedForFit_ |
|
private |
GlobalPoint CTPPSPixelFittedRecHit::space_point_on_det_ |
|
private |