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