ATLAS Offline Software
Loading...
Searching...
No Matches
python.MGC Namespace Reference

Classes

class  MGControl

Variables

 mglog = Logging.logging.getLogger('MadGraphUtils')
str python = 'python'
str MADGRAPH_GRIDPACK_LOCATION = 'madevent'
str MADGRAPH_RUN_NAME = 'run_01'
bool MADGRAPH_CATCH_ERRORS = True
 MADGRAPH_PDFSETTING = None
 MADGRAPH_DEVICES = None
 Options: 'madevent_simd' for SIMD (vector) instructions 'madevent_gpu' for GPU-based execution 'max' to try to auto-detect the best we can do.

Variable Documentation

◆ MADGRAPH_CATCH_ERRORS

bool python.MGC.MADGRAPH_CATCH_ERRORS = True

Definition at line 24 of file MGC.py.

◆ MADGRAPH_DEVICES

python.MGC.MADGRAPH_DEVICES = None

Options: 'madevent_simd' for SIMD (vector) instructions 'madevent_gpu' for GPU-based execution 'max' to try to auto-detect the best we can do.

Definition at line 32 of file MGC.py.

◆ MADGRAPH_GRIDPACK_LOCATION

str python.MGC.MADGRAPH_GRIDPACK_LOCATION = 'madevent'

Definition at line 20 of file MGC.py.

◆ MADGRAPH_PDFSETTING

python.MGC.MADGRAPH_PDFSETTING = None

Definition at line 26 of file MGC.py.

◆ MADGRAPH_RUN_NAME

str python.MGC.MADGRAPH_RUN_NAME = 'run_01'

Definition at line 22 of file MGC.py.

◆ mglog

python.MGC.mglog = Logging.logging.getLogger('MadGraphUtils')

Definition at line 15 of file MGC.py.

◆ python

str python.MGC.python = 'python'

Definition at line 18 of file MGC.py.