#include <LSTPixelSeedInput.h>
Public Member Functions | |
std::vector< float > const & | dxy () const |
std::vector< float > const & | dz () const |
std::vector< float > const & | etaErr () const |
std::vector< std::vector< int > > const & | hitIdx () const |
LSTPixelSeedInput ()=default | |
LSTPixelSeedInput (std::vector< float > const px, std::vector< float > const py, std::vector< float > const pz, std::vector< float > const dxy, std::vector< float > const dz, std::vector< float > const ptErr, std::vector< float > const etaErr, std::vector< float > const stateTrajGlbX, std::vector< float > const stateTrajGlbY, std::vector< float > const stateTrajGlbZ, std::vector< float > const stateTrajGlbPx, std::vector< float > const stateTrajGlbPy, std::vector< float > const stateTrajGlbPz, std::vector< int > const q, std::vector< std::vector< int >> const hitIdx) | |
std::vector< float > const & | ptErr () const |
std::vector< float > const & | px () const |
std::vector< float > const & | py () const |
std::vector< float > const & | pz () const |
std::vector< int > const & | q () const |
std::vector< float > const & | stateTrajGlbPx () const |
std::vector< float > const & | stateTrajGlbPy () const |
std::vector< float > const & | stateTrajGlbPz () const |
std::vector< float > const & | stateTrajGlbX () const |
std::vector< float > const & | stateTrajGlbY () const |
std::vector< float > const & | stateTrajGlbZ () const |
Private Attributes | |
std::vector< float > | dxy_ |
std::vector< float > | dz_ |
std::vector< float > | etaErr_ |
std::vector< std::vector< int > > | hitIdx_ |
std::vector< float > | ptErr_ |
std::vector< float > | px_ |
std::vector< float > | py_ |
std::vector< float > | pz_ |
std::vector< int > | q_ |
std::vector< float > | stateTrajGlbPx_ |
std::vector< float > | stateTrajGlbPy_ |
std::vector< float > | stateTrajGlbPz_ |
std::vector< float > | stateTrajGlbX_ |
std::vector< float > | stateTrajGlbY_ |
std::vector< float > | stateTrajGlbZ_ |
Definition at line 7 of file LSTPixelSeedInput.h.
|
default |
|
inline |
Definition at line 10 of file LSTPixelSeedInput.h.
|
inline |
Definition at line 44 of file LSTPixelSeedInput.h.
References dxy_.
Referenced by ntupleDataFormat.Track::dxyPull().
|
inline |
Definition at line 45 of file LSTPixelSeedInput.h.
References dz_.
Referenced by ntupleDataFormat.Track::dzPull().
|
inline |
|
inline |
Definition at line 55 of file LSTPixelSeedInput.h.
References hitIdx_.
Referenced by ntupleDataFormat._RecoHitAdaptor::_hits().
|
inline |
Definition at line 46 of file LSTPixelSeedInput.h.
References ptErr_.
Referenced by ntupleDataFormat.Track::ptPull().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Definition at line 51 of file LSTPixelSeedInput.h.
References stateTrajGlbPx_.
|
inline |
Definition at line 52 of file LSTPixelSeedInput.h.
References stateTrajGlbPy_.
|
inline |
Definition at line 53 of file LSTPixelSeedInput.h.
References stateTrajGlbPz_.
|
inline |
Definition at line 48 of file LSTPixelSeedInput.h.
References stateTrajGlbX_.
|
inline |
Definition at line 49 of file LSTPixelSeedInput.h.
References stateTrajGlbY_.
|
inline |
Definition at line 50 of file LSTPixelSeedInput.h.
References stateTrajGlbZ_.
|
private |
Definition at line 61 of file LSTPixelSeedInput.h.
Referenced by dxy().
|
private |
Definition at line 62 of file LSTPixelSeedInput.h.
Referenced by dz().
|
private |
Definition at line 64 of file LSTPixelSeedInput.h.
Referenced by etaErr().
|
private |
Definition at line 72 of file LSTPixelSeedInput.h.
Referenced by hitIdx().
|
private |
Definition at line 63 of file LSTPixelSeedInput.h.
Referenced by ptErr().
|
private |
Definition at line 58 of file LSTPixelSeedInput.h.
Referenced by px().
|
private |
Definition at line 59 of file LSTPixelSeedInput.h.
Referenced by py().
|
private |
Definition at line 60 of file LSTPixelSeedInput.h.
Referenced by pz().
|
private |
Definition at line 71 of file LSTPixelSeedInput.h.
Referenced by q().
|
private |
Definition at line 68 of file LSTPixelSeedInput.h.
Referenced by stateTrajGlbPx().
|
private |
Definition at line 69 of file LSTPixelSeedInput.h.
Referenced by stateTrajGlbPy().
|
private |
Definition at line 70 of file LSTPixelSeedInput.h.
Referenced by stateTrajGlbPz().
|
private |
Definition at line 65 of file LSTPixelSeedInput.h.
Referenced by stateTrajGlbX().
|
private |
Definition at line 66 of file LSTPixelSeedInput.h.
Referenced by stateTrajGlbY().
|
private |
Definition at line 67 of file LSTPixelSeedInput.h.
Referenced by stateTrajGlbZ().