CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Namespaces | Variables
test_db_connect.py File Reference

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()