2 from AthenaConfiguration.ComponentAccumulator
import ComponentAccumulator
3 from AthenaConfiguration.ComponentFactory
import CompFactory
6 flags, name="ElectronVariableCorrectionTool", **kwargs):
7 """Configure the e/gamma variable correction tool"""
10 kwargs.setdefault(
"ConfigFile",
"EGammaVariableCorrection/TUNE26/ElPhVariableNominalCorrection.conf")
12 CompFactory.ElectronPhotonVariableCorrectionTool(name, **kwargs))
16 flags, name="PhotonVariableCorrectionTool", **kwargs):
17 """Configure the e/gamma variable correction tool"""
20 kwargs.setdefault(
"ConfigFile",
"EGammaVariableCorrection/TUNE25/ElPhVariableNominalCorrection.conf")
22 CompFactory.ElectronPhotonVariableCorrectionTool(name, **kwargs))