![]() |
ATLAS Offline Software
|
Classes | |
| class | argFactory |
| Factory class used to generate argument class instances for argparse. More... | |
| 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 | argument |
| Basic argument class holding a value which can be get and set. More... | |
| class | argString |
| String type argument. More... | |
| class | argInt |
| Int type argument. More... | |
| class | argFloat |
| Float type argument. More... | |
| class | argBool |
| Boolean type argument. More... | |
| class | argList |
| List of string arguments. More... | |
| class | argIntList |
| List of int arguments. More... | |
| class | argKeyFloatValueList |
| class | argFile |
| File argument class. More... | |
| class | argYODAFile |
| class | argAthenaFile |
| Athena file class. More... | |
| class | argBSFile |
| ByteStream file class. More... | |
| class | argPOOLFile |
| POOL file class. More... | |
| class | argHITSFile |
| class | argEVNT_TRFile |
| class | argRDOFile |
| class | argEVNTFile |
| class | argHISTFile |
| Data quality histogram file class. More... | |
| class | argNTUPFile |
| NTUP (plain ROOT) file class. More... | |
| class | argBZ2File |
| TarBZ filetype. More... | |
| class | argFTKIPFile |
| Class which defines a special input file format used in FTK simulation. More... | |
| class | argHepEvtAsciiFile |
| HEP ASCII file. More... | |
| class | argLHEFile |
| LHE ASCII file. More... | |
| class | argSubstep |
| Base class for substep arguments. More... | |
| class | argSubstepList |
| Argument class for substep lists, suitable for preExec/postExec. More... | |
| class | argSubstepString |
| String substep argument. More... | |
| class | argSubstepBool |
| Boolean substep argument. More... | |
| class | argSubstepInt |
| Int substep argument. More... | |
| class | argSubstepFloat |
| Float substep argument. More... | |
| class | argSubstepSteering |
| Special argument class to hold steering information. More... | |
| class | argSubstepConditions |
| Substep class for conditionsTag. More... | |
| class | trfArgParser |
Functions | |
| strToBool (string) | |
| Small utility to convert a string value to a boolean. | |
| dictSubstepMerge (dict1, dict2) | |
| special dictionary merger which is used for substep type arguments | |
Variables | |
| msg = logging.getLogger(__name__) | |
| 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.
c dict1 First dictionary
c dict2 Second dictionary
Definition at line 2660 of file trfArgClasses.py.
| python.trfArgClasses.strToBool | ( | string | ) |
Small utility to convert a string value to a boolean.
Definition at line 2639 of file trfArgClasses.py.
| python.trfArgClasses.msg = logging.getLogger(__name__) |
Definition at line 17 of file trfArgClasses.py.