We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c51a6c commit 4f78d2bCopy full SHA for 4f78d2b
2 files changed
PWGHF/Core/HFSelectorCuts.h
@@ -411,7 +411,7 @@ constexpr double cuts[npTBins][nCutVars] = {{0.400, 0.5, 0.2, 10.0, 10.0, 1.e-3,
411
{0.400, 0.5, 0.2, 10.0, 10.0, 1.e-3, 0.0, 50.0, 50.0, 0.8, 0.8}, /* 4 < pT < 5 */
412
{0.400, 0.5, 0.2, 10.0, 10.0, 1.e-3, 0.0, 50.0, 50.0, 0.8, 0.8}, /* 5 < pT < 6 */
413
{0.400, 0.5, 0.2, 10.0, 10.0, 1.e-3, 0.0, 50.0, 50.0, 0.8, 0.8}, /* 6 < pT < 8 */
414
- {0.400, 0.5, 0.2, 10.0, 10.0, 1.e-3, 0.0, 50.0, 50.0, 0.8, 0.8}, /* 8 < pT < 12 */
+ {0.400, 0.5, 0.2, 10.0, 10.0, 1.e-3, 0.0, 50.0, 50.0, 0.8, 0.8}, /* 8 < pT < 12 */
415
{0.400, 0.5, 0.2, 10.0, 10.0, 1.e-3, 0.0, 50.0, 50.0, 0.8, 0.8}, /* 12 < pT < 24 */
416
{0.400, 0.5, 0.2, 10.0, 10.0, 1.e-3, 0.0, 50.0, 50.0, 0.8, 0.8}}; /* 24 < pT < 36 */
417
PWGHF/TableProducer/HFXiccToPKPiPiCandidateSelector.cxx
@@ -79,7 +79,7 @@ struct HfXiccToPKPiPiCandidateSelector {
79
}
80
81
// candidate maximum decay length XY
82
- if (hfCandXicc.decayLength() > cuts->get(pTBin, "max decay length XY")) {
+ if (hfCandXicc.decayLengthXY() > cuts->get(pTBin, "max decay length XY")) {
83
return false;
84
85
0 commit comments