ATLAS Offline Software
Loading...
Searching...
No Matches
PowhegControl_bblvlv_Beta_SemiLep_Common.py
Go to the documentation of this file.
1# Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2import PowhegControl
3from AthenaCommon import Logging
4logger = Logging.logging.getLogger("PowhegControl")
5
6transform_runArgs = runArgs if "runArgs" in dir() else None
7transform_opts = opts if "opts" in dir() else None
8PowhegConfigSemiLep = PowhegControl.PowhegControl(process_name="bblvlv_Beta" ,run_args=transform_runArgs, run_opts=transform_opts)
9PowhegConfigSemiLep.process.executable = PowhegConfigSemiLep.process.executable.replace('pwhg_main', 'pwhg_semileptonic')
10logger.info("Re-defining Powheg executable = {}".format(PowhegConfigSemiLep.process.executable))