ATLAS Offline Software
Loading...
Searching...
No Matches
PowhegControl_LQ_s_chan_Common.py
Go to the documentation of this file.
1# Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
2import PowhegControl
3transform_runArgs = runArgs if "runArgs" in dir() else None
4transform_opts = opts if "opts" in dir() else None
5PowhegConfig = PowhegControl.PowhegControl(process_name="LQ_s_chan", run_args=transform_runArgs, run_opts=transform_opts)