17 #ifndef QC_MODULE_MFT_MFTBasicDIGITQCTASK_H 18 #define QC_MODULE_MFT_MFTBasicDIGITQCTASK_H 44 void initialize(o2::framework::InitContext& ctx)
override;
45 void startOfActivity(
Activity& activity)
override;
46 void startOfCycle()
override;
47 void monitorData(o2::framework::ProcessingContext& ctx)
override;
48 void endOfCycle()
override;
49 void endOfActivity(
Activity& activity)
override;
50 void reset()
override;
53 std::unique_ptr<TH1F> mMFT_chip_index_H =
nullptr;
58 #endif // QC_MODULE_MFT_MFTBasicDIGITQCTASK_H MFT Digit QC task.
Definition: BasicDigitQcTask.h:35
Skeleton of a QC task.
Definition: TaskInterface.h:53
Definition: BasicClusterQcCheck.h:23
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