12#ifndef O2_EMCAL_ANALYSISCLUSTER_SPEC
13#define O2_EMCAL_ANALYSISCLUSTER_SPEC
37namespace reco_workflow
48template <
class InputType>
77 std::shared_ptr<o2::base::GRPGeomRequest> mGGCCDBRequest;
78 std::vector<o2::emcal::AnalysisCluster>* mOutputAnaClusters =
nullptr;
Definition of the EMCAL clusterizer.
Helper for geometry and GRP related CCDB requests.
EMCal clusters factory Ported from class AliEMCALcluster.
Meta class for recursive clusterizer.
Handler for EMCAL event data.
EMCAL geometry definition.
Analysis Cluster task for EMCAL anlaysis clusters.
void run(framework::ProcessingContext &ctx) final
Run conversion of digits to cells.
void finaliseCCDB(framework::ConcreteDataMatcher &matcher, void *obj) final
void init(framework::InitContext &ctx) final
Initializing the AnalysisClusterSpec.
~AnalysisClusterSpec() override=default
Destructor.
AnalysisClusterSpec(std::shared_ptr< o2::base::GRPGeomRequest > gr)
Constructor.
framework::DataProcessorSpec getAnalysisClusterSpec(bool useDigits)
Creating DataProcessorSpec for the EMCAL Analysis Cluster Spec.
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...