ATLAS Offline Software
|
Public Member Functions | |
def | __init__ (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 20 of file AsgAnalysisConfig.py.
def python.AsgAnalysisConfig.CommonServicesConfig.__init__ | ( | self | ) |
Definition at line 28 of file AsgAnalysisConfig.py.
def python.AsgAnalysisConfig.CommonServicesConfig.makeAlgs | ( | self, | |
config | |||
) |
Definition at line 47 of file AsgAnalysisConfig.py.
python.AsgAnalysisConfig.CommonServicesConfig.onlySystematicsCategories |
Definition at line 65 of file AsgAnalysisConfig.py.
python.AsgAnalysisConfig.CommonServicesConfig.runSystematics |
Definition at line 56 of file AsgAnalysisConfig.py.