![]() |
ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (self) |
def | instanceName (self) |
def | makeAlgs (self, config) |
Public Attributes | |
runSystematics | |
onlySystematicsCategories | |
the ConfigBlock for common services The idea here is that all algorithms need some common services, and I should provide configuration blocks for those. For now there is just a single block, but in the future I might break out e.g. the systematics service.
Definition at line 22 of file AsgAnalysisConfig.py.
def python.AsgAnalysisConfig.CommonServicesConfig.__init__ | ( | self | ) |
Definition at line 30 of file AsgAnalysisConfig.py.
def python.AsgAnalysisConfig.CommonServicesConfig.instanceName | ( | self | ) |
Return the instance name for this block
Definition at line 54 of file AsgAnalysisConfig.py.
def python.AsgAnalysisConfig.CommonServicesConfig.makeAlgs | ( | self, | |
config | |||
) |
Definition at line 58 of file AsgAnalysisConfig.py.
python.AsgAnalysisConfig.CommonServicesConfig.onlySystematicsCategories |
Definition at line 76 of file AsgAnalysisConfig.py.
python.AsgAnalysisConfig.CommonServicesConfig.runSystematics |
Definition at line 67 of file AsgAnalysisConfig.py.