Skip to content
Snippets Groups Projects
Commit cf5de800 authored by Will Buttinger's avatar Will Buttinger Committed by Walter Lampl
Browse files

Update AsgClassificationDecorationAlg.cxx - tool must be private for...

Update AsgClassificationDecorationAlg.cxx - tool must be private for consistency with https://gitlab.cern.ch/atlas/athena/-/blob/main/PhysicsAnalysis/Algorithms/AsgAnalysisAlgorithms/python/AsgAnalysisConfig.py#L380
parent 43e8f120
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@ namespace CP
AsgClassificationDecorationAlg::AsgClassificationDecorationAlg(const std::string &name,
ISvcLocator *pSvcLocator)
: AnaAlgorithm(name, pSvcLocator)
: AnaAlgorithm(name, pSvcLocator), m_tool("",this)
{
declareProperty ("tool", m_tool, "classification tool");
}
......
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