![]() |
![]() |
#include <LSTOutput.h>
Public Types | |
using | LSTTCType = lst::LSTObjType |
Public Member Functions | |
std::vector< std::vector< unsigned int > > const & | hitIdx () const |
std::vector< unsigned int > const & | len () const |
LSTOutput ()=default | |
LSTOutput (std::vector< std::vector< unsigned int >> const hitIdx, std::vector< unsigned int > const len, std::vector< int > const seedIdx, std::vector< short > const trackCandidateType) | |
std::vector< int > const & | seedIdx () const |
std::vector< short > const & | trackCandidateType () const |
Private Attributes | |
std::vector< std::vector< unsigned int > > | hitIdx_ |
std::vector< unsigned int > | len_ |
std::vector< int > | seedIdx_ |
std::vector< short > | trackCandidateType_ |
Definition at line 9 of file LSTOutput.h.
using LSTOutput::LSTTCType = lst::LSTObjType |
Definition at line 21 of file LSTOutput.h.
|
default |
|
inline |
Definition at line 12 of file LSTOutput.h.
|
inline |
Definition at line 24 of file LSTOutput.h.
References hitIdx_.
Referenced by ntupleDataFormat._RecoHitAdaptor::_hits().
|
inline |
|
inline |
|
inline |
|
private |
Definition at line 34 of file LSTOutput.h.
Referenced by hitIdx().
|
private |
Definition at line 35 of file LSTOutput.h.
Referenced by len().
|
private |
Definition at line 36 of file LSTOutput.h.
Referenced by seedIdx().
|
private |
Definition at line 37 of file LSTOutput.h.
Referenced by trackCandidateType().