From 7758337cccc9ff30143d976d6f0533782da4c0d0 Mon Sep 17 00:00:00 2001 From: Sierra Weyhmiller Date: Tue, 6 Aug 2024 10:02:23 -0400 Subject: [PATCH] [EMCAL-767] removed the unused TCanvas --- Modules/EMCAL/include/EMCAL/CalibMonitoringTask.h | 1 - 1 file changed, 1 deletion(-) diff --git a/Modules/EMCAL/include/EMCAL/CalibMonitoringTask.h b/Modules/EMCAL/include/EMCAL/CalibMonitoringTask.h index 19bc9077b3..856c92a4ca 100644 --- a/Modules/EMCAL/include/EMCAL/CalibMonitoringTask.h +++ b/Modules/EMCAL/include/EMCAL/CalibMonitoringTask.h @@ -94,7 +94,6 @@ class CalibMonitoringTask final : public quality_control::postprocessing::PostPr TH1* mTRUThresholds = nullptr; ///< The L0 threshold vs TRU ID PHYS TH1* mL0Algorithm = nullptr; ///< The L0 algorithm vs TRU ID TH1* mRollbackSTU = nullptr; ///< The Rollback buffer vs TRU ID - TCanvas* mTRUMaskPositionCanvas = nullptr; ///< The FastOR Mask Position in Eta, Phi Canvas TH2* mTRUMaskPositionHisto = nullptr; ///< The FastOR Mask Position in Eta, Phi Histogram std::unique_ptr mCalibDB; ///< EMCAL calibration DB handler std::unique_ptr mMapper; ///< EMCAL mapper