Functions | |
def | auth_wget (url, chunk_size=1048576) |
Variables | |
action | |
all_files | |
args | |
base_url | |
default | |
dest | |
False | |
file_list_re | |
file_res | |
Fetch the files, using multi-processing. More... | |
filedir_html | |
filedir_url | |
help | |
mthreads | |
options | |
Parse sys.argv. More... | |
parser | |
Define options. More... | |
pool | |
regexp | |
release | |
releasedir | |
relvaldir | |
Check for option errors. More... | |
selected_files | |
usage | |
Script fetches files matching specified RegExps from DQM GUI. Author: Albertas Gimbutas, Vilnius University (LT) e-mail: albertasgim@gmail.com
def fetchall_from_DQM_v2.auth_wget | ( | url, | |
chunk_size = 1048576 |
|||
) |
Returns the content of specified URL, which requires authentication. If the content is bigger than 1MB, then save it to file.
Definition at line 39 of file fetchall_from_DQM_v2.py.
References createfilelist.int, and print().
fetchall_from_DQM_v2.action |
Definition at line 76 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.all_files |
Definition at line 124 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.args |
Definition at line 91 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.base_url |
Definition at line 116 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.default |
Definition at line 82 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.dest |
Definition at line 76 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.False |
Definition at line 88 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.file_list_re |
Definition at line 123 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.file_res |
Fetch the files, using multi-processing.
Definition at line 131 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.filedir_html |
Definition at line 118 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.filedir_url |
Definition at line 117 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.help |
Definition at line 77 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.mthreads |
Definition at line 126 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.options |
Parse sys.argv.
Definition at line 91 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.parser |
Define options.
Definition at line 75 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.pool |
Definition at line 140 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.regexp |
Definition at line 93 of file fetchall_from_DQM_v2.py.
Referenced by L1TdeStage2uGT.analyze(), DQMGenericTnPClient.findAllSubdirectories(), HLTMuonRefMethod.findAllSubdirectories(), HLTGenValClient.findAllSubdirectories(), DQMGenericClient.findAllSubdirectories(), edm.glob2reg(), HLTConfigProvider.matched(), edm.regexMatch(), HLTConfigProvider.removeVersion(), edm.untaintString(), and FWGeometryTableManager.updateFilter().
fetchall_from_DQM_v2.release |
Definition at line 92 of file fetchall_from_DQM_v2.py.
Referenced by XMLConfigReader.buildGP(), ConfigurationDBHandler.cvt2String(), cms::xerces.dispose(), edm::Worker.doWorkAsync(), SaxToDom.error(), SaxToDom2.error(), L1GtTriggerMenuXmlParser.findXMLChild(), XMLDOMBlock.getNewDocument(), XMLConfigReader.getPatternsVersion(), L1GtTriggerMenuXmlParser.getXMLAttribute(), L1GtTriggerMenuXmlParser.getXMLTextValue(), edm::ConcurrentHadronizerFilter< HAD, DEC >.globalEndRunProduce(), edm::ConcurrentGeneratorFilter< HAD, DEC >.globalEndRunProduce(), MonitorXMLParser.handleElement(), cond::XMLAuthenticationService::XMLAuthenticationService.initialize(), L1GtTriggerMenuXmlParser.initXML(), cond::persistency::GLOBAL_TAG::Table.insert(), MonitorXMLParser.load(), MonitorXMLParser.MonitorXMLParser(), MuonAlignmentInputXML.newAlignableMuon(), XMLDOMBlock.parse(), L1GtTriggerMenuXmlParser.parseConditions(), MuonAlignmentInputXML.parseDouble(), cond::XMLAuthenticationService::XMLAuthenticationService.processFile(), CalibrationXML.readAttribute(), XMLConfigReader.readConfig(), l1t::XmlConfigParser.readContext(), l1t::XmlConfigParser.readHwDescription(), XMLConfigReader.readPatterns(), psClasses.BuildThread.releaseAllLocks(), edm::RepeatingCachedRootSource.RepeatingCachedRootSource(), psClasses.BuildThread.run(), cond::persistency::GLOBAL_TAG::Table.select(), XMLProcessor.serializeDOM(), SaxToDom.startElement(), SaxToDom2.startElement(), cond::persistency::GLOBAL_TAG::Table.update(), cscdqm::XMLFileErrorHandler.warning(), L1GtTriggerMenuXmlParser.workXML(), CalibrationXML.writeAttribute(), xMLCh2String(), XMLDOMBlock.XMLDOMBlock(), ConfigurationDBHandler.~ConfigurationDBHandler(), LutXml.~LutXml(), MonitorXMLParser.~MonitorXMLParser(), MuonAlignmentInputXML.~MuonAlignmentInputXML(), edm::SingleConsumerQ::OperateBuffer< T >.~OperateBuffer(), TagNames.~TagNames(), lhef::XMLSimpleStr.~XMLSimpleStr(), lhef::XMLUniStr.~XMLUniStr(), XStr.~XStr(), and XStrPrivate.~XStrPrivate().
fetchall_from_DQM_v2.releasedir |
Definition at line 114 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.relvaldir |
fetchall_from_DQM_v2.selected_files |
Definition at line 132 of file fetchall_from_DQM_v2.py.
fetchall_from_DQM_v2.usage |
Definition at line 75 of file fetchall_from_DQM_v2.py.