![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, str filename="", str dbalias="", int smkey=0, bool useCrest=False, str crestServer="") | |
| algorithms (self) | |
| algorithmNames (self) | |
| properties (self, algName) | |
| name (self) | |
| printSummary (self) | |
this class provides access to the HLT algorithm configuration the methods are self-explanatory for people with knowledge of the configuration
Definition at line 100 of file HLTTriggerConfigAccess.py.
| python.HLTTriggerConfigAccess.HLTJobOptionsAccess.__init__ | ( | self, | |
| str | filename = "", | ||
| str | dbalias = "", | ||
| int | smkey = 0, | ||
| bool | useCrest = False, | ||
| str | crestServer = "" ) |
accessor needs to be initialized with either a filename or the dbalias and smkey
Definition at line 105 of file HLTTriggerConfigAccess.py.
| python.HLTTriggerConfigAccess.HLTJobOptionsAccess.algorithmNames | ( | self | ) |
Definition at line 126 of file HLTTriggerConfigAccess.py.
| python.HLTTriggerConfigAccess.HLTJobOptionsAccess.algorithms | ( | self | ) |
Definition at line 123 of file HLTTriggerConfigAccess.py.
| python.HLTTriggerConfigAccess.HLTJobOptionsAccess.name | ( | self | ) |
Definition at line 132 of file HLTTriggerConfigAccess.py.
| python.HLTTriggerConfigAccess.HLTJobOptionsAccess.printSummary | ( | self | ) |
Definition at line 137 of file HLTTriggerConfigAccess.py.
| python.HLTTriggerConfigAccess.HLTJobOptionsAccess.properties | ( | self, | |
| algName ) |
Definition at line 129 of file HLTTriggerConfigAccess.py.