#include <PVertexerHelpers.h>
|
void | setITSTPCAdjusted () |
|
bool | isITSTPCAdjusted () const |
|
bool | canAssign () const |
|
bool | canUse () const |
|
bool | canUse (float zmin, float zmax) const |
|
bool | operator< (const TrackVF &trc) const |
|
float | getZForXY (float vx, float vy) const |
|
float | getDist2 (const TrackVF &o) const |
|
float | getDist2Sym (const TrackVF &o) const |
|
float | getResiduals (const PVertex &vtx, float &dy, float &dz) const |
|
float | getResiduals (const PVertex &vtx) const |
|
float | evalChi2ToVertex (const PVertex &vtx, bool useTime) |
|
| TrackVF ()=default |
|
| TrackVF (const o2::track::TrackParCov &src, const TimeEst &t_est, int _entry, GTrackID _gid, float addHTErr2=0., float addHZErr2=0.) |
|
void | reportBadTrack (const o2::track::TrackParCov &src, const TimeEst &t_est, GTrackID _gid) |
|
| ClassDefNV (TrackVF, 1) |
|
Definition at line 99 of file PVertexerHelpers.h.
◆ anonymous enum
Straight track parameterization in the frame defined by alpha angle. Assumed to be defined in the proximity to vertex, so that the straight-line extrapolation Y=mY+mTgP*(x-mX) and Z=mZ+mTgL*(x-mX) is precise
Enumerator |
---|
kUsed | |
kNoVtx | |
kDiscarded | |
Definition at line 105 of file PVertexerHelpers.h.
◆ anonymous enum
◆ TrackVF() [1/2]
o2::vertexing::TrackVF::TrackVF |
( |
| ) |
|
|
default |
◆ TrackVF() [2/2]
◆ canAssign()
bool o2::vertexing::TrackVF::canAssign |
( |
| ) |
const |
|
inline |
◆ canUse() [1/2]
bool o2::vertexing::TrackVF::canUse |
( |
| ) |
const |
|
inline |
◆ canUse() [2/2]
bool o2::vertexing::TrackVF::canUse |
( |
float |
zmin, |
|
|
float |
zmax |
|
) |
| const |
|
inline |
◆ ClassDefNV()
o2::vertexing::TrackVF::ClassDefNV |
( |
TrackVF |
, |
|
|
1 |
|
|
) |
| |
◆ evalChi2ToVertex()
float o2::vertexing::TrackVF::evalChi2ToVertex |
( |
const PVertex & |
vtx, |
|
|
bool |
useTime |
|
) |
| |
|
inline |
◆ getDist2()
float o2::vertexing::TrackVF::getDist2 |
( |
const TrackVF & |
o | ) |
const |
|
inline |
◆ getDist2Sym()
float o2::vertexing::TrackVF::getDist2Sym |
( |
const TrackVF & |
o | ) |
const |
|
inline |
◆ getResiduals() [1/2]
float o2::vertexing::TrackVF::getResiduals |
( |
const PVertex & |
vtx | ) |
const |
|
inline |
◆ getResiduals() [2/2]
float o2::vertexing::TrackVF::getResiduals |
( |
const PVertex & |
vtx, |
|
|
float & |
dy, |
|
|
float & |
dz |
|
) |
| const |
|
inline |
◆ getZForXY()
float o2::vertexing::TrackVF::getZForXY |
( |
float |
vx, |
|
|
float |
vy |
|
) |
| const |
|
inline |
◆ isITSTPCAdjusted()
bool o2::vertexing::TrackVF::isITSTPCAdjusted |
( |
| ) |
const |
|
inline |
◆ operator<()
bool o2::vertexing::TrackVF::operator< |
( |
const TrackVF & |
trc | ) |
const |
|
inline |
◆ reportBadTrack()
◆ setITSTPCAdjusted()
void o2::vertexing::TrackVF::setITSTPCAdjusted |
( |
| ) |
|
|
inline |
◆ bin
◆ cosAlp
float o2::vertexing::TrackVF::cosAlp |
◆ entry
int o2::vertexing::TrackVF::entry |
◆ flags
uint16_t o2::vertexing::TrackVF::flags = 0 |
◆ gid
◆ sig2YI
float o2::vertexing::TrackVF::sig2YI = 0.f |
◆ sig2ZI
float o2::vertexing::TrackVF::sig2ZI = 0.f |
◆ sigYZI
float o2::vertexing::TrackVF::sigYZI = 0.f |
◆ sinAlp
float o2::vertexing::TrackVF::sinAlp |
◆ tgL
float o2::vertexing::TrackVF::tgL |
◆ tgP
float o2::vertexing::TrackVF::tgP |
◆ timeEst
TimeEst o2::vertexing::TrackVF::timeEst |
◆ vtxID
◆ wgh
float o2::vertexing::TrackVF::wgh = 0. |
◆ wghHisto
float o2::vertexing::TrackVF::wghHisto = 0. |
float o2::vertexing::TrackVF::x |
float o2::vertexing::TrackVF::y |
float o2::vertexing::TrackVF::z |
The documentation for this struct was generated from the following files: