ATLAS Offline Software
Public Member Functions | Static Public Attributes | Static Private Attributes | List of all members
JobOptCfg.VTuneProfilerService Class Reference
Inheritance diagram for JobOptCfg.VTuneProfilerService:
Collaboration diagram for JobOptCfg.VTuneProfilerService:

Public Member Functions

def __init__ (self, name="VTuneProfilerService", **kwargs)
 

Static Public Attributes

 AuditAlgorithms
 
 AuditTools
 
 AuditServices
 

Static Private Attributes

tuple __slots__ = ()
 

Detailed Description

Definition at line 5 of file JobOptCfg.py.

Constructor & Destructor Documentation

◆ __init__()

def JobOptCfg.VTuneProfilerService.__init__ (   self,
  name = "VTuneProfilerService",
**  kwargs 
)

Definition at line 11 of file JobOptCfg.py.

11  def __init__( self, name = "VTuneProfilerService", **kwargs ):
12  kwargs['name'] = name
13  super( VTuneProfilerService, self ).__init__( **kwargs )
14 

Member Data Documentation

◆ __slots__

tuple JobOptCfg.VTuneProfilerService.__slots__ = ()
staticprivate

Definition at line 8 of file JobOptCfg.py.

◆ AuditAlgorithms

JobOptCfg.VTuneProfilerService.AuditAlgorithms
static

Definition at line 17 of file JobOptCfg.py.

◆ AuditServices

JobOptCfg.VTuneProfilerService.AuditServices
static

Definition at line 19 of file JobOptCfg.py.

◆ AuditTools

JobOptCfg.VTuneProfilerService.AuditTools
static

Definition at line 18 of file JobOptCfg.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