ATLAS Offline Software
Public Member Functions | Public Attributes | List of all members
MCExecStep.MCGridStep Class Reference
Inheritance diagram for MCExecStep.MCGridStep:
Collaboration diagram for MCExecStep.MCGridStep:

Public Member Functions

def __init__ (self, name=None, menu=None, signatures=None, global_tag=mcDefaults.global_tag, mc_campaign=mcDefaults.mc_campaign)
 

Public Attributes

 threads
 
 concurrent_events
 
 type
 
 job_options
 
 flags
 

Detailed Description

Provides standard default settings for the MC test execution

Definition at line 52 of file MCExecStep.py.

Constructor & Destructor Documentation

◆ __init__()

def MCExecStep.MCGridStep.__init__ (   self,
  name = None,
  menu = None,
  signatures = None,
  global_tag = mcDefaults.global_tag,
  mc_campaign = mcDefaults.mc_campaign 
)

Reimplemented from MCExecStep.MCExecStep.

Definition at line 57 of file MCExecStep.py.

57  def __init__(
58  self, name=None, menu=None, signatures=None,
59  global_tag=mcDefaults.global_tag, mc_campaign=mcDefaults.mc_campaign,
60  ):
61  super(MCGridStep, self).__init__(name, menu, signatures, global_tag, mc_campaign)
62  self.threads = 8
63  self.concurrent_events = 8

Member Data Documentation

◆ concurrent_events

MCExecStep.MCGridStep.concurrent_events

Definition at line 60 of file MCExecStep.py.

◆ flags

MCExecStep.MCExecStep.flags
inherited

Definition at line 27 of file MCExecStep.py.

◆ job_options

MCExecStep.MCExecStep.job_options
inherited

Definition at line 24 of file MCExecStep.py.

◆ threads

MCExecStep.MCGridStep.threads

Definition at line 59 of file MCExecStep.py.

◆ type

MCExecStep.MCExecStep.type
inherited

Definition at line 23 of file MCExecStep.py.


The documentation for this class was generated from the following file:
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18