![]() |
ATLAS Offline Software
|
Variables | |
| CWD = os.getcwd() | |
| Needed to correct ROOT behavior; see below. More... | |
| reader = Root.TGoodRunsListReader('LumiRangeCollectionA.xml') | |
| read the goodrunslist xml file(s) More... | |
| goodrunslist = reader.GetMergedGRLCollection() | |
| writer = Root.TGoodRunsListWriter() | |
| show summary of content More... | |
| example.CWD = os.getcwd() |
Needed to correct ROOT behavior; see below.
Definition at line 10 of file example.py.
| example.goodrunslist = reader.GetMergedGRLCollection() |
Definition at line 26 of file example.py.
| example.reader = Root.TGoodRunsListReader('LumiRangeCollectionA.xml') |
read the goodrunslist xml file(s)
Definition at line 23 of file example.py.
| example.writer = Root.TGoodRunsListWriter() |
show summary of content
Detailed: Summary(True) constains run and/or lumiblock ? Now write out xml again ...
Definition at line 36 of file example.py.
1.8.18