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 37613ca commit 5bf1607
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 @@ -60,7 +60,7 @@ struct HfCandidateSelectorDplusToPiKPi {
Configurable<std::vector<double>> binsPtTrack{"binsPtTrack", std::vector<double>{hf_cuts_single_track::vecBinsPtTrack}, "track pT bin limits for DCA pT-dependent cut"};
// QA switch
Configurable<bool> activateQA{"activateQA", false, "Flag to enable QA histogram"};
// Correlated bakcground from Ds and D+
// Correlated background from Ds and D+
Configurable<bool> storeDsDplusBkg{"storeDsBkg", 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"};
Expand Down

0 comments on commit 5bf1607

Please sign in to comment.