ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Generators
PowhegControl
share
control
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
2
import
PowhegControl
3
from
AthenaCommon
import
Logging
4
logger = Logging.logging.getLogger(
"PowhegControl"
)
5
6
transform_runArgs = runArgs
if
"runArgs"
in
dir()
else
None
7
transform_opts = opts
if
"opts"
in
dir()
else
None
8
PowhegConfigSemiLep = PowhegControl.PowhegControl(process_name=
"bblvlv_Beta"
,run_args=transform_runArgs, run_opts=transform_opts)
9
PowhegConfigSemiLep.process.executable = PowhegConfigSemiLep.process.executable.replace(
'pwhg_main'
,
'pwhg_semileptonic'
)
10
logger.info(
"Re-defining Powheg executable = {}"
.format(PowhegConfigSemiLep.process.executable))
Generated on
for ATLAS Offline Software by
1.17.0