Functions | |
def | dumpAvailableKeys |
def | dumpDate |
def | dumpIDs |
def | dumpInfo |
def | dumpSNs |
def | listRuns |
def | read |
Variables | |
tuple | a = parser.parse_args() |
tuple | conn = os.getenv("HCALDQM_DBCONNECT") |
list | level1 = ['HCAL_LEVEL_1'] |
list | names = ['HCAL_HBHE', 'HCAL_HF', 'HCAL_HO', 'HCAL_LEVEL_1', 'HCAL_HBHE904', 'HCAL_HF904'] |
string | ngccmidmap = "/nfshome0/akhukhun/hcaldqm/config/id2sn_ngccm.json" |
string | ngqieidmap = "/nfshome0/akhukhun/hcaldqm/config/id2sn_qie.json" |
string | ngrbxidmap = "/nfshome0/akhukhun/hcaldqm/config/id2sn_rmcu.json" |
tuple | parser = argparse.ArgumentParser(description="With no arguments, return list of runs with a small summary after runmin={}".format(RUNMIN)) |
tuple | RUNMIN = os.getenv("HCALDQM_RUNMIN") |
def getInfo.dumpAvailableKeys | ( | run | ) |
Definition at line 54 of file getInfo.py.
References print().
def getInfo.dumpDate | ( | run | ) |
Definition at line 80 of file getInfo.py.
References print(), read(), and submitPVValidationJobs.split().
def getInfo.dumpIDs | ( | run, | |
isqie | |||
) |
Definition at line 112 of file getInfo.py.
References if(), join(), sistrip::SpyUtilities.range(), read(), submitPVValidationJobs.split(), and str.
def getInfo.dumpInfo | ( | run | ) |
Definition at line 88 of file getInfo.py.
References join(), sistrip::SpyUtilities.range(), submitPVValidationJobs.split(), and str.
Referenced by CondDBESSource.~CondDBESSource().
def getInfo.dumpSNs | ( | run | ) |
Definition at line 178 of file getInfo.py.
References if(), join(), print(), sistrip::SpyUtilities.range(), read(), submitPVValidationJobs.split(), str, and digitizers_cfi.strip.
def getInfo.listRuns | ( | runmin, | |
runmax | |||
) |
Definition at line 17 of file getInfo.py.
References if(), join(), sistrip::SpyUtilities.range(), and str.
def getInfo.read | ( | run, | |
key | |||
) |
Definition at line 67 of file getInfo.py.
References join(), sistrip::SpyUtilities.range(), and str.
Referenced by dumpDate(), dumpIDs(), and dumpSNs().
tuple getInfo.a = parser.parse_args() |
Definition at line 244 of file getInfo.py.
tuple getInfo.conn = os.getenv("HCALDQM_DBCONNECT") |
Definition at line 9 of file getInfo.py.
Referenced by CommissioningHistosUsingDb.addDcuDetIds(), SiStripDetCabling.addDevices(), SiStripFineDelayHit.beginRun(), TrackerDpgAnalysis.beginRun(), SiStripFedCablingBuilderFromDb.buildFecCablingFromDetIds(), SiStripFedCablingBuilderFromDb.buildFecCablingFromDevices(), SiStripFedCablingBuilderFromDb.buildFecCablingFromFedConnections(), SiStripFedCabling.buildFedCabling(), 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(), SiStripDaqInfo.findExcludedModule(), SiStripTrackerMapCreator.getDetectorFlagAndComment(), HcalAssistant.getListOfChannelsFromDb(), cond::CredentialStore.importForPrincipal(), EcalCondDBInterface.insertDCUIOV(), EcalCondDBInterface.insertLmfDat(), EcalCondDBInterface.insertLmfIOV(), EcalCondDBInterface.insertLmfLmrSubIOV(), EcalCondDBInterface.insertLmfRunIOV(), EcalCondDBInterface.insertLmfSeq(), EcalCondDBInterface.insertMonRunIOV(), EcalCondDBInterface.insertRunIOV(), LMFCorrCoefDat.LMFCorrCoefDat(), SiStripFedCablingFakeESSource.make(), SiStripClusterizerConditionsESProducer.produce(), SiStripDaqInfo.readFedIds(), IDBObject.setConnection(), LMFCorrCoefDat.setConnection(), DaqScopeModeHistosUsingDb.update(), PedsOnlyHistosUsingDb.update(), PedestalsHistosUsingDb.update(), NoiseHistosUsingDb.update(), PedsFullNoiseHistosUsingDb.update(), FastFedCablingHistosUsingDb.update(), ApvTimingHistosUsingDb.update(), EcalCondDBInterface.updateRunConfig(), EcalCondDBInterface.updateRunIOV(), EcalCondDBInterface.updateRunIOVEndTime(), EcalCondDBInterface.updateRunIOVStartTime(), and EcalDBConnection.~EcalDBConnection().
list getInfo.level1 = ['HCAL_LEVEL_1'] |
Definition at line 10 of file getInfo.py.
Referenced by TMatacq.findPeak(), HFTimingTrustFlag.HFTimingTrustFlag(), npstat::ArrayND< Numeric, StackLen, StackDim >.jointSliceLoop(), npstat::ArrayND< Numeric, StackLen, StackDim >.projectLoop(), npstat::ArrayND< Numeric, StackLen, StackDim >.projectLoop2(), npstat::ArrayND< Numeric, StackLen, StackDim >.scaleBySliceLoop(), and TMatacq.TMatacq().
list getInfo.names = ['HCAL_HBHE', 'HCAL_HF', 'HCAL_HO', 'HCAL_LEVEL_1', 'HCAL_HBHE904', 'HCAL_HF904'] |
Definition at line 11 of file getInfo.py.
string getInfo.ngccmidmap = "/nfshome0/akhukhun/hcaldqm/config/id2sn_ngccm.json" |
Definition at line 14 of file getInfo.py.
string getInfo.ngqieidmap = "/nfshome0/akhukhun/hcaldqm/config/id2sn_qie.json" |
Definition at line 15 of file getInfo.py.
string getInfo.ngrbxidmap = "/nfshome0/akhukhun/hcaldqm/config/id2sn_rmcu.json" |
Definition at line 13 of file getInfo.py.
tuple getInfo.parser = argparse.ArgumentParser(description="With no arguments, return list of runs with a small summary after runmin={}".format(RUNMIN)) |
Definition at line 239 of file getInfo.py.
tuple getInfo.RUNMIN = os.getenv("HCALDQM_RUNMIN") |
Definition at line 8 of file getInfo.py.