#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< double > > | Point |
typedef ROOT::Math::DisplacementVector3D< ROOT::Math::Cartesian3D< double > > | Vector |
Definition at line 22 of file TrackExtrapolation.h.
|
private |
Definition at line 26 of file TrackExtrapolation.h.
|
private |
Definition at line 27 of file TrackExtrapolation.h.
|
inline |
Definition at line 31 of file TrackExtrapolation.h.
|
inline |
Definition at line 32 of file TrackExtrapolation.h.
References popcon2dropbox::copy(), mom_, and pos_.
|
inline |
Definition at line 43 of file TrackExtrapolation.h.
|
inline |
|
inline |
Definition at line 46 of file TrackExtrapolation.h.
References pos_.
Referenced by PhysicsTowerOrganizer::PhysicsTowerOrganizer().
|
inline |
Definition at line 45 of file TrackExtrapolation.h.
References track_.
Referenced by PhysicsTowerOrganizer::PhysicsTowerOrganizer().
|
protected |
Definition at line 52 of file TrackExtrapolation.h.
Referenced by momenta(), and TrackExtrapolation().
|
protected |
Definition at line 51 of file TrackExtrapolation.h.
Referenced by positions(), and TrackExtrapolation().
|
protected |
Definition at line 50 of file TrackExtrapolation.h.
Referenced by track().