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 cd78709 commit c05bdc0Copy full SHA for c05bdc0
1 file changed
PWGHF/TableProducer/HFXiccToPKPiPiCandidateSelector.cxx
@@ -65,8 +65,8 @@ struct HfXiccToPKPiPiCandidateSelector {
65
66
// check candidate mass is within a defined mass window
67
if (std::abs(InvMassXiccToXicPi(hfCandXicc) - RecoDecay::getMassPDG(pdg::Code::kXiCCPlusPlus)) > cuts->get(pTBin, "m")) {
68
- return false;
69
- }
+ return false;
+ }
70
71
// cosine of pointing angle
72
if (hfCandXicc.cpa() <= cuts->get(pTBin, "cos pointing angle")) {
0 commit comments