@@ -132,9 +132,9 @@ struct lambdapolsp {
132132 Configurable<std::string> ConfAccPathL{" ConfAccPathL" , " Users/p/prottay/My/Object/From379780/Fulldata/NewPbPbpass4_28032025/acccorrL" , " Path to acceptance correction for Lambda" };
133133 Configurable<std::string> ConfAccPathAL{" ConfAccPathAL" , " Users/p/prottay/My/Object/From379780/Fulldata/NewPbPbpass4_28032025/acccorrAL" , " Path to acceptance correction for AntiLambda" };
134134
135- Configurable<int > CentNbins{" CentNbins" , 16 , " Number of bins in cent histograms" };
136- Configurable<float > lbinCent{" lbinCent" , 0.0 , " lower bin value in cent histograms" };
137- Configurable<float > hbinCent{" hbinCent" , 80.0 , " higher bin value in cent histograms" };
135+ // Configurable<int> CentNbins{"CentNbins", 16, "Number of bins in cent histograms"};
136+ // Configurable<float> lbinCent{"lbinCent", 0.0, "lower bin value in cent histograms"};
137+ // Configurable<float> hbinCent{"hbinCent", 80.0, "higher bin value in cent histograms"};
138138 Configurable<int > SANbins{" SANbins" , 20 , " Number of bins in costhetastar" };
139139 Configurable<float > lbinSA{" lbinSA" , -1.0 , " lower bin value in costhetastar histograms" };
140140 Configurable<float > hbinSA{" hbinSA" , 1.0 , " higher bin value in costhetastar histograms" };
@@ -185,7 +185,7 @@ struct lambdapolsp {
185185 AxisSpec thnAxisres{resNbins, lbinres, hbinres, " Reso" };
186186 AxisSpec thnAxisInvMass{IMNbins, lbinIM, hbinIM, " #it{M} (GeV/#it{c}^{2})" };
187187 AxisSpec thnAxisCosThetaStar{SANbins, lbinSA, hbinSA, " SA" };
188- AxisSpec centAxis = {CentNbins, lbinCent, hbinCent, " V0M (%)" };
188+ // AxisSpec centAxis = {CentNbins, lbinCent, hbinCent, "V0M (%)"};
189189 AxisSpec spAxis = {spNbins, lbinsp, hbinsp, " Sp" };
190190 AxisSpec qxZDCAxis = {QxyNbins, lbinQxy, hbinQxy, " Qx" };
191191
@@ -195,67 +195,67 @@ struct lambdapolsp {
195195
196196 if (checkwithpub) {
197197 if (useprofile == 2 ) {
198- histos.add (" hpuxQxpvscentpteta" , " hpuxQxpvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
199- histos.add (" hpuyQypvscentpteta" , " hpuyQypvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
200- histos.add (" hpuxQxtvscentpteta" , " hpuxQxtvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
201- histos.add (" hpuyQytvscentpteta" , " hpuyQytvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
202- histos.add (" hpuxyQxytvscentpteta" , " hpuxyQxytvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
203- histos.add (" hpuxyQxypvscentpteta" , " hpuxyQxypvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
204- histos.add (" hpoddv1vscentpteta" , " hpoddv1vscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
205- histos.add (" hpevenv1vscentpteta" , " hpevenv1vscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
206- histos.add (" hpv21" , " hpv21" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
207- histos.add (" hpv22" , " hpv22" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
208- histos.add (" hpv23" , " hpv23" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
209- histos.add (" hpx2Tx1Ax1Cvscentpteta" , " hpx2Tx1Ax1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
210- histos.add (" hpx2Ty1Ay1Cvscentpteta" , " hpx2Ty1Ay1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
211- histos.add (" hpy2Tx1Ay1Cvscentpteta" , " hpy2Tx1Ay1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
212- histos.add (" hpy2Ty1Ax1Cvscentpteta" , " hpy2Ty1Ax1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
213- histos.add (" hpx1Ax1Cvscentpteta" , " hpx1Ax1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
214- histos.add (" hpy1Ay1Cvscentpteta" , " hpy1Ay1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
215- histos.add (" hpx1Avscentpteta" , " hpx1Avscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
216- histos.add (" hpx1Cvscentpteta" , " hpx1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
217- histos.add (" hpy1Avscentpteta" , " hpy1Avscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
218- histos.add (" hpy1Cvscentpteta" , " hpy1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
219-
220- histos.add (" hpx2Tx1Avscentpteta" , " hpx2Tx1Avscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
221- histos.add (" hpx2Tx1Cvscentpteta" , " hpx2Tx1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
222- histos.add (" hpx2Ty1Avscentpteta" , " hpx2Ty1Avscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
223- histos.add (" hpx2Ty1Cvscentpteta" , " hpx2Ty1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
224- histos.add (" hpy2Tx1Avscentpteta" , " hpy2Tx1Avscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
225- histos.add (" hpy2Ty1Cvscentpteta" , " hpy2Ty1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
226- histos.add (" hpy2Ty1Avscentpteta" , " hpy2Ty1Avscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
227- histos.add (" hpy2Tx1Cvscentpteta" , " hpy2Tx1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
228- histos.add (" hpx1Ay1Cvscentpteta" , " hpx1Ay1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
229- histos.add (" hpy1Ax1Cvscentpteta" , " hpy1Ax1Cvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
230- histos.add (" hpx2Tvscentpteta" , " hpx2Tvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
231- histos.add (" hpy2Tvscentpteta" , " hpy2Tvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
232-
233- histos.add (" hpuxvscentpteta" , " hpuxvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
234- histos.add (" hpuyvscentpteta" , " hpuyvscentpteta" , HistType::kTHnSparseF , {centAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
198+ histos.add (" hpuxQxpvscentpteta" , " hpuxQxpvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
199+ histos.add (" hpuyQypvscentpteta" , " hpuyQypvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
200+ histos.add (" hpuxQxtvscentpteta" , " hpuxQxtvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
201+ histos.add (" hpuyQytvscentpteta" , " hpuyQytvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
202+ histos.add (" hpuxyQxytvscentpteta" , " hpuxyQxytvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
203+ histos.add (" hpuxyQxypvscentpteta" , " hpuxyQxypvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
204+ histos.add (" hpoddv1vscentpteta" , " hpoddv1vscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
205+ histos.add (" hpevenv1vscentpteta" , " hpevenv1vscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
206+ histos.add (" hpv21" , " hpv21" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
207+ histos.add (" hpv22" , " hpv22" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
208+ histos.add (" hpv23" , " hpv23" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
209+ histos.add (" hpx2Tx1Ax1Cvscentpteta" , " hpx2Tx1Ax1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
210+ histos.add (" hpx2Ty1Ay1Cvscentpteta" , " hpx2Ty1Ay1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
211+ histos.add (" hpy2Tx1Ay1Cvscentpteta" , " hpy2Tx1Ay1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
212+ histos.add (" hpy2Ty1Ax1Cvscentpteta" , " hpy2Ty1Ax1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
213+ histos.add (" hpx1Ax1Cvscentpteta" , " hpx1Ax1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
214+ histos.add (" hpy1Ay1Cvscentpteta" , " hpy1Ay1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
215+ histos.add (" hpx1Avscentpteta" , " hpx1Avscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
216+ histos.add (" hpx1Cvscentpteta" , " hpx1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
217+ histos.add (" hpy1Avscentpteta" , " hpy1Avscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
218+ histos.add (" hpy1Cvscentpteta" , " hpy1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
219+
220+ histos.add (" hpx2Tx1Avscentpteta" , " hpx2Tx1Avscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
221+ histos.add (" hpx2Tx1Cvscentpteta" , " hpx2Tx1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
222+ histos.add (" hpx2Ty1Avscentpteta" , " hpx2Ty1Avscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
223+ histos.add (" hpx2Ty1Cvscentpteta" , " hpx2Ty1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
224+ histos.add (" hpy2Tx1Avscentpteta" , " hpy2Tx1Avscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
225+ histos.add (" hpy2Ty1Cvscentpteta" , " hpy2Ty1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
226+ histos.add (" hpy2Ty1Avscentpteta" , " hpy2Ty1Avscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
227+ histos.add (" hpy2Tx1Cvscentpteta" , " hpy2Tx1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
228+ histos.add (" hpx1Ay1Cvscentpteta" , " hpx1Ay1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
229+ histos.add (" hpy1Ax1Cvscentpteta" , " hpy1Ax1Cvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
230+ histos.add (" hpx2Tvscentpteta" , " hpx2Tvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
231+ histos.add (" hpy2Tvscentpteta" , " hpy2Tvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
232+
233+ histos.add (" hpuxvscentpteta" , " hpuxvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
234+ histos.add (" hpuyvscentpteta" , " hpuyvscentpteta" , HistType::kTHnSparseF , {axisGrp. configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
235235 /*
236- histos.add("hpuxvscentptetaneg", "hpuxvscentptetaneg", HistType::kTHnSparseF, {centAxis , configthnAxispT, configetaAxis, spAxis}, true);
237- histos.add("hpuyvscentptetaneg", "hpuyvscentptetaneg", HistType::kTHnSparseF, {centAxis , configthnAxispT, configetaAxis, spAxis}, true);
238-
239- histos.add("hpuxQxpvscentptetaneg", "hpuxQxpvscentptetaneg", HistType::kTHnSparseF, {centAxis , configthnAxispT, configetaAxis, spAxis}, true);
240- histos.add("hpuyQypvscentptetaneg", "hpuyQypvscentptetaneg", HistType::kTHnSparseF, {centAxis , configthnAxispT, configetaAxis, spAxis}, true);
241- histos.add("hpuxQxtvscentptetaneg", "hpuxQxtvscentptetaneg", HistType::kTHnSparseF, {centAxis , configthnAxispT, configetaAxis, spAxis}, true);
242- histos.add("hpuyQytvscentptetaneg", "hpuyQytvscentptetaneg", HistType::kTHnSparseF, {centAxis , configthnAxispT, configetaAxis, spAxis}, true);
243- histos.add("hpuxyQxytvscentptetaneg", "hpuxyQxytvscentptetaneg", HistType::kTHnSparseF, {centAxis , configthnAxispT, configetaAxis, spAxis}, true);
244- histos.add("hpuxyQxypvscentptetaneg", "hpuxyQxypvscentptetaneg", HistType::kTHnSparseF, {centAxis , configthnAxispT, configetaAxis, spAxis}, true);
245- histos.add("hpoddv1vscentptetaneg", "hpoddv1vscentptetaneg", HistType::kTHnSparseF, {centAxis , configthnAxispT, configetaAxis, spAxis}, true);
246- histos.add("hpevenv1vscentptetaneg", "hpevenv1vscentptetaneg", HistType::kTHnSparseF, {centAxis , configthnAxispT, configetaAxis, spAxis}, true);
236+ histos.add("hpuxvscentptetaneg", "hpuxvscentptetaneg", HistType::kTHnSparseF, {axisGrp.configcentAxis , configthnAxispT, configetaAxis, spAxis}, true);
237+ histos.add("hpuyvscentptetaneg", "hpuyvscentptetaneg", HistType::kTHnSparseF, {axisGrp.configcentAxis , configthnAxispT, configetaAxis, spAxis}, true);
238+
239+ histos.add("hpuxQxpvscentptetaneg", "hpuxQxpvscentptetaneg", HistType::kTHnSparseF, {axisGrp.configcentAxis , configthnAxispT, configetaAxis, spAxis}, true);
240+ histos.add("hpuyQypvscentptetaneg", "hpuyQypvscentptetaneg", HistType::kTHnSparseF, {axisGrp.configcentAxis , configthnAxispT, configetaAxis, spAxis}, true);
241+ histos.add("hpuxQxtvscentptetaneg", "hpuxQxtvscentptetaneg", HistType::kTHnSparseF, {axisGrp.configcentAxis , configthnAxispT, configetaAxis, spAxis}, true);
242+ histos.add("hpuyQytvscentptetaneg", "hpuyQytvscentptetaneg", HistType::kTHnSparseF, {axisGrp.configcentAxis , configthnAxispT, configetaAxis, spAxis}, true);
243+ histos.add("hpuxyQxytvscentptetaneg", "hpuxyQxytvscentptetaneg", HistType::kTHnSparseF, {axisGrp.configcentAxis , configthnAxispT, configetaAxis, spAxis}, true);
244+ histos.add("hpuxyQxypvscentptetaneg", "hpuxyQxypvscentptetaneg", HistType::kTHnSparseF, {axisGrp.configcentAxis , configthnAxispT, configetaAxis, spAxis}, true);
245+ histos.add("hpoddv1vscentptetaneg", "hpoddv1vscentptetaneg", HistType::kTHnSparseF, {axisGrp.configcentAxis , configthnAxispT, configetaAxis, spAxis}, true);
246+ histos.add("hpevenv1vscentptetaneg", "hpevenv1vscentptetaneg", HistType::kTHnSparseF, {axisGrp.configcentAxis , configthnAxispT, configetaAxis, spAxis}, true);
247247 */
248248
249- histos.add (" hpQxtQxpvscent" , " hpQxtQxpvscent" , HistType::kTHnSparseF , {centAxis , spAxis}, true );
250- histos.add (" hpQytQypvscent" , " hpQytQypvscent" , HistType::kTHnSparseF , {centAxis , spAxis}, true );
251- histos.add (" hpQxytpvscent" , " hpQxytpvscent" , HistType::kTHnSparseF , {centAxis , spAxis}, true );
252- histos.add (" hpQxtQypvscent" , " hpQxtQypvscent" , HistType::kTHnSparseF , {centAxis , spAxis}, true );
253- histos.add (" hpQxpQytvscent" , " hpQxpQytvscent" , HistType::kTHnSparseF , {centAxis , spAxis}, true );
249+ histos.add (" hpQxtQxpvscent" , " hpQxtQxpvscent" , HistType::kTHnSparseF , {axisGrp. configcentAxis , spAxis}, true );
250+ histos.add (" hpQytQypvscent" , " hpQytQypvscent" , HistType::kTHnSparseF , {axisGrp. configcentAxis , spAxis}, true );
251+ histos.add (" hpQxytpvscent" , " hpQxytpvscent" , HistType::kTHnSparseF , {axisGrp. configcentAxis , spAxis}, true );
252+ histos.add (" hpQxtQypvscent" , " hpQxtQypvscent" , HistType::kTHnSparseF , {axisGrp. configcentAxis , spAxis}, true );
253+ histos.add (" hpQxpQytvscent" , " hpQxpQytvscent" , HistType::kTHnSparseF , {axisGrp. configcentAxis , spAxis}, true );
254254
255- histos.add (" hpQxpvscent" , " hpQxpvscent" , HistType::kTHnSparseF , {centAxis , spAxis}, true );
256- histos.add (" hpQxtvscent" , " hpQxtvscent" , HistType::kTHnSparseF , {centAxis , spAxis}, true );
257- histos.add (" hpQypvscent" , " hpQypvscent" , HistType::kTHnSparseF , {centAxis , spAxis}, true );
258- histos.add (" hpQytvscent" , " hpQytvscent" , HistType::kTHnSparseF , {centAxis , spAxis}, true );
255+ histos.add (" hpQxpvscent" , " hpQxpvscent" , HistType::kTHnSparseF , {axisGrp. configcentAxis , spAxis}, true );
256+ histos.add (" hpQxtvscent" , " hpQxtvscent" , HistType::kTHnSparseF , {axisGrp. configcentAxis , spAxis}, true );
257+ histos.add (" hpQypvscent" , " hpQypvscent" , HistType::kTHnSparseF , {axisGrp. configcentAxis , spAxis}, true );
258+ histos.add (" hpQytvscent" , " hpQytvscent" , HistType::kTHnSparseF , {axisGrp. configcentAxis , spAxis}, true );
259259 } else {
260260 histos.add (" hpuxQxpvscentpteta" , " hpuxQxpvscentpteta" , HistType::kTHnSparseF , {axisGrp.configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
261261 histos.add (" hpuyQypvscentpteta" , " hpuyQypvscentpteta" , HistType::kTHnSparseF , {axisGrp.configcentAxis , axisGrp.configthnAxispT , axisGrp.configetaAxis , spAxis}, true );
@@ -293,7 +293,7 @@ struct lambdapolsp {
293293 }
294294 }
295295
296- histos.add (" hCentrality" , " Centrality distribution" , kTH1F , {{centAxis }});
296+ histos.add (" hCentrality" , " Centrality distribution" , kTH1F , {{axisGrp. configcentAxis }});
297297 // histos.add("hpsiApsiC", "hpsiApsiC", kTHnSparseF, {psiACAxis, psiACAxis});
298298 // histos.add("hpsiApsiC", "hpsiApsiC", kTH2F, {psiACAxis, psiACAxis});
299299 // histos.add("hphiminuspsiA", "hphiminuspisA", kTH1F, {{50, 0, 6.28}}, true);
0 commit comments