ATLAS Offline Software
Loading...
Searching...
No Matches
python.LHCInfoUtils Namespace Reference

Variables

str __author__ = 'Juerg Beringer'
str __version__ = '$Id $'
dict lhcFillData
dict lhcEnergyData

Detailed Description

Miscellaneous utilities related to get LHC-related information.

Variable Documentation

◆ __author__

str python.LHCInfoUtils.__author__ = 'Juerg Beringer'
private

Definition at line 7 of file LHCInfoUtils.py.

◆ __version__

str python.LHCInfoUtils.__version__ = '$Id $'
private

Definition at line 8 of file LHCInfoUtils.py.

◆ lhcEnergyData

dict python.LHCInfoUtils.lhcEnergyData
Initial value:
1= {
2 '142193': '900 GeV',
3 '142308': '2.36 TeV',
4 '142402': '2.36 TeV',
5 '152166': '7 TeV',
6 '152409': '7 TeV',
7 '153565': '7 TeV',
8 '153599': '7 TeV',
9 '215456': '8 TeV'
10}

Definition at line 29 of file LHCInfoUtils.py.

◆ lhcFillData

dict python.LHCInfoUtils.lhcFillData
Initial value:
1= {
2 '142165': '907',
3 '142193': '911',
4 '142195': '912',
5 '142308': '916',
6 '142402': '923',
7 '152166': '1005',
8 '152409': '1022',
9 '153565': '1058',
10 '153599': '1059',
11 '154813': '1089',
12 '215456': '3351'
13}

Definition at line 15 of file LHCInfoUtils.py.