ATLAS Offline Software
Variables
example Namespace Reference

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...
 

Variable Documentation

◆ CWD

example.CWD = os.getcwd()

Needed to correct ROOT behavior; see below.

Definition at line 10 of file example.py.

◆ goodrunslist

example.goodrunslist = reader.GetMergedGRLCollection()

Definition at line 26 of file example.py.

◆ reader

example.reader = Root.TGoodRunsListReader('LumiRangeCollectionA.xml')

read the goodrunslist xml file(s)

Definition at line 23 of file example.py.

◆ writer

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.