![]() |
Project
|
#include <MakeRootTreeWriterSpec.h>
Public Types | |
using | Process = std::function< void(ProcessingContext &)> |
processing callback | |
Public Member Functions | |
constexpr | operator bool () |
check if the Preprocessor can be executed | |
void | operator() (ProcessingContext &context) |
execute the preprocessor | |
Public Attributes | |
std::variant< std::monostate, Process > | callback |
the callback | |
Definition at line 231 of file MakeRootTreeWriterSpec.h.
using o2::framework::MakeRootTreeWriterSpec::Preprocessor::Process = std::function<void(ProcessingContext&)> |
processing callback
Definition at line 233 of file MakeRootTreeWriterSpec.h.
|
inlineconstexpr |
check if the Preprocessor can be executed
Definition at line 239 of file MakeRootTreeWriterSpec.h.
|
inline |
execute the preprocessor
Definition at line 245 of file MakeRootTreeWriterSpec.h.
std::variant<std::monostate, Process> o2::framework::MakeRootTreeWriterSpec::Preprocessor::callback |
the callback
Definition at line 236 of file MakeRootTreeWriterSpec.h.