Go to the source code of this file.
Namespaces | |
test_db_connect | |
Variables | |
list | test_db_connect.db_pwd = sys.argv[1] |
string | test_db_connect.db_sid = 'CMS_OMDS_LB' |
string | test_db_connect.db_usr = 'CMS_ECAL_LASER_COND' |
tuple | test_db_connect.econn = ROOT.EcalCondDBInterface( db_sid, db_usr, db_pwd ) |
tuple | test_db_connect.my_locdef = ROOT.LocationDef() |
tuple | test_db_connect.my_rundef = ROOT.RunTypeDef() |
tuple | test_db_connect.runlist = econn.fetchNonEmptyGlobalRunList( runtag, runMin, runMax ) |
int | test_db_connect.runMax = 999999 |
int | test_db_connect.runMin = 309000 |
list | test_db_connect.runs = [ runlist[i].getRunNumber() for i in range( runlist.size() ) ] |
tuple | test_db_connect.runtag = ROOT.RunTag() |