Skip to content

Commit cee108a

Browse files
authored
Update SelectorCuts.h
-change “hf_cuts_Omegac_to_omega_pi” to “hf_cuts_omegac_to_omega_pi”
1 parent 46f1513 commit cee108a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/Core/SelectorCuts.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ static const std::vector<std::string> labelsPt = {
651651
static const std::vector<std::string> labelsCutVar = {"deltaM", "pT Pi", "pT K", "decay length", "normalized decay length XY", "cos pointing angle", "cos pointing angle XY", "impact parameter XY", "deltaM Phi", "cos^3 theta_PiK", "chi2PCA"};
652652
} // namespace hf_cuts_ds_to_k_k_pi
653653

654-
namespace hf_cuts_Omegac_to_omega_pi
654+
namespace hf_cuts_omegac_to_omega_pi
655655
{
656656
static constexpr int nBinsPt = 4;
657657
static constexpr int nCutVars = 1;
@@ -685,7 +685,7 @@ static const std::vector<std::string> labelsPt = {
685685

686686
// column labels
687687
static const std::vector<std::string> labelsCutVar = {"pT pi from Omegac"};
688-
} // namespace hf_cuts_bs_to_ds_pi
688+
} // namespace hf_cuts_omegac_to_omega_pi
689689

690690
namespace hf_cuts_xic_to_p_k_pi
691691
{

0 commit comments

Comments
 (0)