16 #ifndef QC_MODULE_MID_MIDRAWQCTASK_H 17 #define QC_MODULE_MID_MIDRAWQCTASK_H 39 void initialize(o2::framework::InitContext& ctx)
override;
40 void startOfActivity(
Activity& activity)
override;
41 void startOfCycle()
override;
42 void monitorData(o2::framework::ProcessingContext& ctx)
override;
43 void endOfCycle()
override;
44 void endOfActivity(
Activity& activity)
override;
45 void reset()
override;
48 TH1F* mDetElemID =
nullptr;
53 #endif // QC_MODULE_MID_MIDRAWQCTASK_H Definition: RawQcCheck.h:21
Skeleton of a QC task.
Definition: TaskInterface.h:53
Dummy class that should be removed when there is the official one. This corresponds to a Run1/2 "run"...
Definition: Activity.h:25
Count number of digits per detector elements.
Definition: RawQcTask.h:30
These methods can be used to build a complex processing topology. It spawns 3 separate dummy processi...
Definition: Activity.h:19