![]() |
Project
|
#include <AnalysisHelpers.h>
Public Types | |
using | service_t = T |
Public Member Functions | |
decltype(auto) | operator-> () const |
Public Attributes | |
T * | service |
This helper allows you to fetch a Sevice from the context or by using some singleton. This hopefully will hide the Singleton and We will be able to retrieve it in a more thread safe manner later on.
Definition at line 587 of file AnalysisHelpers.h.
using o2::framework::Service< T >::service_t = T |
Definition at line 588 of file AnalysisHelpers.h.
|
inline |
Definition at line 591 of file AnalysisHelpers.h.
T* o2::framework::Service< T >::service |
Definition at line 589 of file AnalysisHelpers.h.