16 #ifndef QC_MODULE_FT0_FT0BASICDIGITQCTASK_H 17 #define QC_MODULE_FT0_FT0BASICDIGITQCTASK_H 25 #include "TMultiGraph.h" 42 void initialize(o2::framework::InitContext& ctx)
override;
43 void startOfActivity(
Activity& activity)
override;
44 void startOfCycle()
override;
45 void monitorData(o2::framework::ProcessingContext& ctx)
override;
46 void endOfCycle()
override;
47 void endOfActivity(
Activity& activity)
override;
48 void reset()
override;
52 std::unique_ptr<TH1F> mChargeHistogram;
53 std::unique_ptr<TH1F> mTimeHistogram;
54 std::unique_ptr<TH2F> mAmplitudeAndTime;
55 std::unique_ptr<TTree> mTTree;
60 #endif // QC_MODULE_FT0_FT0BasicDigitQcTask_H Skeleton of a QC task.
Definition: TaskInterface.h:53
Definition: BasicDigitQcTask.h:33
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
Definition: BasicDigitQcTask.h:30