CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
test_db_connect Namespace Reference

Variables

list db_pwd = sys.argv[1]
 
string db_sid = 'CMS_OMDS_LB'
 
string db_usr = 'CMS_ECAL_LASER_COND'
 
tuple econn = ROOT.EcalCondDBInterface( db_sid, db_usr, db_pwd )
 
tuple my_locdef = ROOT.LocationDef()
 
tuple my_rundef = ROOT.RunTypeDef()
 
tuple runlist = econn.fetchNonEmptyGlobalRunList( runtag, runMin, runMax )
 
int runMax = 999999
 
int runMin = 309000
 
list runs = [ runlist[i].getRunNumber() for i in range( runlist.size() ) ]
 
tuple runtag = ROOT.RunTag()
 

Variable Documentation

list test_db_connect.db_pwd = sys.argv[1]

Definition at line 5 of file test_db_connect.py.

string test_db_connect.db_sid = 'CMS_OMDS_LB'

Definition at line 3 of file test_db_connect.py.

string test_db_connect.db_usr = 'CMS_ECAL_LASER_COND'

Definition at line 4 of file test_db_connect.py.

tuple test_db_connect.econn = ROOT.EcalCondDBInterface( db_sid, db_usr, db_pwd )

Definition at line 10 of file test_db_connect.py.

Referenced by EcalPedestalHistory.beginRun(), popcon::EcalChannelStatusHandler.daqOut(), popcon::EcalLaserHandler.dumpBarrelPayload(), popcon::EcalLaserHandler.dumpEndcapPayload(), popcon::EcalSRPHandler.getNewObjects(), popcon::EcalTPGTPModeHandler.getNewObjects(), popcon::EcalTPGWeightIdMapHandler.getNewObjects(), popcon::EcalTPGFineGrainEBIdMapHandler.getNewObjects(), popcon::EcalTPGLinConstHandler.getNewObjects(), popcon::EcalTPGLutIdMapHandler.getNewObjects(), popcon::EcalTPGOddWeightIdMapHandler.getNewObjects(), popcon::EcalTPGPhysicsConstHandler.getNewObjects(), popcon::EcalTPGBadStripHandler.getNewObjects(), popcon::EcalTPGBadTTHandler.getNewObjects(), popcon::EcalTPGBadXTHandler.getNewObjects(), popcon::EcalDAQHandler.getNewObjects(), popcon::EcalTPGFineGrainEBGroupHandler.getNewObjects(), popcon::EcalTPGFineGrainTowerEEHandler.getNewObjects(), popcon::EcalTPGWeightGroupHandler.getNewObjects(), popcon::EcalTPGSlidingWindowHandler.getNewObjects(), popcon::EcalTPGOddWeightGroupHandler.getNewObjects(), popcon::EcalADCToGeVHandler.getNewObjects(), popcon::EcalLaserHandler.getNewObjects(), popcon::EcalTPGFineGrainStripEEHandler.getNewObjects(), popcon::EcalTPGPedestalsHandler.getNewObjects(), popcon::EcalTPGSpikeThresholdHandler.getNewObjects(), popcon::EcalTPGLutGroupHandler.getNewObjects(), popcon::EcalDCSHandler.getNewObjects(), popcon::EcalChannelStatusHandler.getNewObjects(), popcon::EcalPedestalsHandler.getNewObjectsH2(), popcon::EcalPedestalsHandler.getNewObjectsP5(), and EcalDccWeightBuilder.writeWeightToDB().

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 )

Definition at line 20 of file test_db_connect.py.

Referenced by checkrunlist(), CommonAnalyzer.getList(), and main().

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

Definition at line 21 of file test_db_connect.py.

tuple test_db_connect.runtag = ROOT.RunTag()