#include <VertexGhostTrackState.h>
Public Member Functions | |
CovarianceMatrix | cartesianCovariance () const override |
GlobalError | cartesianError () const override |
GlobalPoint | globalPosition () const override |
VertexGhostTrackState (const GlobalPoint &pos, const CovarianceMatrix &cov) | |
Vertex | vertexStateOnGhostTrack (const GhostTrackPrediction &pred, bool withMeasurementError) const override |
Vertex | vertexStateOnMeasurement (const GhostTrackPrediction &pred, bool withGhostTrackError) const override |
Public Member Functions inherited from reco::BasicGhostTrackState | |
virtual bool | isValid () const |
double | lambda () const |
virtual bool | linearize (const GhostTrackPrediction &pred, bool initial, double lambda) |
virtual bool | linearize (const GhostTrackPrediction &pred, double lambda) |
virtual void | reset () |
void | setWeight (double weight) |
double | weight () const |
virtual | ~BasicGhostTrackState () |
Private Member Functions | |
pointer | clone () const override |
Private Attributes | |
CovarianceMatrix | covariance_ |
GlobalPoint | position_ |
Additional Inherited Members | |
Public Types inherited from reco::BasicGhostTrackState | |
using | BGTS = BasicGhostTrackState |
typedef math::Error< 3 >::type | CovarianceMatrix |
using | pointer = Proxy::pointer |
using | Proxy = ProxyBase11< BGTS > |
typedef std::pair< GlobalPoint, GlobalError > | Vertex |
Static Public Member Functions inherited from reco::BasicGhostTrackState | |
template<typename T , typename... Args> | |
static std::shared_ptr< BGTS > | build (Args &&...args) |
Protected Attributes inherited from reco::BasicGhostTrackState | |
double | lambda_ =0 |
double | weight_ =1. |
Definition at line 15 of file VertexGhostTrackState.h.
|
inline |
Definition at line 17 of file VertexGhostTrackState.h.
|
inlineoverridevirtual |
Implements reco::BasicGhostTrackState.
Definition at line 23 of file VertexGhostTrackState.h.
References covariance_, vertexStateOnGhostTrack(), and vertexStateOnMeasurement().
|
inlineoverridevirtual |
Implements reco::BasicGhostTrackState.
Definition at line 22 of file VertexGhostTrackState.h.
References covariance_.
|
inlineoverrideprivatevirtual |
Implements reco::BasicGhostTrackState.
Definition at line 31 of file VertexGhostTrackState.h.
|
inlineoverridevirtual |
Implements reco::BasicGhostTrackState.
Definition at line 21 of file VertexGhostTrackState.h.
References position_.
|
overridevirtual |
Implements reco::BasicGhostTrackState.
Definition at line 38 of file VertexGhostTrackState.cc.
References b, reco::GhostTrackPrediction::cartesianError(), conv, reco::GhostTrackPrediction::direction(), relativeConstraints::error, reco::GhostTrackPrediction::origin(), reco::GhostTrackPrediction::rho2(), and mathSSE::sqrt().
Referenced by cartesianCovariance().
|
overridevirtual |
Implements reco::BasicGhostTrackState.
Definition at line 68 of file VertexGhostTrackState.cc.
Referenced by cartesianCovariance().
|
private |
Definition at line 35 of file VertexGhostTrackState.h.
Referenced by cartesianCovariance(), and cartesianError().
|
private |
Definition at line 34 of file VertexGhostTrackState.h.
Referenced by globalPosition().