![]() |
Project
|
#include <AnalysisTask.h>
A more familiar task API for the DPL analysis framework. This allows you to define your own tasks as subclasses of o2::framework::AnalysisTask and to pass them in the specification using:
adaptAnalysisTask<YourDerivedTask>(constructor args, ...);
Definition at line 45 of file AnalysisTask.h.