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

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
 
 type
 
 job_options
 
 flags
 

Detailed Description

Provides standard default settings for the MC test execution

Definition at line 40 of file MCExecStep.py.

Constructor & Destructor Documentation

◆ __init__()

def MCExecStep.MCBuildStep.__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 45 of file MCExecStep.py.

45  def __init__(
46  self, name=None, menu=None, signatures=None,
47  global_tag=mcDefaults.global_tag, mc_campaign=mcDefaults.mc_campaign
48  ):
49  super(MCBuildStep, self).__init__(name, menu, signatures, global_tag, mc_campaign)
50  self.threads = 1
51 

Member Data Documentation

◆ 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.MCBuildStep.threads

Definition at line 47 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