![]() |
Project
|
Clusterizer task for EMCAL digits. More...
#include <ClusterizerSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
ClusterizerSpec () | |
Constructor. | |
~ClusterizerSpec () override=default | |
Destructor. | |
void | init (framework::InitContext &ctx) final |
Initializing the ClusterizerSpec. | |
void | run (framework::ProcessingContext &ctx) final |
Run conversion of digits to cells. | |
void | endOfStream (framework::EndOfStreamContext &ec) final |
This is invoked whenever we have an EndOfStream event. | |
![]() | |
virtual | ~Task () |
virtual void | finaliseCCDB (ConcreteDataMatcher &matcher, void *obj) |
virtual void | stop () |
This is invoked on stop. | |
Clusterizer task for EMCAL digits.
Task to clusterize EMCAL digits into clusters The resulting cluster objects contain a range of digits that can be found in output digit indices object
Definition at line 45 of file ClusterizerSpec.h.
|
inline |
Constructor.
Definition at line 49 of file ClusterizerSpec.h.
|
overridedefault |
Destructor.
|
finalvirtual |
This is invoked whenever we have an EndOfStream event.
Reimplemented from o2::framework::Task.
Definition at line 119 of file ClusterizerSpec.cxx.
|
finalvirtual |
Initializing the ClusterizerSpec.
ctx | Init context |
Reimplemented from o2::framework::Task.
Definition at line 25 of file ClusterizerSpec.cxx.
|
finalvirtual |
Run conversion of digits to cells.
ctx | Processing context |
Clusterizes digits into clusters
The following branches are linked: Input digits: {"EMC", "DIGITS", 0, Lifetime::Timeframe} Output clusters: {"clusters", "CLUSTERS", 0, Lifetime::Timeframe} Output indices: {"clusterDigitIndices", "CLUSTERDIGITINDICES", 0, Lifetime::Timeframe}
Implements o2::framework::Task.
Definition at line 59 of file ClusterizerSpec.cxx.