Skip to content

Commit faa515c

Browse files
committed
add filling for the omitted figure
1 parent eed09a6 commit faa515c

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

PWGCF/Flow/Tasks/pidFlowPtCorr.cxx

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -611,6 +611,13 @@ struct PidFlowPtCorr {
611611
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiKaN08 {3} poiKaP08 {-3}", "KaKa08gap22", kFALSE));
612612
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiPrN08 {3} poiPrP08 {-3}", "PrPr08gap22", kFALSE));
613613

614+
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiPiN {2} refP {-2}", "Pion0gap22a", kFALSE)); // 35
615+
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiPiP {2} refN {-2}", "Pion0gap22b", kFALSE));
616+
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiKaN {2} refP {-2}", "Kaon0gap22a", kFALSE));
617+
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiKaP {2} refN {-2}", "Kaon0gap22b", kFALSE));
618+
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiPrN {2} refP {-2}", "Prot0gap22a", kFALSE));
619+
corrconfigs.push_back(fGFW->GetCorrelatorConfig("poiPrP {2} refN {-2}", "Prot0gap22b", kFALSE)); // 40
620+
614621
fGFW->CreateRegions(); // finalize the initialization
615622

616623
// used for event selection
@@ -1718,6 +1725,13 @@ struct PidFlowPtCorr {
17181725
fillFC(MyParticleType::kCharged, corrconfigs.at(3), cent, rndm, "c32");
17191726
fillFC(MyParticleType::kCharged, corrconfigs.at(4), cent, rndm, "c34");
17201727

1728+
fillFC(MyParticleType::kPion, corrconfigs.at(35), cent, rndm, "c22Full");
1729+
fillFC(MyParticleType::kPion, corrconfigs.at(36), cent, rndm, "c22Full");
1730+
fillFC(MyParticleType::kKaon, corrconfigs.at(37), cent, rndm, "c22Full");
1731+
fillFC(MyParticleType::kKaon, corrconfigs.at(38), cent, rndm, "c22Full");
1732+
fillFC(MyParticleType::kProton, corrconfigs.at(39), cent, rndm, "c22Full");
1733+
fillFC(MyParticleType::kProton, corrconfigs.at(40), cent, rndm, "c22Full");
1734+
17211735
fillFC(MyParticleType::kPion, corrconfigs.at(5), cent, rndm, "c22");
17221736
fillFC(MyParticleType::kPion, corrconfigs.at(6), cent, rndm, "c22");
17231737
fillFC(MyParticleType::kKaon, corrconfigs.at(7), cent, rndm, "c22");

0 commit comments

Comments
 (0)