ATLAS Offline Software
Loading...
Searching...
No Matches
python.trfJobOptions.RunArguments Class Reference

Hold run arguments as name-value pairs. More...

Inheritance diagram for python.trfJobOptions.RunArguments:
Collaboration diagram for python.trfJobOptions.RunArguments:

Public Types

typedef HLT::TypeInformation::for_each_type_c< typenameEDMLIST::map, my_functor, my_result<>, my_arg< HLT::TypeInformation::get_cont, CONTAINER > >::type result

Public Member Functions

 __str__ (self)

Detailed Description

Hold run arguments as name-value pairs.

Dynamic class that holds the run arguments as named members with values.

Definition at line 26 of file trfJobOptions.py.

Member Typedef Documentation

◆ result

Definition at line 90 of file EDM_MasterSearch.h.

Member Function Documentation

◆ __str__()

python.trfJobOptions.RunArguments.__str__ ( self)

Definition at line 28 of file trfJobOptions.py.

28 def __str__(self):
29 myself = 'RunArguments:'
30 for arg in dir(self):
31 if not arg.startswith('__'):
32 myself += '%s %s = %s' % (os.linesep, arg, repr(getattr(self, arg)))
33 return myself
34
35

The documentation for this class was generated from the following file: