![]() |
Project
|
#include <ROFLookupTables.h>
Inherited by o2::its::ROFMaskTable< NLayers >, o2::its::ROFOverlapTable< NLayers >, and o2::its::ROFVertexLookupTable< NLayers >.
Public Types | |
| using | T = LayerTiming::BCType |
Public Member Functions | |
| LayerTimingBase ()=default | |
| GPUh () void defineLayer(int32_t layer | |
| GPUh () void defineLayer(int32_t layer | |
| GPUhdi () const LayerTiming &getLayer(int32_t layer) const | |
| GPUhdi () const expr int32_t getEntries() noexcept | |
| GPUh () void print() const | |
Public Attributes | |
| T | nROFsTF |
| T T | rofLength |
| T T T | rofDelay |
| T T T T | rofBias |
| T T T T T | rofTE |
| mLayers [layer] = {nROFsTF, rofLength, rofDelay, rofBias, rofTE} | |
| const LayerTiming & | timing |
Protected Attributes | |
| LayerTiming | mLayers [NLayers] |
Definition at line 111 of file ROFLookupTables.h.
| using o2::its::LayerTimingBase< NLayers >::T = LayerTiming::BCType |
Definition at line 117 of file ROFLookupTables.h.
|
default |
| o2::its::LayerTimingBase< NLayers >::GPUh | ( | ) |
| o2::its::LayerTimingBase< NLayers >::GPUh | ( | ) |
|
inline |
Definition at line 141 of file ROFLookupTables.h.
|
inlinenoexcept |
Definition at line 138 of file ROFLookupTables.h.
|
inline |
Definition at line 132 of file ROFLookupTables.h.
| o2::its::LayerTimingBase< NLayers >::mLayers[layer] = {nROFsTF, rofLength, rofDelay, rofBias, rofTE} |
Definition at line 123 of file ROFLookupTables.h.
|
protected |
Definition at line 114 of file ROFLookupTables.h.
| T o2::its::LayerTimingBase< NLayers >::nROFsTF |
Definition at line 120 of file ROFLookupTables.h.
| T T T T o2::its::LayerTimingBase< NLayers >::rofBias |
Definition at line 120 of file ROFLookupTables.h.
| T T T o2::its::LayerTimingBase< NLayers >::rofDelay |
Definition at line 120 of file ROFLookupTables.h.
| T T o2::its::LayerTimingBase< NLayers >::rofLength |
Definition at line 120 of file ROFLookupTables.h.
Definition at line 120 of file ROFLookupTables.h.
| const LayerTiming& o2::its::LayerTimingBase< NLayers >::timing |
Definition at line 126 of file ROFLookupTables.h.