ATLAS Offline Software
Loading...
Searching...
No Matches
LHCInfoUtils.py
Go to the documentation of this file.
1# Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
2
3# $Id $
4"""
5Miscellaneous utilities related to get LHC-related information.
6"""
7__author__ = 'Juerg Beringer'
8__version__ = '$Id $'
9
10
11#
12# Stupid dicts to store LHC info needed by scripts (e.g. for approved plots).
13# How could we get this from COOL?
14#
15lhcFillData = {
16 '142165': '907',
17 '142193': '911',
18 '142195': '912',
19 '142308': '916',
20 '142402': '923',
21 '152166': '1005',
22 '152409': '1022',
23 '153565': '1058',
24 '153599': '1059',
25 '154813': '1089',
26 '215456': '3351'
27}
28
29lhcEnergyData = {
30 '142193': '900 GeV',
31 '142308': '2.36 TeV',
32 '142402': '2.36 TeV',
33 '152166': '7 TeV',
34 '152409': '7 TeV',
35 '153565': '7 TeV',
36 '153599': '7 TeV',
37 '215456': '8 TeV'
38}