![]() |
Project
|
#include <RecoInputContainer.h>
Public Member Functions | |
void | fillGPUIOPtr (o2::gpu::GPUTrackingInOutPointers *ptrs) |
Public Attributes | |
gsl::span< const o2::trd::Tracklet64 > | mTracklets |
gsl::span< const o2::trd::CalibratedTracklet > | mSpacePoints |
gsl::span< const o2::trd::TriggerRecord > | mTriggerRecords |
gsl::span< const char > | mTrigRecMask |
unsigned int | mNTracklets |
unsigned int | mNSpacePoints |
unsigned int | mNTriggerRecords |
std::vector< float > | trdTriggerTimes |
std::vector< int > | trdTriggerIndices |
std::unique_ptr< const o2::dataformats::MCTruthContainer< o2::MCCompLabel > > | mTrackletLabels |
Definition at line 40 of file RecoInputContainer.h.
|
inline |
Definition at line 86 of file RecoInputContainer.h.
unsigned int o2::trd::RecoInputContainer::mNSpacePoints |
Definition at line 46 of file RecoInputContainer.h.
unsigned int o2::trd::RecoInputContainer::mNTracklets |
Definition at line 45 of file RecoInputContainer.h.
unsigned int o2::trd::RecoInputContainer::mNTriggerRecords |
Definition at line 47 of file RecoInputContainer.h.
gsl::span<const o2::trd::CalibratedTracklet> o2::trd::RecoInputContainer::mSpacePoints |
Definition at line 42 of file RecoInputContainer.h.
std::unique_ptr<const o2::dataformats::MCTruthContainer<o2::MCCompLabel> > o2::trd::RecoInputContainer::mTrackletLabels |
Definition at line 50 of file RecoInputContainer.h.
gsl::span<const o2::trd::Tracklet64> o2::trd::RecoInputContainer::mTracklets |
Definition at line 41 of file RecoInputContainer.h.
gsl::span<const o2::trd::TriggerRecord> o2::trd::RecoInputContainer::mTriggerRecords |
Definition at line 43 of file RecoInputContainer.h.
gsl::span<const char> o2::trd::RecoInputContainer::mTrigRecMask |
Definition at line 44 of file RecoInputContainer.h.
std::vector<int> o2::trd::RecoInputContainer::trdTriggerIndices |
Definition at line 49 of file RecoInputContainer.h.
std::vector<float> o2::trd::RecoInputContainer::trdTriggerTimes |
Definition at line 48 of file RecoInputContainer.h.