Skip to content

Commit dbefa25

Browse files
authored
[PWGCF] add cut QA and flow uncertainties
1 parent ccdea33 commit dbefa25

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

PWGCF/Flow/Tasks/flowGFWOmegaXi.cxx

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,6 @@ struct FlowGFWOmegaXi {
349349
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiLambdaNdpt {2} refP10 {-2}", "Lambda10Gap22b", kTRUE));
350350
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiLambdafulldpt reffull {2 2 -2 -2}", "Xi10Gap24a", kTRUE));
351351
corrconfigs.push_back(fGFW->GetCorrelatorConfig("refP10 {2} refN10 {-2}", "Ref10Gap22a", kFALSE));
352-
corrconfigs.push_back(fGFW->GetCorrelatorConfig("refN10 {2} refP10 {-2}", "Ref10Gap22b", kFALSE));
353352
corrconfigs.push_back(fGFW->GetCorrelatorConfig("reffull reffull {2 2 -2 -2}", "Ref10Gap24", kFALSE));
354353
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiK0sP {2} refN10 {-2}", "K0s10Gap22inta", kFALSE));
355354
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiK0sN {2} refP10 {-2}", "K0s10Gap22intb", kFALSE));
@@ -846,12 +845,11 @@ struct FlowGFWOmegaXi {
846845
}
847846
// Filling cumulant with ROOT TProfile and loop for all ptBins
848847
FillProfile(corrconfigs.at(15), HIST("c22"), cent);
849-
FillProfile(corrconfigs.at(16), HIST("c22"), cent);
850-
FillProfile(corrconfigs.at(17), HIST("c24"), cent);
848+
FillProfile(corrconfigs.at(16), HIST("c24"), cent);
849+
FillProfile(corrconfigs.at(17), HIST("K0sc22"), cent);
851850
FillProfile(corrconfigs.at(18), HIST("K0sc22"), cent);
852-
FillProfile(corrconfigs.at(19), HIST("K0sc22"), cent);
851+
FillProfile(corrconfigs.at(19), HIST("Lambdac22"), cent);
853852
FillProfile(corrconfigs.at(20), HIST("Lambdac22"), cent);
854-
FillProfile(corrconfigs.at(21), HIST("Lambdac22"), cent);
855853
for (int i = 1; i <= nPtBins; i++) {
856854
FillProfilepT(corrconfigs.at(0), HIST("c22dpt"), i, cent);
857855
FillProfilepT(corrconfigs.at(1), HIST("c22dpt"), i, cent);
@@ -880,8 +878,7 @@ struct FlowGFWOmegaXi {
880878
if (Eventrdm > (j - 1) && Eventrdm < j)
881879
continue;
882880
FillProfile(corrconfigs.at(15), REFc22[j - 1], cent);
883-
FillProfile(corrconfigs.at(16), REFc22[j - 1], cent);
884-
FillProfile(corrconfigs.at(17), REFc24[j - 1], cent);
881+
FillProfile(corrconfigs.at(16), REFc24[j - 1], cent);
885882
for (int i = 1; i <= nV0PtBins; i++) {
886883
FillProfilepTMass(corrconfigs.at(9), K0sc22[j - 1], i, kK0Short, cent);
887884
FillProfilepTMass(corrconfigs.at(10), K0sc22[j - 1], i, kK0Short, cent);

0 commit comments

Comments
 (0)