Skip to content

Commit 4f78d2b

Browse files
committed
Fixing decayLengthXY usage and comment alignment
1 parent 2c51a6c commit 4f78d2b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PWGHF/Core/HFSelectorCuts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ constexpr double cuts[npTBins][nCutVars] = {{0.400, 0.5, 0.2, 10.0, 10.0, 1.e-3,
411411
{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 */
412412
{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 */
413413
{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 */
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 */
415415
{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 */
416416
{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 */
417417

PWGHF/TableProducer/HFXiccToPKPiPiCandidateSelector.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ struct HfXiccToPKPiPiCandidateSelector {
7979
}
8080

8181
// candidate maximum decay length XY
82-
if (hfCandXicc.decayLength() > cuts->get(pTBin, "max decay length XY")) {
82+
if (hfCandXicc.decayLengthXY() > cuts->get(pTBin, "max decay length XY")) {
8383
return false;
8484
}
8585

0 commit comments

Comments
 (0)