From 3fa229745413a29edde08b2c7a5af5df886dfbd3 Mon Sep 17 00:00:00 2001 From: ALICE Action Bot Date: Fri, 16 Jun 2023 08:49:46 +0000 Subject: [PATCH] Please consider the following formatting changes --- PWGLF/TableProducer/hStrangeCorrelationFilter.cxx | 1 - 1 file changed, 1 deletion(-) diff --git a/PWGLF/TableProducer/hStrangeCorrelationFilter.cxx b/PWGLF/TableProducer/hStrangeCorrelationFilter.cxx index f57d5487681..1ddcfb6dd51 100644 --- a/PWGLF/TableProducer/hStrangeCorrelationFilter.cxx +++ b/PWGLF/TableProducer/hStrangeCorrelationFilter.cxx @@ -89,7 +89,6 @@ struct hstrangecorrelationfilter { Configurable> massParsOmegaMean{"massParsOmegaMean", {1.67, 0.000298, 0.0, 0.0}, "pars in [0]+[1]*x+[2]*TMath::Exp(-[3]*x)"}; Configurable> massParsOmegaWidth{"massParsOmegaWidth", {0.00189, 0.000325, 0.00606, 1.77}, "pars in [0]+[1]*x+[2]*TMath::Exp(-[3]*x)"}; - // definitions of peak and background Configurable peakNsigma{"peakNsigma", 3.0f, "peak region is +/- this many sigmas away"}; Configurable backgroundNsigma{"backgroundNsigma", 6.0f, "bg region is +/- this many sigmas away (minus peak)"};