![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self) | |
| None | configure (self, Mapping[str, Any] options) |
| None | setSelectors (self, Collection[Pattern] selectors) |
| Generator[HistObject, None, None] | iterate (self, dryrun) |
| Iterable[HistObject] | __iter__ (self) |
| Iterable[HistObject] | warmup (self) |
Public Attributes | |
| source = None | |
| classwarnings = set() | |
| selectors = None | |
| partition | |
| server | |
| provider = self.source.split(';') | |
| prefix = options.get('prefix', '') | |
| interval = options.get('interval', 5) | |
Definition at line 32 of file atlas_oh.py.
| python.atlas_oh.OHInputModule.__init__ | ( | self | ) |
Definition at line 33 of file atlas_oh.py.
| Iterable[HistObject] python.atlas_oh.OHInputModule.__iter__ | ( | self | ) |
Definition at line 110 of file atlas_oh.py.
| None python.atlas_oh.OHInputModule.configure | ( | self, | |
| Mapping[str, Any] | options ) |
Configure this module. Potential elements of "options": source: a string in the format partition/server prefix: string to prepend to histogram names.
Definition at line 38 of file atlas_oh.py.
Connect to OH; iterate over matching histograms
Definition at line 62 of file atlas_oh.py.
| None python.atlas_oh.OHInputModule.setSelectors | ( | self, | |
| Collection[Pattern] | selectors ) |
Do more later
Definition at line 58 of file atlas_oh.py.
| Iterable[HistObject] python.atlas_oh.OHInputModule.warmup | ( | self | ) |
Definition at line 113 of file atlas_oh.py.
| python.atlas_oh.OHInputModule.classwarnings = set() |
Definition at line 35 of file atlas_oh.py.
| python.atlas_oh.OHInputModule.interval = options.get('interval', 5) |
Definition at line 55 of file atlas_oh.py.
| python.atlas_oh.OHInputModule.partition |
Definition at line 49 of file atlas_oh.py.
| python.atlas_oh.OHInputModule.prefix = options.get('prefix', '') |
Definition at line 50 of file atlas_oh.py.
| python.atlas_oh.OHInputModule.provider = self.source.split(';') |
Definition at line 49 of file atlas_oh.py.
| python.atlas_oh.OHInputModule.selectors = None |
Definition at line 36 of file atlas_oh.py.
| python.atlas_oh.OHInputModule.server |
Definition at line 49 of file atlas_oh.py.
| python.atlas_oh.OHInputModule.source = None |
Definition at line 34 of file atlas_oh.py.