![]() |
Project
|
#include <ROFViews.h>
Public Types | |
| using | BCType = o2::its::TimeStampType |
| using | BCRange = o2::dataformats::RangeReference< BCType, BCType > |
Public Member Functions | |
| GPUhdi () BCType getROFStartInBC(BCType rofId) const noexcept | |
| GPUhdi () BCType getROFEndInBC(BCType rofId) const noexcept | |
Public Attributes | |
| BCType | mNROFsTF {0} |
| BCType | mROFLength {0} |
| BCType | mROFDelay {0} |
| BCType | mROFBias {0} |
| BCType | mROFAddTimeErr {0} |
Runtime timing data used by the non-owning ROF views. The detector-side fixed-capacity table builders use this same type, so the timing arithmetic has one implementation at the application/core boundary.
Definition at line 41 of file ROFViews.h.
| using o2::itsmft::tracking::ROFTimingLayer::BCRange = o2::dataformats::RangeReference<BCType, BCType> |
Definition at line 43 of file ROFViews.h.
Definition at line 42 of file ROFViews.h.
|
inlinenoexcept |
Definition at line 57 of file ROFViews.h.
|
inlinenoexcept |
Definition at line 51 of file ROFViews.h.
| BCType o2::itsmft::tracking::ROFTimingLayer::mNROFsTF {0} |
Definition at line 45 of file ROFViews.h.
| BCType o2::itsmft::tracking::ROFTimingLayer::mROFAddTimeErr {0} |
Definition at line 49 of file ROFViews.h.
| BCType o2::itsmft::tracking::ROFTimingLayer::mROFBias {0} |
Definition at line 48 of file ROFViews.h.
| BCType o2::itsmft::tracking::ROFTimingLayer::mROFDelay {0} |
Definition at line 47 of file ROFViews.h.
| BCType o2::itsmft::tracking::ROFTimingLayer::mROFLength {0} |
Definition at line 46 of file ROFViews.h.