![]() |
ATLAS Offline Software
|
Classes | |
| class | ShutUp |
Functions | |
| MakexAODDataFrame (inputs) | |
| ROOTSetup (batch=True) | |
| release_metadata () | |
| str | get_release_setup (Logger logger, no_setup=False) |
| None | list_changed_packages (Logger logger, no_setup=False) |
| List[str] | warnings_count (Path file_name) |
Get release setup.
Definition at line 9 of file Tools/WorkflowTestRunner/python/Helpers.py.
List packages that have changed.
Definition at line 41 of file Tools/WorkflowTestRunner/python/Helpers.py.
| python.Helpers.MakexAODDataFrame | ( | inputs | ) |
Helper function creating a ROOT::RDataFrame object reading xAOD files
The function returns an instance of ROOT::RDataFrame that uses
xAOD::RDataSource for reading its inputs.
Keyword arguments:
inputs -- A single string, or a list of string selecting the input file(s)
Note that the string(s) may contain wildcards and environment
variables as well.
Definition at line 6 of file Control/xAODDataSource/python/Helpers.py.
| python.Helpers.release_metadata | ( | ) |
Returns information about the current release based on ReleaseData
Definition at line 112 of file Tools/PyUtils/python/Helpers.py.
| python.Helpers.ROOTSetup | ( | batch = True | ) |
Do basic ROOT setup. This should be called before any other import of ROOT.
Definition at line 19 of file Tools/PyUtils/python/Helpers.py.
| List[str] python.Helpers.warnings_count | ( | Path | file_name | ) |
Run a WARNING helper function.
Definition at line 69 of file Tools/WorkflowTestRunner/python/Helpers.py.