Skip to content
Snippets Groups Projects
Commit d17085f2 authored by Johannes Elmsheuser's avatar Johannes Elmsheuser
Browse files

Merge branch 'ditau_id_newbdt' into 'main'

Update R22 BDT weights for DiTau identification

See merge request atlas/athena!71177
parents eabf31b9 b9f1dd60
No related branches found
No related tags found
No related merge requests found
......@@ -24,7 +24,7 @@ DiTauDiscriminantTool::DiTauDiscriminantTool( const std::string& name )
, m_bdt()
, m_eDecayMode(DecayMode::Default)
{
declareProperty( "WeightsFile", m_sWeightsFile = "tauRecTools/00-02-00/DiTau_JetBDT_spring2017.weights.root");
declareProperty( "WeightsFile", m_sWeightsFile = "tauRecTools/R22_preprod/DiTau_JetBDT_winter2024.weights.root");
declareProperty( "BDTScoreName", m_sBDTScoreName = "JetBDT");
declareProperty( "DiTauDecayChannel", m_sDecayMode = "HadHad");
}
......
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