17 #ifndef QC_MODULE_TPC_CLUSTERS_H 18 #define QC_MODULE_TPC_CLUSTERS_H 21 #include "TPCQC/Clusters.h" 22 #include "TPCQC/CalPadWrapper.h" 47 void initialize(o2::framework::InitContext& ctx)
override;
48 void startOfActivity(
Activity& activity)
override;
49 void startOfCycle()
override;
50 void monitorData(o2::framework::ProcessingContext& ctx)
override;
51 void endOfCycle()
override;
52 void endOfActivity(
Activity& activity)
override;
53 void reset()
override;
56 o2::tpc::qc::Clusters mQCClusters{};
57 std::vector<std::unique_ptr<TH2F>> mHistoVector{};
58 std::vector<o2::tpc::qc::CalPadWrapper> mWrapperVector{};
63 #endif // QC_MODULE_TPC_CLUSTERS_H Definition: Clusters.h:31
Skeleton of a QC task.
Definition: TaskInterface.h:53
Example Quality Control DPL Task It is final because there is no reason to derive from it...
Definition: Clusters.h:38
Dummy class that should be removed when there is the official one. This corresponds to a Run1/2 "run"...
Definition: Activity.h:25
These methods can be used to build a complex processing topology. It spawns 3 separate dummy processi...
Definition: Activity.h:19