ATLAS Offline Software
InnerDetector
InDetExample
InDetBeamSpotExample
python
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
"""
5
Miscellaneous 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
#
15
lhcFillData = {
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
29
lhcEnergyData = {
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
}
Generated on Thu Nov 7 2024 21:20:10 for ATLAS Offline Software by
1.8.18