Structure to hold time-life information. More...
#include <TrackTimeLifeInfo.h>
Public Member Functions | |
float | bField_z () const |
const GlobalError & | flightCovariance () const |
const Measurement1D & | flightLength () const |
const GlobalVector & | flightVector () const |
bool | hasSV () const |
bool | hasTrack () const |
const GlobalError & | ipCovariance () const |
const Measurement1D & | ipLength () const |
const GlobalVector & | ipVector () const |
const GlobalPoint & | pca () const |
const GlobalError & | pcaCovariance () const |
void | setBField_z (float bField_z) |
void | setFlightLength (Measurement1D flightLength) |
void | setFlightVector (GlobalVector flight_vec, GlobalError flight_cov) |
void | setIP (GlobalVector ip_vec, GlobalError ip_cov) |
void | setIPLength (Measurement1D ipLength) |
void | setPCA (GlobalPoint pca, GlobalError pca_cov) |
void | setSV (reco::Vertex sv) |
void | setTrack (const reco::Track *track) |
const reco::Vertex & | sv () const |
const reco::Track * | track () const |
TrackTimeLifeInfo () | |
~TrackTimeLifeInfo () | |
Private Attributes | |
float | bField_z_ |
GlobalError | flight_cov_ |
GlobalVector | flight_vec_ |
Measurement1D | flightLength_ |
bool | hasSV_ |
bool | hasTrack_ |
GlobalError | ip_cov_ |
GlobalVector | ip_vec_ |
Measurement1D | ipLength_ |
GlobalPoint | pca_ |
GlobalError | pca_cov_ |
reco::Vertex | sv_ |
reco::Track | track_ |
Structure to hold time-life information.
Definition at line 18 of file TrackTimeLifeInfo.h.
TrackTimeLifeInfo::TrackTimeLifeInfo | ( | ) |
Definition at line 3 of file TrackTimeLifeInfo.cc.
|
inline |
Definition at line 21 of file TrackTimeLifeInfo.h.
|
inline |
Definition at line 68 of file TrackTimeLifeInfo.h.
References bField_z_.
Referenced by setBField_z().
|
inline |
|
inline |
Definition at line 38 of file TrackTimeLifeInfo.h.
References flightLength_.
Referenced by setFlightLength().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 54 of file TrackTimeLifeInfo.h.
References ipLength_.
Referenced by setIPLength().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 37 of file TrackTimeLifeInfo.h.
References flightLength(), and flightLength_.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 56 of file TrackTimeLifeInfo.h.
References hasTrack_, track(), and track_.
|
inline |
|
inline |
|
private |
Definition at line 78 of file TrackTimeLifeInfo.h.
Referenced by bField_z(), and setBField_z().
|
private |
Definition at line 75 of file TrackTimeLifeInfo.h.
Referenced by flightCovariance(), and setFlightVector().
|
private |
Definition at line 73 of file TrackTimeLifeInfo.h.
Referenced by flightVector(), and setFlightVector().
|
private |
Definition at line 76 of file TrackTimeLifeInfo.h.
Referenced by flightLength(), and setFlightLength().
|
private |
Definition at line 71 of file TrackTimeLifeInfo.h.
|
private |
Definition at line 71 of file TrackTimeLifeInfo.h.
Referenced by hasTrack(), and setTrack().
|
private |
Definition at line 75 of file TrackTimeLifeInfo.h.
Referenced by ipCovariance(), and setIP().
|
private |
Definition at line 73 of file TrackTimeLifeInfo.h.
Referenced by ipVector(), and setIP().
|
private |
Definition at line 76 of file TrackTimeLifeInfo.h.
Referenced by ipLength(), and setIPLength().
|
private |
Definition at line 74 of file TrackTimeLifeInfo.h.
|
private |
Definition at line 75 of file TrackTimeLifeInfo.h.
Referenced by pcaCovariance(), and setPCA().
|
private |
Definition at line 72 of file TrackTimeLifeInfo.h.
|
private |
Definition at line 77 of file TrackTimeLifeInfo.h.
Referenced by setTrack(), and track().