Skip to content
Snippets Groups Projects

Manual sweep of !30831 (Add NSWCalibTool to NSWCalibToolsConfigDb and use it)

Merged Nicolas Koehler requested to merge nkoehler/athena:swp30831 into 21.3
8 files
+ 19
17
Compare changes
  • Side-by-side
  • Inline
Files
8
# Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
# Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
#
# Import NSWCalibTools job properties
#
@@ -11,4 +11,6 @@ def STgcCalibSmearingTool(name="STgcCalibSmearingTool",extraFlags=None,**kwargs)
return CfgMgr.Muon__NSWCalibSmearingTool(name,**kwargs)
def NSWCalibTool(name="NSWCalibTool",extraFlags=None,**kwargs):
from MuonRecExample.MuonRecTools import MuonIdHelperTool
kwargs.setdefault("MuonIdHelperTool", MuonIdHelperTool())
return CfgMgr.Muon__NSWCalibTool(name,**kwargs)
Loading