Functions | |
def | formatCVSLink |
Format CVS link. More... | |
def | formatPackageDocumentationLink |
def | generateBranchHTML |
Generates HTML for Subsystem. More... | |
def | generateLeavesHTML |
Generates HTML for subpackage. More... | |
def | generateTree |
Fetches information about Subsystems/Packages/Subpackages from TagCollector. More... | |
def | loadTemplates |
Read template file. More... | |
def | parseJSON |
def | preparePackageDocumentationLinks |
Extract links to package documentation. More... | |
def | prepareRefManFiles |
Prepate dictionary of doxygen generated html files. More... | |
Variables | |
string | baseUrl = "/cmsdoxygen/" |
block = indexPageBlockNoTree | |
Formating index page's pieces. More... | |
tuple | branchHTML = generateBranchHTML(SRC_DIR, tree, subsystem) |
Generating treeviews. More... | |
list | CMSSW_VERSION = sys.argv[1] |
string | contacts = "" |
string | cvsBaseUrl = "http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW" |
errorOnImport = False | |
tuple | fileIN = open(SCRIPTS_LOCATION+"/indexPage/indexpage_warning.html", "r") |
Warning page. More... | |
string | indexPageBlock |
string | indexPageBlockNoTree |
string | indexPageHTML = "" |
int | indexPageRowCounter = 0 |
tuple | indexPageTemplateHTML = fileIN.read() |
tuple | managers = parseJSON('http://mantydze.web.cern.ch/mantydze/tcproxy.php?type=managers') |
Index Page Preparations. More... | |
dictionary | map = {} |
tuple | output = open(PROJECT_LOCATION+"/doc/html/index.html", "w") |
list | packageDocLinks = [] |
list | PROJECT_LOCATION = sys.argv[2] |
string | reason = "Failed during preparing treeview. " |
dictionary | refmanfiles = {} |
string | rowCssClass = "odd" |
list | SCRIPTS_LOCATION = sys.argv[3] |
string | SRC_DIR = PROJECT_LOCATION+"/src" |
tuple | treeHTML = treeTemplateHTML.replace("@TREE@", branchHTML) |
tuple | users = parseJSON('http://mantydze.web.cern.ch/mantydze/tcproxy.php?type=users') |
Created on Aug 29, 2011 @author: MantYdze
def Association.formatCVSLink | ( | package, | |
subpackage | |||
) |
def Association.formatPackageDocumentationLink | ( | package, | |
subpackage | |||
) |
Definition at line 66 of file Association.py.
Referenced by generateBranchHTML().
def Association.generateBranchHTML | ( | SRC_DIR, | |
tree, | |||
branch | |||
) |
Generates HTML for Subsystem.
Definition at line 115 of file Association.py.
References formatCVSLink(), formatPackageDocumentationLink(), and generateLeavesHTML().
def Association.generateLeavesHTML | ( | SRC_DIR, | |
package, | |||
subpackage | |||
) |
Generates HTML for subpackage.
Definition at line 93 of file Association.py.
Referenced by generateBranchHTML().
def Association.generateTree | ( | release | ) |
Fetches information about Subsystems/Packages/Subpackages from TagCollector.
Definition at line 74 of file Association.py.
References python.multivaluedict.append(), and parseJSON().
def Association.loadTemplates | ( | ) |
def Association.parseJSON | ( | url | ) |
Definition at line 22 of file Association.py.
References linker.replace(), and split.
Referenced by generateTree().
def Association.preparePackageDocumentationLinks | ( | DOC_DIR | ) |
Extract links to package documentation.
Definition at line 52 of file Association.py.
References split.
def Association.prepareRefManFiles | ( | DOC_DIR | ) |
Prepate dictionary of doxygen generated html files.
Definition at line 42 of file Association.py.
References linker.replace(), and split.
string Association.baseUrl = "/cmsdoxygen/" |
Definition at line 17 of file Association.py.
Association.block = indexPageBlockNoTree |
Formating index page's pieces.
Definition at line 232 of file Association.py.
Referenced by PFEGammaAlgo.AddElectronCandidate(), PFEGammaAlgo.AddElectronElements(), BlockWipedAllocator.alloc(), PFRecoTauAlgorithm.buildPFTau(), evf::FUResourceQueue.buildResource(), evf::FUResourceTable.buildResource(), evf::ResourceChecker.checkDataBlockPayload(), evf::BU.createMsgChain(), DTScalerInfoTask.endLuminosityBlock(), PFPhotonAlgo.EvaluateSingleLegMVA(), PFEGammaAlgo.EvaluateSingleLegMVA(), CalibratableTest.extractCandidate(), DisplayManager.findBlock(), evf::IPCMethod.isLastMessageOfEvent(), HcalPatternSource.loadPatternFile(), gen::ParameterCollector::const_iterator.next(), reco::tau::RecoTauElectronRejectionPlugin.operator()(), PFAlgoTestBenchElectrons.processBlock(), PFAlgo.processBlock(), evf::ResourceChecker.processDataBlock(), PFRootEventManagerColin.processHIGH_E_TAUS(), PFEGammaProducer.produce(), PFAlgo.reconstructParticles(), PFElectronAlgo.SetActive(), PFElectronAlgo.SetCandidates(), PFElectronAlgo.SetIDOutputs(), PFElectronAlgo.SetLinks(), PFEGammaAlgo.SetLinks(), gen::Pythia6Service.setSLHAFromHeader(), Herwig6Hadronizer.setSLHAFromHeader(), and CSCSPRecord.unpack().
tuple Association.branchHTML = generateBranchHTML(SRC_DIR, tree, subsystem) |
Generating treeviews.
Definition at line 227 of file Association.py.
list Association.CMSSW_VERSION = sys.argv[1] |
Definition at line 152 of file Association.py.
string Association.contacts = "" |
Definition at line 238 of file Association.py.
string Association.cvsBaseUrl = "http://cmssw.cvs.cern.ch/cgi-bin/cmssw.cgi/CMSSW" |
Definition at line 16 of file Association.py.
Association.errorOnImport = False |
Definition at line 7 of file Association.py.
tuple Association.fileIN = open(SCRIPTS_LOCATION+"/indexPage/indexpage_warning.html", "r") |
Warning page.
Definition at line 174 of file Association.py.
string Association.indexPageBlock |
Definition at line 188 of file Association.py.
string Association.indexPageBlockNoTree |
Definition at line 196 of file Association.py.
tuple Association.indexPageHTML = "" |
Definition at line 186 of file Association.py.
int Association.indexPageRowCounter = 0 |
Definition at line 187 of file Association.py.
tuple Association.indexPageTemplateHTML = fileIN.read() |
Definition at line 175 of file Association.py.
tuple Association.managers = parseJSON('http://mantydze.web.cern.ch/mantydze/tcproxy.php?type=managers') |
Index Page Preparations.
Definition at line 169 of file Association.py.
dictionary Association.map = {} |
Definition at line 205 of file Association.py.
Referenced by argparse.ArgumentParser._check_value(), python.rootplot.argparse.ArgumentParser._check_value(), BeautifulSoup.UnicodeDammit._ebcdic_to_ascii(), BeautifulSoup.Tag._invert(), SiStripDetCabling.addActiveDetectorsRawIds(), SiStripDetCabling.addAllDetectorsRawIds(), SiStripFEDErrorsDQM.addErrors(), SiStripDetCabling.addFromSpecificConnection(), HcalLutManager.addLutMap(), CSCMap1Read.analyze(), HLTGetDigi.analyze(), SiStripMonitorHLT.analyze(), SiStripMonitorDigi.analyze(), SiStripMonitorCluster.analyze(), DTVDriftCalibration.analyze(), EcalBarrelSimHitsValidation.analyze(), EcalEndcapSimHitsValidation.analyze(), SimplePi0DiscAnalyzer.analyze(), HLTHiggsSubAnalysis.analyze(), OccupancyPlots.analyze(), EcalCosmicsHists.analyze(), DTCompactMapWriter.appendROS(), VertexAssociatorByTracks.associateRecoToSim(), VertexAssociatorByTracks.associateSimToReco(), QTestHandle.attachTests(), EEDaqInfoTask.beginLuminosityBlock(), EEDcsInfoTask.beginLuminosityBlock(), DTEfficiencyTask.beginLuminosityBlock(), DTResolutionAnalysisTask.beginLuminosityBlock(), DTChamberEfficiencyTask.beginLuminosityBlock(), DTLocalTriggerTask.beginLuminosityBlock(), DTtTrigDBValidation.beginRun(), AlcaBeamMonitorClient.beginRun(), MonitorTrackResiduals.beginRun(), DTt0DBValidation.beginRun(), RPCGeometryBuilderFromCondDB.build(), ConvertedPhotonProducer.buildCollections(), SiStripDetVOffBuilder.BuildDetVOffObj(), CSCFileReader.buildEventFromRUIs(), RPCGeometryBuilderFromDDD.buildGeometry(), SiStripDetVOffBuilder.buildPSUdetIdMap(), DTCompactMapWriter.buildSteering(), parserTimingReport.calc_MinMaxAvgRMS(), TagProbeFitTreeAnalyzer.calculateEfficiency(), python.rootplot.core.cartesian_product(), MuonTrajectoryCleaner.clean(), PFClusterAlgo.cleanRBXAndHPD(), ora::TransactionCache.cleanUpNamedRefCache(), ora::TransactionCache.clear(), DTCompactMapWriter.cloneROS(), cmsPerfRegress.cmpSimpMemReport(), cmsPerfRegress.cmpTimingReport(), MuonMillepedeAlgorithm.collect(), ValidationMatrix_v2.ReleaseComparison.compare(), DTRecHitQuality.compute(), GlobalRecHitsAnalyzer.compute(), GlobalRecHitsProducer.compute(), svgfig.Ticks.compute_logticks(), PhysicsTools::MVATrainer.connectProcessors(), ora::Database.containers(), Vispa.Views.LineDecayView.DecayLine.containsPoint(), cmsPerfPublish.copytree4(), plotscripts.corrections2D(), ThePEG::ProxyBase.create(), lhef::LHEProxy.create(), cmsPerfPublish.createCandlHTML(), PFElecTkProducer.createGsfPFRecTrackRef(), SiPixelActionExecutor.createMap(), cmsPerfPublish.createWebReports(), MuonGeometrySanityCheck_cfi.detectors(), TowerBlockFormatter.DigiToRaw(), ValidationMatrix.do_comparisons_threaded(), plotscripts.doTestsForMapPlots(), ora::Database.drop(), HLTConfigData.dump(), RPCLinkSynchroStat.dumpDelays(), EMap.EMap(), TowerBlockFormatter.EndEvent(), DTFineDelayCorr.endJob(), DTNoiseComputation.endJob(), DTAlbertoBenvenutiTask.endJob(), EEDaqInfoTask.endLuminosityBlock(), EEDataCertificationTask.endLuminosityBlock(), EEDcsInfoTask.endLuminosityBlock(), L1TRate.endLuminosityBlock(), L1TRate_Offline.endLuminosityBlock(), DTResolutionTest.endLuminosityBlock(), DTEfficiencyTest.endLuminosityBlock(), PCLMetadataWriter.endRun(), AlcaBeamMonitorClient.endRun(), HLTPrescaleRecorder.endRun(), EEDaqInfoTask.endRun(), EEDataCertificationTask.endRun(), EEDcsInfoTask.endRun(), MuonTrackResidualsTest.endRun(), ora::DatabaseUtilitySession.existsContainer(), cmsRelvalreportInput.expandHyphens(), fwlite::RecordWriter.fill(), CSCChamberIndexValues.fillChamberIndex(), CSCChamberMapValues.fillChamberMap(), CSCCrateMapValues.fillCrateMap(), CSCDDUMapValues.fillDDUMap(), MuonAlignment.fillGapsInSurvey(), ecaldqm.fillME(), SiPixelUtility.fillPaveText(), SiPixelHistoricInfoDQMClient.fillPerformanceSummary(), SiPixelHistoricInfoEDAClient.fillPerformanceSummary(), DTCompactMapWriter.fillReadOutMap(), cms::ClusterMTCCFilter.filter(), CSCDigiValidator.filter(), RPCRecHitFilter.filter(), ThePEG::ProxyBase.find(), lhef::LHEProxy.find(), SiPixelInformationExtractor.findNoisyPixels(), BeamMonitor.FitAndFill(), ora::Database.flush(), ValidationMatrix.get_clean_fileanames(), dqm_interfaces.DQMcommunicator.get_datasets_list(), HcalEmap.get_map(), EMap.get_map(), ValidationMatrix.get_roofiles_in_dir(), dqm_interfaces.DQMcommunicator.get_runs_list(), HcalLutManager.get_xml_files_from_db(), getCentralityFromFile(), SiPixelActionExecutor.getData(), cmsPerfPublish.getDirnameDirs(), HBHEHitMapOrganizer.getHPDs(), pos::PixelPortcardMap.getName(), RPCDBPerformanceHandler.getNewObjects(), popcon::EcalTPGWeightGroupHandler.getNewObjects(), PVFitter.getNPVsperBX(), HBHEHitMapOrganizer.getRBXs(), cmsPerfRegress.getTimingDiff(), ValidationMatrix.guess_params(), FWGeometryTableViewBase::FWViewCombo.HandleButton(), HLTCSCOverlapFilter.hltFilter(), HLTCSCRing2or3Filter.hltFilter(), trigger::HLTPrescaleTable.HLTPrescaleTable(), coral_bridge::AuthenticationCredentialSet.import(), cond::CredentialStore.importForPrincipal(), dataformats.indent(), tablePrinter.indent(), HcalChannelIterator.init(), SiStripDetCabling.IsInMap(), CSCDigitizer.layersMissing(), validateAlignments.main(), RPCFakeCalibration.makeCls(), XMLDocument.makeMaps(), RPCFakeCalibration.makeNoise(), SiPixelActionExecutor.mapMax(), SiPixelActionExecutor.mapMin(), CosmicMuonLinksProducer.mapTracks(), TrackClusterSplitter.markClusters(), pos::PixelPortcardMap.modules(), MuonProducer.MuonProducer(), cmsPerfRegress.newGraphAndHisto(), edm.operator||(), cmsPerfClient.optionparse(), cmsRelvalreportInput.optionparse(), cmsPerfSuite.PerfSuite.optionParse(), DTSegmentAnalysisTest.performClientDiagnostic(), RPCMonitorDigi.performSourceOperation(), QualityTester.performTests(), plotscripts.phiedges2c(), cond::PayLoadInspector< DataT >.plot(), SiStripInformationExtractor.plotHistosFromLayout(), cmsPerfPublish.populateFromTupleRoot(), pos::PixelPortcardMap.PortCardAndAOHs(), pos::PixelPortcardMap.portcards(), MatrixInjector.MatrixInjector.prepare(), SiPixelActionExecutor.prephistosB(), SiPixelActionExecutor.prephistosE(), DTDataIntegrityTask.preProcessEvent(), edm::service::RandomNumberGeneratorService.print(), L1GtBoard.print(), EcalTPCondAnalyzer.printEcalTPGFineGrainEBIdMap(), EcalTPCondAnalyzer.printEcalTPGLutIdMap(), SiStripActionExecutor.printShiftHistoParameters(), CkfDebugger.printSimHits(), SiPixelGainCalibrationAnalysis.printSummary(), EcalTPCondAnalyzer.printTOWEREE(), EcalTPCondAnalyzer.printWEIGHT(), linker.process(), cmsPerfSuiteHarvest.process_timesize_dir(), DOTExport.DotExport.processMap(), DTDigiToRawModule.produce(), magneticfield::AutoMagneticFieldESProducer.produce(), CandIsolatorFromDeposits.produce(), PFCandIsolatorFromDeposits.produce(), MuonProducer.produce(), DTFakeT0ESProducer.produce(), sistrip::FEDEmulatorModule.produce(), SecondaryVertexProducer.produce(), DIPLumiProducer.produceDetail(), DIPLumiProducer.produceSummary(), HcalEmap.read_map(), EMap.read_map(), SiStripInformationExtractor.readLayoutNames(), MatrixReader.MatrixReader.readMatrix(), SiStripDaqInfo.readSubdetFedFractions(), coral_bridge::AuthenticationCredentialSet.reset(), parsingRulesHelper.rulesParser(), ConversionTrackPairFinder.run(), CSCOverlapsAlignmentAlgorithm.run(), PVFitter.runBXFitter(), cmsPerfClient.runclient(), DTOccupancyTest.runOccupancyTest(), PFEGammaAlgo.RunPFEG(), MatrixRunner.MatrixRunner.runTests(), cmsPerfPublish.scanReportArea(), Selections.Selections(), plotscripts.set_palette(), ora::Database.setAccessPermission(), PFElectronAlgo.SetActive(), ecaldqm.setBinContentME(), ecaldqm.setBinEntriesME(), ecaldqm.setBinErrorME(), PFElectronAlgo.SetCandidates(), EcalSelectiveReadout.setElecMap(), PFElectronAlgo.SetIDOutputs(), PFElectronAlgo.SetLinks(), PFEGammaAlgo.SetLinks(), HcalBaseSignalGenerator.setParameterMap(), SiStripTrackerMapCreator.setTkMapFromAlarm(), EcalSelectiveReadoutSuppressor.setTriggerMap(), EcalSelectiveReadout.setTriggerMap(), edm::detail::CachedProducts.setup(), RecoTauValidation_cfi.SetYmodulesToLog(), MatrixReader.MatrixReader.showRaw(), MatrixReader.MatrixReader.showWorkFlows(), specificLumi.specificlumiTofile(), AlignmentMonitorBase.startingNewLoop(), runTheMatrix.stepOrIndex(), evf::FUEventProcessor.subWeb(), cond::PayLoadInspector< DataT >.summary(), HcalEmap_test.test_read_map(), EMap_test.test_read_map(), CommonUtil.transposed(), BeautifulSoup.BeautifulStoneSoup.unknown_starttag(), ZdcTestAnalysis.update(), FWLiteESRecordWriterAnalyzer.update(), cmsRelvalreportInput.writeCommands(), HcalLutManager.writeLutXmlFiles(), EcalDccWeightBuilder.writeWeightToAsciiFile(), EcalDccWeightBuilder.writeWeightToDB(), EcalDccWeightBuilder.writeWeightToRootFile(), DefaultFFTJetObjectFactory< AbsFFTSpecificScaleCalculator >.~DefaultFFTJetObjectFactory(), DefaultFFTJetRcdMapper< FFTPFJetCorrectorSequence >.~DefaultFFTJetRcdMapper(), HLTHiggsSubAnalysis.~HLTHiggsSubAnalysis(), lhef::LHEProxy.~LHEProxy(), and ThePEG::ProxyBase.~ProxyBase().
tuple Association.output = open(PROJECT_LOCATION+"/doc/html/index.html", "w") |
Definition at line 180 of file Association.py.
list Association.packageDocLinks = [] |
Definition at line 19 of file Association.py.
list Association.PROJECT_LOCATION = sys.argv[2] |
Definition at line 153 of file Association.py.
string Association.reason = "Failed during preparing treeview. " |
Definition at line 177 of file Association.py.
Referenced by stor::FileHandler.moveFileToClosed().
dictionary Association.refmanfiles = {} |
Definition at line 18 of file Association.py.
string Association.rowCssClass = "odd" |
Definition at line 246 of file Association.py.
list Association.SCRIPTS_LOCATION = sys.argv[3] |
Definition at line 154 of file Association.py.
string Association.SRC_DIR = PROJECT_LOCATION+"/src" |
Definition at line 156 of file Association.py.
tuple Association.treeHTML = treeTemplateHTML.replace("@TREE@", branchHTML) |
Definition at line 229 of file Association.py.
Definition at line 170 of file Association.py.