Skip to content
Snippets Groups Projects
Commit edf7457e authored by Adam Edward Barton's avatar Adam Edward Barton :speech_balloon:
Browse files

Merge branch 'selectiontool-typo' into 'main'

fix typo in WP setup

See merge request !68429
parents e651911b c05f4489
No related branches found
No related tags found
1 merge request!68429fix typo in WP setup
......@@ -147,7 +147,7 @@ StatusCode BTaggingSelectionTool::initialize() {
m_continuouscuts.push_back(-1.e4);
// For GN2v01, we have different WPs than the default ones.
if ( m_taggerName == "GN2v01" )
m_wps_raw="FixedCutBEff_90, FixedCutBEff_85,FixedCutBEff_77,FixedCutBEff_70,FixedCutBEff_65";
m_wps_raw="FixedCutBEff_90,FixedCutBEff_85,FixedCutBEff_77,FixedCutBEff_70,FixedCutBEff_65";
std::vector<std::string> workingpoints = split(m_wps_raw, ',');
std::sort(workingpoints.begin(), workingpoints.end());
std::reverse(workingpoints.begin(), workingpoints.end()); // put in descending order
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment