Skip to content

Commit

Permalink
Update PWGHF/TableProducer/candidateSelectorDplusToPiKPi.cxx
Browse files Browse the repository at this point in the history
Co-authored-by: Fabio Catalano <[email protected]>
  • Loading branch information
stefanopolitano and fcatalan92 authored Oct 11, 2024
1 parent 5bf1607 commit e65bacf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PWGHF/TableProducer/candidateSelectorDplusToPiKPi.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ struct HfCandidateSelectorDplusToPiKPi {
// QA switch
Configurable<bool> activateQA{"activateQA", false, "Flag to enable QA histogram"};
// Correlated background from Ds and D+
Configurable<bool> storeDsDplusBkg{"storeDsBkg", false, "Flag to store correlated background from misidentified product of Ds and D+ decay"};
Configurable<bool> storeDsDplusBkg{"storeDsDplusBkg", false, "Flag to store correlated background from misidentified product of Ds and D+ decay"};
// ML inference
Configurable<bool> applyMl{"applyMl", false, "Flag to apply ML selections"};
Configurable<std::vector<double>> binsPtMl{"binsPtMl", std::vector<double>{hf_cuts_ml::vecBinsPt}, "pT bin limits for ML application"};
Expand Down

0 comments on commit e65bacf

Please sign in to comment.