![]() |
Project
|
Analysis Cluster task for EMCAL anlaysis clusters. More...
#include <AnalysisClusterSpec.h>
Inherits o2::framework::Task.
Public Member Functions | |
AnalysisClusterSpec (std::shared_ptr< o2::base::GRPGeomRequest > gr) | |
Constructor. | |
~AnalysisClusterSpec () override=default | |
Destructor. | |
void | init (framework::InitContext &ctx) final |
Initializing the AnalysisClusterSpec. | |
void | finaliseCCDB (framework::ConcreteDataMatcher &matcher, void *obj) final |
void | run (framework::ProcessingContext &ctx) final |
Run conversion of digits to cells. | |
![]() | |
virtual | ~Task () |
virtual void | endOfStream (EndOfStreamContext &context) |
This is invoked whenever we have an EndOfStream event. | |
virtual void | stop () |
This is invoked on stop. | |
Analysis Cluster task for EMCAL anlaysis clusters.
Task for testing the event builder and the cluster factory
Definition at line 49 of file AnalysisClusterSpec.h.
|
inline |
Constructor.
Definition at line 53 of file AnalysisClusterSpec.h.
|
overridedefault |
Destructor.
|
finalvirtual |
This is invoked whenever a new CCDB object associated to a given ConcreteDataMatcher is deserialised
Reimplemented from o2::framework::Task.
Definition at line 52 of file AnalysisClusterSpec.cxx.
|
finalvirtual |
Initializing the AnalysisClusterSpec.
ctx | Init context |
Reimplemented from o2::framework::Task.
Definition at line 60 of file AnalysisClusterSpec.cxx.
|
finalvirtual |
Run conversion of digits to cells.
ctx | Processing context |
Clusterizes digits into clusters
The following branches are linked: Output analysis clusters: {"analysisclusters", "ANALYSISCLUSTERS", 0, Lifetime::Timeframe}
Implements o2::framework::Task.
Definition at line 81 of file AnalysisClusterSpec.cxx.