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