File tree Expand file tree Collapse file tree
Modules/Skeleton/include/Skeleton Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ include(GNUInstallDirs)
1212# ---- Project ----
1313
1414project (QualityControl
15- VERSION 0.19.0 # TODO update this automatically when there are new releases
15+ VERSION 0.19.2 # TODO update this automatically when there are new releases
1616 DESCRIPTION "O2 Data Quality Control Framework"
1717 LANGUAGES CXX )
1818
Original file line number Diff line number Diff line change @@ -52,8 +52,8 @@ class SkeletonPostProcessing final : public quality_control::postprocessing::Pos
5252 // / \param services Interface containing optional interfaces, for example DatabaseInterface
5353 void finalize (quality_control::postprocessing::Trigger, framework::ServiceRegistry&) override ;
5454
55- private:
56- TH1F * mHistogram = nullptr ;
55+ // private:
56+ // TH1F* mHistogram = nullptr;
5757};
5858
5959} // namespace o2::quality_control_modules::skeleton
You can’t perform that action at this time.
0 commit comments