From b5b2fec71215bb04d1ff3e219bf766cfa819370e Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Sun, 20 Apr 2025 17:18:27 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx b/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx index 3c8b8b46d2a..b27702f8ce3 100644 --- a/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx +++ b/PWGHF/HFL/TableProducer/electronSelectionWithTpcEmcal.cxx @@ -138,7 +138,6 @@ struct HfElectronSelectionWithTpcEmcal { ConfigurableAxis binsDeltaPhi{"binsDeltaPhi", {20, -0.2, 0.2}, "Track Cluser Match #Delta #varphi"}; ConfigurableAxis binsMass{"binsMass", {100, 0.0, 2.0}, "Mass (GeV/#it{c}^{2}); entries"}; - HistogramRegistry registry{ "registry", {}};