![]() |
ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self, name=None, metaData=None) |
def | __str__ (self, prefix='') |
def | metaData (self) |
def | __len__ (self) |
def | __iter__ (self) |
def | properties (self) |
Static Public Attributes | |
auxfiles | |
minevents | |
maxeventsfactor | |
maxeventsstrategy | |
efficiency | |
Private Member Functions | |
def | _attributeDictionary (self) |
Private Attributes | |
__metadata | |
__name | |
__attributes | |
Static Private Attributes | |
__slots__ | |
Configuration class for JobTransforms. It has a number of properties shared among all jobtransforms. Those properties are processed by class JobTransform.
Definition at line 394 of file TransformConfig.py.
def python.TransformConfig.TransformConfig.__init__ | ( | self, | |
name = None , |
|||
metaData = None |
|||
) |
name is used in printout. The default name is derived from the filename of the python file where constructor is called
Definition at line 410 of file TransformConfig.py.
|
inherited |
Provide iteration over the full list of properties (the Descriptors, not the values)
Definition at line 346 of file TransformConfig.py.
|
inherited |
Return the total number of properties (this class plus all base classes)
Definition at line 341 of file TransformConfig.py.
def python.TransformConfig.TransformConfig.__str__ | ( | self, | |
prefix = '' |
|||
) |
Reimplemented from python.TransformConfig.JobConfig.
Definition at line 423 of file TransformConfig.py.
|
privateinherited |
Dictionary to store the values. Used in the class Descriptor.
Definition at line 351 of file TransformConfig.py.
def python.TransformConfig.TransformConfig.metaData | ( | self | ) |
A dictionary of metadata to be added to the metadata of the output files. Values set to None will not be added to the list. Values will be converted to strings. Python lists will be transformed to a string with comma separated entries.
Definition at line 437 of file TransformConfig.py.
|
inherited |
Return the full list of properties (the descriptors, not the values)
Definition at line 356 of file TransformConfig.py.
|
privateinherited |
Definition at line 327 of file TransformConfig.py.
|
private |
Definition at line 414 of file TransformConfig.py.
|
privateinherited |
name is used in printout. The default name is derived from the filename of the python file where constructor is called
Definition at line 326 of file TransformConfig.py.
|
staticprivate |
Configuration class for JobTransforms. It has a number of properties shared among all jobtransforms. Those properties are processed by class JobTransform.
Definition at line 398 of file TransformConfig.py.
|
static |
Definition at line 401 of file TransformConfig.py.
|
static |
Definition at line 407 of file TransformConfig.py.
|
static |
Definition at line 403 of file TransformConfig.py.
|
static |
Definition at line 405 of file TransformConfig.py.
|
static |
Definition at line 402 of file TransformConfig.py.