Skip to content

Commit e8cc00f

Browse files
authored
Update candidateSelectorOmegac0ToOmegaPi.cxx
1 parent cee108a commit e8cc00f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGHF/TableProducer/candidateSelectorOmegac0ToOmegaPi.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ struct HfCandidateSelectorToOmegaPi {
152152
Configurable<float> cosPaV0ToCascMin{"cosPaV0ToCascMin", 0.99, "Minimum cosPA of V0<-cascade"};
153153
} KfconfigurableGroup;
154154
// topological cuts
155-
Configurable<std::vector<double>> binsPt{"binsPt", std::vector<double>{hf_cuts_Omegac_to_omega_pi::vecBinsPt}, "pT bin limits"};
156-
Configurable<LabeledArray<double>> cuts{"cuts", {hf_cuts_Omegac_to_omega_pi::cuts[0], hf_cuts_Omegac_to_omega_pi::nBinsPt, hf_cuts_Omegac_to_omega_pi::nCutVars, hf_cuts_Omegac_to_omega_pi::labelsPt, hf_cuts_Omegac_to_omega_pi::labelsCutVar}, "OmegaC0 candidate selection per pT bin"};
155+
Configurable<std::vector<double>> binsPt{"binsPt", std::vector<double>{hf_cuts_omegac_to_omega_pi::vecBinsPt}, "pT bin limits"};
156+
Configurable<LabeledArray<double>> cuts{"cuts", {hf_cuts_omegac_to_omega_pi::cuts[0], hf_cuts_omegac_to_omega_pi::nBinsPt, hf_cuts_omegac_to_omega_pi::nCutVars, hf_cuts_omegac_to_omega_pi::labelsPt, hf_cuts_omegac_to_omega_pi::labelsCutVar}, "OmegaC0 candidate selection per pT bin"};
157157
// ML inference
158158
Configurable<bool> applyMl{"applyMl", false, "Flag to apply ML selections"};
159159
Configurable<std::vector<double>> binsPtMl{"binsPtMl", std::vector<double>{hf_cuts_ml::vecBinsPt}, "pT bin limits for ML application"};

0 commit comments

Comments
 (0)