ATLAS Offline Software
Loading...
Searching...
No Matches
PowhegControl_chi0chi0_Common.py
Go to the documentation of this file.
1# Copyright (C) 2002-2024 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="chi0chi0", run_args=transform_runArgs, run_opts=transform_opts)