ATLAS Offline Software
CalibDbDefaults.py
Go to the documentation of this file.
1 # defaults shared by the various CalibDb*** scripts in this directory
2 
3 cool_folders = {}
4 cool_tags = {}
5 
6 cool_dbname = 'CONDBR2'
7 cool_dbname_mc = 'OFLP200'
8 cool_database_string = 'COOLOFL_MDT/' + cool_dbname
9 
10 cool_folders['t0'] = '/MDT/T0BLOB'
11 cool_tags['t0'] = 'CURRENT'
12 
13 cool_folders['rt'] = '/MDT/RTBLOB'
14 cool_tags['rt'] ='CURRENT'
15