#include <TrackExtrapolation.h>
|
typedef ROOT::Math::PositionVector3D< ROOT::Math::Cartesian3D< double > > | Point |
|
typedef ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > | Vector |
|
Definition at line 22 of file TrackExtrapolation.h.
◆ Point
◆ Vector
◆ TrackExtrapolation() [1/2]
reco::TrackExtrapolation::TrackExtrapolation |
( |
| ) |
|
|
inline |
◆ TrackExtrapolation() [2/2]
reco::TrackExtrapolation::TrackExtrapolation |
( |
reco::TrackRef const & |
track, |
|
|
std::vector< Point > const & |
pos, |
|
|
std::vector< Vector > const & |
mom |
|
) |
| |
|
inline |
◆ ~TrackExtrapolation()
reco::TrackExtrapolation::~TrackExtrapolation |
( |
| ) |
|
|
inline |
◆ momenta()
std::vector<Vector> const& reco::TrackExtrapolation::momenta |
( |
| ) |
const |
|
inline |
◆ positions()
std::vector<Point> const& reco::TrackExtrapolation::positions |
( |
| ) |
const |
|
inline |
◆ track()
◆ mom_
std::vector<Vector> reco::TrackExtrapolation::mom_ |
|
protected |
◆ pos_
std::vector<Point> reco::TrackExtrapolation::pos_ |
|
protected |
◆ track_