CMS 3D CMS Logo

Functions | Variables

results_mgr Namespace Reference

Functions

def CmdUsage

Variables

 carch = None
tuple conn = common_db.createDBConnection()
 crel = None
 CRELEASE = None
 dflag = False
 fflag = False
 mainOption = False
 rarch = None
tuple resDb = results_db.ResultsDB( conn )
 rflag = False
 rrel = None
 RRELEASE = None
 RUNID = None
 sflag = False
 T_LABEL = None
tuple tok = CRELEASE.split(":")

Function Documentation

def results_mgr::CmdUsage ( )

Definition at line 8 of file results_mgr.py.

00009               :
00010         print "Command line arguments :"
00011         print "--read_sel (-S) --full (-f) -i [runid] -l [test_label] -c [ cand_release:arch]: read the content of the results db"
00012         print "--read (-R): read the content of the results db) db"
00013         print "--del (-D) -i [runid] : delete the result entry for the run"
00014 
00015 try:
    opts, args = getopt.getopt(sys.argv[1:], "SRFDi:l:c:h", ['read_sel', 'read','full','del','help'])

Variable Documentation

list results_mgr::carch = None

Definition at line 61 of file results_mgr.py.

tuple results_mgr::conn = common_db.createDBConnection()

Definition at line 53 of file results_mgr.py.

Referenced by XrdFile::addConnection(), CommissioningHistosUsingDb::addDcuDetIds(), SiStripDetCabling::addDevices(), TrackerDpgAnalysis::beginRun(), SiStripFineDelayHit::beginRun(), SiStripFedCablingBuilderFromDb::buildFecCablingFromDetIds(), SiStripFedCablingBuilderFromDb::buildFecCablingFromDevices(), SiStripFedCablingBuilderFromDb::buildFecCablingFromFedConnections(), SiStripFedCabling::connection(), SiStripFedCabling::connections(), SiStripCommissioningSource::createCablingTasks(), EcalCondDBInterface::fetchCaliIOV(), EcalCondDBInterface::fetchDCSPTMTempList(), EcalCondDBInterface::fetchDCUIOV(), EcalCondDBInterface::fetchFEDelaysForRun(), EcalCondDBInterface::fetchGlobalRunListByLocation(), EcalCondDBInterface::fetchLMFLastRun(), EcalCondDBInterface::fetchLMFRunIOV(), EcalCondDBInterface::fetchMonRunIOV(), EcalCondDBInterface::fetchMonRunList(), EcalCondDBInterface::fetchMonRunListLastNRuns(), EcalCondDBInterface::fetchNonEmptyGlobalRunList(), EcalCondDBInterface::fetchNonEmptyRunList(), EcalCondDBInterface::fetchRunIOV(), EcalCondDBInterface::fetchRunList(), EcalCondDBInterface::fetchRunListByLocation(), EcalCondDBInterface::fetchRunListLastNRuns(), HcalChannelQualityXml::getBaseLineFromOmds(), HcalChannelQualityXml::getIovsFromOmds(), HcalAssistant::getListOfChannelsFromDb(), HcalO2OManager::getListOfOmdsIovs(), HcalO2OManager::getListOfOmdsTags(), HcalO2OManager::getListOfPoolIovs(), HcalO2OManager::getListOfPoolTags(), HcalChannelQualityXml::getTagsFromOmds(), cond::CredentialStore::importForPrincipal(), EcalCondDBInterface::insertDCUIOV(), EcalCondDBInterface::insertLmfDat(), EcalCondDBInterface::insertLmfIOV(), EcalCondDBInterface::insertLmfLmrSubIOV(), EcalCondDBInterface::insertLmfRunIOV(), EcalCondDBInterface::insertLmfSeq(), EcalCondDBInterface::insertMonRunIOV(), EcalCondDBInterface::insertRunIOV(), LMFCorrCoefDat::LMFCorrCoefDat(), SiStripFedCablingFakeESSource::make(), XrdFile::open(), IDBObject::setConnection(), LMFCorrCoefDat::setConnection(), FastFedCablingHistosUsingDb::update(), NoiseHistosUsingDb::update(), PedsFullNoiseHistosUsingDb::update(), PedsOnlyHistosUsingDb::update(), PedestalsHistosUsingDb::update(), ApvTimingHistosUsingDb::update(), EcalCondDBInterface::updateRunConfig(), EcalCondDBInterface::updateRunIOV(), EcalCondDBInterface::updateRunIOVEndTime(), EcalCondDBInterface::updateRunIOVStartTime(), and EcalDBConnection::~EcalDBConnection().

list results_mgr::crel = None

Definition at line 60 of file results_mgr.py.

Definition at line 27 of file results_mgr.py.

Definition at line 24 of file results_mgr.py.

Definition at line 23 of file results_mgr.py.

Definition at line 56 of file results_mgr.py.

Definition at line 67 of file results_mgr.py.

Definition at line 54 of file results_mgr.py.

Definition at line 21 of file results_mgr.py.

Definition at line 66 of file results_mgr.py.

Definition at line 28 of file results_mgr.py.

Definition at line 26 of file results_mgr.py.

Definition at line 22 of file results_mgr.py.

Referenced by listbadmodule(), ls_cert_type(), nlumis(), and read_badmodlist().

Definition at line 25 of file results_mgr.py.

tuple results_mgr::tok = CRELEASE.split(":")