#include <BasicGhostTrackState.h>
|
template<typename T , typename... Args> |
static std::shared_ptr< BGTS > | build (Args &&...args) |
|
Definition at line 20 of file BasicGhostTrackState.h.
◆ BGTS
◆ CovarianceMatrix
◆ pointer
◆ Proxy
◆ Vertex
◆ ~BasicGhostTrackState()
virtual reco::BasicGhostTrackState::~BasicGhostTrackState |
( |
| ) |
|
|
inlinevirtual |
◆ build()
template<typename T , typename... Args>
static std::shared_ptr<BGTS> reco::BasicGhostTrackState::build |
( |
Args &&... |
args | ) |
|
|
inlinestatic |
◆ cartesianCovariance()
virtual CovarianceMatrix reco::BasicGhostTrackState::cartesianCovariance |
( |
| ) |
const |
|
pure virtual |
◆ cartesianError()
virtual GlobalError reco::BasicGhostTrackState::cartesianError |
( |
| ) |
const |
|
pure virtual |
◆ clone()
virtual pointer reco::BasicGhostTrackState::clone |
( |
| ) |
const |
|
pure virtual |
◆ globalPosition()
virtual GlobalPoint reco::BasicGhostTrackState::globalPosition |
( |
| ) |
const |
|
pure virtual |
◆ isValid()
virtual bool reco::BasicGhostTrackState::isValid |
( |
void |
| ) |
const |
|
inlinevirtual |
◆ lambda()
double reco::BasicGhostTrackState::lambda |
( |
| ) |
const |
|
inline |
◆ linearize() [1/2]
virtual bool reco::BasicGhostTrackState::linearize |
( |
const GhostTrackPrediction & |
pred, |
|
|
bool |
initial, |
|
|
double |
lambda |
|
) |
| |
|
inlinevirtual |
◆ linearize() [2/2]
virtual bool reco::BasicGhostTrackState::linearize |
( |
const GhostTrackPrediction & |
pred, |
|
|
double |
lambda |
|
) |
| |
|
inlinevirtual |
◆ reset()
virtual void reco::BasicGhostTrackState::reset |
( |
void |
| ) |
|
|
inlinevirtual |
◆ setWeight()
void reco::BasicGhostTrackState::setWeight |
( |
double |
weight | ) |
|
|
inline |
◆ vertexStateOnGhostTrack()
virtual Vertex reco::BasicGhostTrackState::vertexStateOnGhostTrack |
( |
const GhostTrackPrediction & |
pred, |
|
|
bool |
withMeasurementError |
|
) |
| const |
|
pure virtual |
◆ vertexStateOnMeasurement()
virtual Vertex reco::BasicGhostTrackState::vertexStateOnMeasurement |
( |
const GhostTrackPrediction & |
pred, |
|
|
bool |
withGhostTrackError |
|
) |
| const |
|
pure virtual |
◆ weight()
double reco::BasicGhostTrackState::weight |
( |
| ) |
const |
|
inline |
◆ lambda_
double reco::BasicGhostTrackState::lambda_ = 0 |
|
protected |
◆ weight_
double reco::BasicGhostTrackState::weight_ = 1. |
|
protected |