#include <TrackExtrapolation.h>
Public Member Functions | |
std::vector< Vector > const & | momenta () const |
std::vector< Point > const & | positions () const |
reco::TrackRef const & | track () const |
TrackExtrapolation () | |
TrackExtrapolation (reco::TrackRef const &track, std::vector< Point > const &pos, std::vector< Vector > const &mom) | |
~TrackExtrapolation () | |
Protected Attributes | |
std::vector< Vector > | mom_ |
std::vector< Point > | pos_ |
reco::TrackRef | track_ |
Private Types | |
typedef ROOT::Math::PositionVector3D < ROOT::Math::Cartesian3D < Double32_t > > | Point |
typedef ROOT::Math::DisplacementVector3D < ROOT::Math::Cartesian3D < Double32_t > > | Vector |
Definition at line 22 of file TrackExtrapolation.h.
|
private |
Definition at line 23 of file TrackExtrapolation.h.
|
private |
Definition at line 24 of file TrackExtrapolation.h.
|
inline |
Definition at line 28 of file TrackExtrapolation.h.
|
inline |
Definition at line 29 of file TrackExtrapolation.h.
References filterCSVwithJSON::copy, mom_, and pos_.
|
inline |
Definition at line 40 of file TrackExtrapolation.h.
|
inline |
|
inline |
Definition at line 43 of file TrackExtrapolation.h.
References pos_.
Referenced by PhysicsTowerOrganizer::PhysicsTowerOrganizer().
|
inline |
Definition at line 42 of file TrackExtrapolation.h.
References track_.
Referenced by PhysicsTowerOrganizer::PhysicsTowerOrganizer().
|
protected |
Definition at line 49 of file TrackExtrapolation.h.
Referenced by momenta(), and TrackExtrapolation().
|
protected |
Definition at line 48 of file TrackExtrapolation.h.
Referenced by positions(), and TrackExtrapolation().
|
protected |
Definition at line 47 of file TrackExtrapolation.h.
Referenced by track().