![]() |
Project
|
Clusterizer task for CPV digits. More...
#include <ClusterizerSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
ClusterizerSpec (bool propagateMC) | |
Constructor. | |
~ClusterizerSpec () override=default | |
Destructor. | |
void | init (framework::InitContext &ctx) final |
Initializing the ClusterizerSpec. | |
void | run (framework::ProcessingContext &ctx) final |
Clusterizes digits into clusters. | |
![]() | |
virtual | ~Task () |
virtual void | endOfStream (EndOfStreamContext &context) |
This is invoked whenever we have an EndOfStream event. | |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
virtual void | stop () |
This is invoked on stop. | |
Clusterizer task for CPV digits.
Task to clusterize CPV digits into clusters
Definition at line 40 of file ClusterizerSpec.h.
|
inline |
Constructor.
Definition at line 44 of file ClusterizerSpec.h.
|
overridedefault |
Destructor.
|
finalvirtual |
Initializing the ClusterizerSpec.
ctx | Init context |
Reimplemented from o2::framework::Task.
Definition at line 23 of file ClusterizerSpec.cxx.
|
finalvirtual |
Clusterizes digits into clusters.
ctx | Processing context |
The following branches are linked: Input digits: {"CPV", "DIGITS", 0, Lifetime::Timeframe} Output clusters: {"CPVClu", "CLUSTERS", 0, Lifetime::Timeframe}
Implements o2::framework::Task.
Definition at line 32 of file ClusterizerSpec.cxx.