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

Public Member Functions

def __init__ (self, fileName=None)
 
def name (self)
 
def __repr__ (self)
 

Public Attributes

 fileName
 

Detailed Description

Definition at line 39 of file ChapPy.py.

Constructor & Destructor Documentation

◆ __init__()

def python.ChapPy.JobOptions.__init__ (   self,
  fileName = None 
)

Reimplemented in python.ChapPy.JobOptionsCmd.

Definition at line 41 of file ChapPy.py.

41  def __init__( self, fileName = None ):
42  object.__init__( self )
43  self.fileName = fileName
44  return
45 

Member Function Documentation

◆ __repr__()

def python.ChapPy.JobOptions.__repr__ (   self)

Definition at line 55 of file ChapPy.py.

55  def __repr__( self ):
56  return self.name()
57 

◆ name()

def python.ChapPy.JobOptions.name (   self)
return the name of the JobOptions.
 - a regular JobOptions file (from the release)
 - a user JobOptions file (laying in some private area)
 - a 'compiled' JobOptions file (created from a set of one-liners)

Reimplemented in python.ChapPy.JobOptionsCmd.

Definition at line 46 of file ChapPy.py.

46  def name(self):
47  """
48  return the name of the JobOptions.
49  - a regular JobOptions file (from the release)
50  - a user JobOptions file (laying in some private area)
51  - a 'compiled' JobOptions file (created from a set of one-liners)
52  """
53  return self.fileName
54 

Member Data Documentation

◆ fileName

python.ChapPy.JobOptions.fileName

Definition at line 43 of file ChapPy.py.


The documentation for this class was generated from the following file:
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:192
python.processes.powheg.ZZ.ZZ.__init__
def __init__(self, base_directory, **kwargs)
Constructor: all process options are set here.
Definition: ZZ.py:18