![]() |
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 671 of file AnalysisHelpers.h.
using o2::framework::Service< T >::service_t = T |
Definition at line 672 of file AnalysisHelpers.h.
|
inline |
Definition at line 675 of file AnalysisHelpers.h.
T* o2::framework::Service< T >::service |
Definition at line 673 of file AnalysisHelpers.h.