ATLAS Offline Software
|
Classes | |
class | argAction |
class | argActionFactory |
Factory class used to generate argparse actions, actions should be used when arguments are used without value, like boolean flags. More... | |
class | argAthenaFile |
Athena file class. More... | |
class | argBool |
Boolean type argument. More... | |
class | argBSFile |
ByteStream file class. More... | |
class | argBZ2File |
TarBZ filetype. More... | |
class | argEVNT_TRFile |
class | argEVNTFile |
class | argFactory |
Factory class used to generate argument class instances for argparse. More... | |
class | argFile |
File argument class. More... | |
class | argFloat |
Float type argument. More... | |
class | argFTKIPFile |
Class which defines a special input file format used in FTK simulation More... | |
class | argHepEvtAsciiFile |
HEP ASCII file. More... | |
class | argHISTFile |
Data quality histogram file class. More... | |
class | argHITSFile |
class | argInt |
Int type argument. More... | |
class | argIntList |
List of int arguments. More... | |
class | argKeyFloatValueList |
class | argLHEFile |
LHE ASCII file. More... | |
class | argList |
List of string arguments. More... | |
class | argNTUPFile |
NTUP (plain ROOT) file class. More... | |
class | argPOOLFile |
POOL file class. More... | |
class | argRDOFile |
class | argString |
String type argument. More... | |
class | argSubstep |
Base class for substep arguments. More... | |
class | argSubstepBool |
Boolean substep argument. More... | |
class | argSubstepConditions |
Substep class for conditionsTag. More... | |
class | argSubstepFloat |
Float substep argument. More... | |
class | argSubstepInt |
Int substep argument. More... | |
class | argSubstepList |
Argument class for substep lists, suitable for preExec/postExec. More... | |
class | argSubstepSteering |
Special argument class to hold steering information. More... | |
class | argSubstepString |
String substep argument. More... | |
class | argument |
Basic argument class holding a value which can be get and set. More... | |
class | argYODAFile |
class | trfArgParser |
Functions | |
def | strToBool (string) |
Small utility to convert a string value to a boolean. More... | |
def | dictSubstepMerge (dict1, dict2) |
special dictionary merger which is used for substep type arguments More... | |
Variables | |
msg | |
def python.trfArgClasses.dictSubstepMerge | ( | dict1, | |
dict2 | |||
) |
special dictionary merger which is used for substep type arguments
Uses set class to get the unique list of keys. Any key present in only one dictionary is unaltered. If the values are lists they are catenated, otherwise the values are picked from the dictionary in which it is set.
Definition at line 2627 of file trfArgClasses.py.
def python.trfArgClasses.strToBool | ( | string | ) |
Small utility to convert a string value to a boolean.
Definition at line 2606 of file trfArgClasses.py.
python.trfArgClasses.msg |
Definition at line 17 of file trfArgClasses.py.