ATLAS Offline Software
DataQuality
GoodRunsLists
run
collisions.py
Go to the documentation of this file.
1
#!/usr/bin/python
2
3
# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
4
5
import
os
6
import
sys, string, commands
7
from
datetime
import
datetime
8
9
10
CWD = os.getcwd()
11
import
ROOT
12
15
from
ROOT
import
gSystem
16
os.chdir(CWD)
17
18
gSystem.Load(
'libGoodRunsListsLib'
)
19
from
ROOT
import
Root
20
21
22
reader =
Root.TGoodRunsListReader
()
23
reader.SetXMLFile(
'Collisions_DQgood_runlist.xml'
)
24
reader.Interpret()
25
grl = reader.GetMergedGoodRunsList()
26
27
28
grl.Summary()
29
30
35
36
43
44
49
Root::TGoodRunsListReader
Definition:
TGoodRunsListReader.h:34
Generated on Thu Nov 7 2024 21:12:05 for ATLAS Offline Software by
1.8.18