From 63c08c3f876f758c84c9c38f2d2ffe4735f96268 Mon Sep 17 00:00:00 2001 From: prottayHEP Date: Mon, 22 Jan 2024 22:03:24 +0530 Subject: [PATCH] corrected a bug for PbPb analysis --- PWGLF/Tasks/chargedkstaranalysis.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PWGLF/Tasks/chargedkstaranalysis.cxx b/PWGLF/Tasks/chargedkstaranalysis.cxx index 521508f0bb0..3dfbeff6be5 100644 --- a/PWGLF/Tasks/chargedkstaranalysis.cxx +++ b/PWGLF/Tasks/chargedkstaranalysis.cxx @@ -363,11 +363,11 @@ struct chargedkstaranalysis { "vertex axis for bin"}; ConfigurableAxis axisMultiplicityClass{ "axisMultiplicityClass", - {20, 0, 100}, + {1, 0, 100}, "multiplicity percentile for bin"}; ConfigurableAxis axisMultiplicity{ "axisMultiplicity", - {2000, 0, 10000}, + {1, 0, 10000}, "TPC multiplicity for bin"}; using BinningTypeTPCMultiplicity =