#include <LSTPhase2OTHitsInput.h>
|
std::vector< unsigned int > const & | detId () const |
|
std::vector< TrackingRecHit const * > const & | hits () const |
|
| LSTPhase2OTHitsInput ()=default |
|
| LSTPhase2OTHitsInput (std::vector< unsigned int > const detId, std::vector< float > const x, std::vector< float > const y, std::vector< float > const z, std::vector< TrackingRecHit const *> const hits) |
|
std::vector< float > const & | x () const |
|
std::vector< float > const & | y () const |
|
std::vector< float > const & | z () const |
|
Definition at line 9 of file LSTPhase2OTHitsInput.h.
◆ LSTPhase2OTHitsInput() [1/2]
LSTPhase2OTHitsInput::LSTPhase2OTHitsInput |
( |
| ) |
|
|
default |
◆ LSTPhase2OTHitsInput() [2/2]
LSTPhase2OTHitsInput::LSTPhase2OTHitsInput |
( |
std::vector< unsigned int > const |
detId, |
|
|
std::vector< float > const |
x, |
|
|
std::vector< float > const |
y, |
|
|
std::vector< float > const |
z, |
|
|
std::vector< TrackingRecHit const *> const |
hits |
|
) |
| |
|
inline |
◆ detId()
std::vector<unsigned int> const& LSTPhase2OTHitsInput::detId |
( |
| ) |
const |
|
inline |
◆ hits()
std::vector<TrackingRecHit const*> const& LSTPhase2OTHitsInput::hits |
( |
void |
| ) |
const |
|
inline |
◆ x()
std::vector<float> const& LSTPhase2OTHitsInput::x |
( |
| ) |
const |
|
inline |
◆ y()
std::vector<float> const& LSTPhase2OTHitsInput::y |
( |
| ) |
const |
|
inline |
◆ z()
std::vector<float> const& LSTPhase2OTHitsInput::z |
( |
| ) |
const |
|
inline |
◆ detId_
std::vector<unsigned int> LSTPhase2OTHitsInput::detId_ |
|
private |
◆ hits_
◆ x_
std::vector<float> LSTPhase2OTHitsInput::x_ |
|
private |
◆ y_
std::vector<float> LSTPhase2OTHitsInput::y_ |
|
private |
◆ z_
std::vector<float> LSTPhase2OTHitsInput::z_ |
|
private |