Classes | |
class | OptionParser |
Functions | |
def | getNodeText |
Variables | |
list | datasets = [] |
string | DEFAULT_BASE = "/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/data/" |
tuple | dom = xml.dom.minidom.parseString(xmldata) |
fullPath = None | |
tuple | m = re.search(reDatasetParts, dataset) |
tuple | number = int(getNodeText(run.getElementsByTagName("NUMBER")[0].childNodes)) |
tuple | optManager = OptionParser() |
opts = opts.__dict__ | |
parts = None | |
dictionary | query = {'hasSummaryValues': 'false'} |
string | reDatasetParts = "^/([^/]+)/([^/]+)/([^/]+)$" |
reminder = reminderFormat%\ | |
list | REMINDERS |
tuple | server = xmlrpclib.ServerProxy(opts['url']) |
tuple | xmldata = server.DataExporter.export('GLOBAL', 'xml_all', query) |
def contentValuesFiles.getNodeText | ( | nodelist | ) |
Definition at line 23 of file contentValuesFiles.py.
list contentValuesFiles.datasets = [] |
Definition at line 49 of file contentValuesFiles.py.
string contentValuesFiles.DEFAULT_BASE = "/afs/cern.ch/cms/CAF/CMSCOMM/COMM_DQM/data/" |
Definition at line 7 of file contentValuesFiles.py.
tuple contentValuesFiles.dom = xml.dom.minidom.parseString(xmldata) |
Definition at line 50 of file contentValuesFiles.py.
Referenced by CalibrationXML.addChild(), CalibratedHistogramXML.read(), AlgorithmCalibration< T, CO >.readCategories(), and AlgorithmCalibration< T, CO >.readObject().
list contentValuesFiles.fullPath = None |
Definition at line 64 of file contentValuesFiles.py.
Referenced by TFileDirectory._cd(), QGLikelihoodSystematicsDBWriter.beginJob(), EcalMappingElectronicsHandler.getNewObjects(), convbremhelpers::HeavyObjectCache.HeavyObjectCache(), heppy::EGammaMvaEleEstimatorFWLite.initialize(), JetResolutionDBWriter.JetResolutionDBWriter(), L1TMuonOverlapParamsESProducer.L1TMuonOverlapParamsESProducer(), l1t::MicroGMTLUT.load(), TFileDirectory.mkdir(), HiTrivialConditionRetriever.produceTable(), and QualityTester.QualityTester().
tuple contentValuesFiles.m = re.search(reDatasetParts, dataset) |
Definition at line 59 of file contentValuesFiles.py.
tuple contentValuesFiles.number = int(getNodeText(run.getElementsByTagName("NUMBER")[0].childNodes)) |
Definition at line 53 of file contentValuesFiles.py.
Referenced by PhysicsPerformanceDBWriterFromFile_WPandPayload.beginJob(), PhysicsPerformanceDBWriterFromFile_WPandPayload_IOV.beginJob(), DDHCalXtalAlgo.execute(), Histos.fillByNumber(), L1MuDTPhiLut.load(), edm::VectorInputSource.loopOverEvents(), L1MuDTSEU.numberOfExt(), L1MuBMSEU.numberOfExt(), GEMBaseValidation.setNStationForLabel(), CSCALCTDigi.setTrknmb(), CSCCorrelatedLCTDigi.setTrknmb(), CSCCLCTDigi.setTrknmb(), and muonisolation::NominalEfficiencyThresholds::EtaBounds.towerFromEta().
tuple contentValuesFiles.optManager = OptionParser() |
Definition at line 33 of file contentValuesFiles.py.
contentValuesFiles.opts = opts.__dict__ |
Definition at line 35 of file contentValuesFiles.py.
tuple contentValuesFiles.parts = None |
Definition at line 58 of file contentValuesFiles.py.
Referenced by ListIds.analyze(), edm::releaseversion::DecomposedReleaseVersion.DecomposedReleaseVersion(), TopDecayChannelFilter< S >.filter(), TtGenEventReco.produce(), StGenEventReco.produce(), and StGenEvent.StGenEvent().
dictionary contentValuesFiles.query = {'hasSummaryValues': 'false'} |
Definition at line 38 of file contentValuesFiles.py.
string contentValuesFiles.reDatasetParts = "^/([^/]+)/([^/]+)/([^/]+)$" |
Definition at line 6 of file contentValuesFiles.py.
contentValuesFiles.reminder = reminderFormat%\ |
Definition at line 67 of file contentValuesFiles.py.
list contentValuesFiles.REMINDERS |
Definition at line 9 of file contentValuesFiles.py.
tuple contentValuesFiles.server = xmlrpclib.ServerProxy(opts['url']) |
Definition at line 37 of file contentValuesFiles.py.
tuple contentValuesFiles.xmldata = server.DataExporter.export('GLOBAL', 'xml_all', query) |
Definition at line 47 of file contentValuesFiles.py.