Classes | |
class | mseqdict |
class | MyUserList |
Functions | |
def | __delitem__ |
def | __init__ |
def | __repr__ |
def | __setitem__ |
def | __setslice__ |
def | append |
def | copy |
def | count |
def | filter |
def | map |
def | pop |
def | remove |
def | sort |
def | swap |
Variables | |
dict | |
list | |
def python.multivaluedict.__delitem__ | ( | self, | |
key | |||
) |
Definition at line 69 of file multivaluedict.py.
Referenced by BeautifulSoup.Tag._invert().
def python.multivaluedict.__init__ | ( | self, | |
List = [] , |
|||
Dict = {} |
|||
) |
Definition at line 23 of file multivaluedict.py.
Referenced by Types._Untracked.__getattr__(), argparse._AttributeHolder._get_args(), BeautifulSoup.Tag._invert(), EgammaHLTValidationUtils.getModuleNamesOfPath(), EgammaHLTValidationUtils.getModulesOfSequence(), svgfig.load_stream(), circuitry.plotSequences(), SequenceTypes.TestModuleCommand.testInsertInto(), Mixins.testMixins.testLargeList(), Config.TestModuleCommand.testProcessExtend(), and SequenceTypes.TestModuleCommand.testVisitor().
def python.multivaluedict.__repr__ | ( | self | ) |
def python.multivaluedict.__setitem__ | ( | self, | |
key, | |||
value | |||
) |
Definition at line 53 of file multivaluedict.py.
Referenced by BeautifulSoup.Tag._invert().
def python.multivaluedict.__setslice__ | ( | self, | |
start, | |||
stop, | |||
newdict | |||
) |
def python.multivaluedict.append | ( | self, | |
key, | |||
value | |||
) |
Definition at line 73 of file multivaluedict.py.
Referenced by cmsPerfSuiteHarvest._eventContent_DEBUG(), Vispa.Main.SplitterTab.SplitterToolBar.addWidgetToSection(), ModuleToSequenceAssign.assignModulesToSeqs(), lumiCalcAPI.beamForIds(), lumiCalcAPI.beamForRange(), lumiQueryAPI.beamIntensityForRun(), JetCorrectorDBWriter.beginJob(), confdb.buildOptions(), bookConverter.compute(), pat::TauJetCorrFactors.correctionLabelString(), pat::JetCorrFactors.correctionLabelString(), plotscripts.corrections2D(), HcalLutManager.create_lut_loader(), XMLLUTLoader.createLoader(), XMLHTRPatternLoader.createLoader(), validateAlignments.createMergeScript(), validateAlignments.createParallelMergeScript(), plotscripts.curvatureDTsummary(), plotscripts.DBdiff(), lumiCalcAPI.deliveredLumiForIds(), cfg-viewer.doModules(), dqmCopyRecursively(), PrintMaterialBudgetInfo.dumpElementMassFraction(), TauDQMHistEffProducer.endRun(), TauDQMHistPlotter.endRun(), SequenceTypes._CopyAndExcludeSequenceVisitorOld.enter(), SequenceTypes._MutatingSequenceVisitor.enter(), cfg-viewer.visitor.enter(), cmsPerfSuiteHarvest.exportIgProfReport(), cmsPerfSuiteHarvest.exportMemcheckReport(), cmsPerfSuiteHarvest.exportTimeSizeJob(), dataDML.fillInRange(), dataDML.fillrunMap(), EgammaHLTValidationUtils.findEgammaPaths(), gen::Py8EGun.generatePartonsAndHadronize(), gen::Py8JetGun.generatePartonsAndHadronize(), gen::Py8PtGun.generatePartonsAndHadronize(), Association.generateTree(), web.app_utils.get_folders(), o2o.get_iovs(), web.app_utils.get_release_summary_stats(), o2o.get_tags(), HcalQIEManager.getHfQieTable(), BeamSpotWorkflow.getListOfRunsAndLumiFromDBS(), specificLumi.getSpecificLumi(), PrintRecoObjects.getString(), HcalQIEManager.getTableFromDb(), histoStyle.graphProducer(), python.cacheconfigParser.cacheconfigParser.handleFrontierConnect(), cacheconfigParser.cacheconfigParser.handleFrontierConnect(), lumiCalcAPI.hltForIds(), lumiCalcAPI.hltpathsForRange(), generateEDF.loadEvents(), VarParsing.VarParsing.loadFromFile(), checkRuns.main(), main(), utils_v2.make_file_pairs(), utils.make_files_pairs(), EnablePSetHistory.new__place(), EnablePSetHistory.new__placeLooper(), EnablePSetHistory.new__placeService(), EnablePSetHistory.new__placeSource(), EnablePSetHistory.new_addAction(), EnablePSetHistory.new_setLooper_(), EnablePSetHistory.new_setSchedule_(), python.rootplot.rootmath.newadd(), FileReaderDDU.open(), FileReaderDCC.open(), parserPerfsuiteMetadata.parserPerfsuiteMetadata.parseAllOtherTests(), matplotRender.matplotRender.plotPeakPerday_Time(), matplotRender.matplotRender.plotPerdayX_Time(), matplotRender.matplotRender.plotSumX_Fill(), matplotRender.matplotRender.plotSumX_Run(), matplotRender.matplotRender.plotSumX_Time(), MatrixInjector.MatrixInjector.prepare(), bookConverter.priorities(), parserTimingReport.processModuleTimeLogData(), CommonMethods.readBeamSpotFile(), python.readProv.filereader.readfile(), lumiQueryAPI.runsByfillrange(), BeamSpotWorkflow.selectFilesToProcess(), VarParsing.VarParsing.setDefault(), specificLumi.specificlumiTofile(), python.CommonUtils.tagInTrees(), DictTypes.TestDictTypes.testFixedKeysDict(), lumiReport.toScreenLSEffective(), lumiReport.toScreenLSTrg(), lumiReport.toScreenLumiByLS(), lumiReport.toScreenTotEffective(), lumiCalcAPI.trgForIds(), queryDataSource.trgFromOldLumi(), dataDML.trgLSById(), Vispa.Gui.VispaWidget.TextField.truncate(), and lumiQueryAPI.validation().
def python.multivaluedict.copy | ( | self | ) |
Definition at line 99 of file multivaluedict.py.
References python.multivaluedict.map().
def python.multivaluedict.count | ( | self, | |
value | |||
) |
Definition at line 102 of file multivaluedict.py.
References python.multivaluedict.map().
def python.multivaluedict.filter | ( | self, | |
function, | |||
filtervalues = 0 |
|||
) |
Definition at line 105 of file multivaluedict.py.
def python.multivaluedict.map | ( | self, | |
function, | |||
mapvalues = 2 |
|||
) |
Definition at line 125 of file multivaluedict.py.
Referenced by python.multivaluedict.copy(), and python.multivaluedict.count().
def python.multivaluedict.pop | ( | self, | |
key = '...None' , |
|||
value = '...None' |
|||
) |
Definition at line 139 of file multivaluedict.py.
Referenced by electronDataDiscovery.common_search(), python.rootplot.utilities.Hist.delete_bin(), and EmDQMPostProcessor.endRun().
def python.multivaluedict.remove | ( | self, | |
key, | |||
value = '...None' |
|||
) |
Definition at line 155 of file multivaluedict.py.
References getHLTprescales.index.
Referenced by HiCoreTools._removeMCMatchingForPATObject(), BTagDifferentialPlot.bookHisto(), EtaPtBin.buildDescriptionString(), ValidationMatrix_v2.ReleaseComparison.compare(), customizeTrackingMonitorSeedNumber.customise_trackMon_IterativeTracking_PHASE1(), customizeTrackingMonitorSeedNumber.customise_trackMon_IterativeTracking_PHASE1PU140(), customizeTrackingMonitorSeedNumber.customise_trackMon_IterativeTracking_PHASE1PU70(), AlignmentParameterBuilder.decodeParamSel(), ClusterSummary.PrepairGenericVariable(), HiHelperTools.removeIfInSequence(), helpers.removeIfInSequence(), own_ptr< std::ifstream >.reset(), Vispa.Views.LineDecayView.LineDecayContainer.select(), gen::Pythia6Service.setSLHAFromHeader(), HiCoreTools.RemoveMCMatching.toolCode(), HiCoreTools.RemoveSpecificPATObjects.toolCode(), HiCoreTools.RemoveCleaning.toolCode(), and XMLDocument.~XMLDocument().
def python.multivaluedict.sort | ( | self, | |
func1 = None , |
|||
func2 = None |
|||
) |
Definition at line 161 of file multivaluedict.py.
References apply().
Referenced by fastjet::BackgroundEstimator._compute(), edm::DetSetVector< T >._sort(), SiStripQuality.add(), CSCStripElectronicsSim.addCrosstalk(), EgHLTOfflineSource.addEleTrigPath(), SiStripDetCabling.addFromSpecificConnection(), BetaCalculatorRPC.addInfoToCandidate(), BetaCalculatorECAL.addInfoToCandidate(), BeamHaloNavigationSchool.addInward(), FastL1GlobalAlgo.addJet(), EgHLTOfflineSource.addPhoTrigPath(), stor::SMWebPageHelper.addResourceBrokerList(), BetaCalculatorRPC.algo(), AlignableExtras.alignmentErrors(), AlignableCSCEndcap.alignmentErrors(), AlignableDTBarrel.alignmentErrors(), AlignableMuon.alignmentErrors(), AlignableTracker.alignmentErrors(), AlignableExtras.alignments(), AlignableCSCEndcap.alignments(), AlignableDTBarrel.alignments(), AlignableMuon.alignments(), AlignableTracker.alignments(), TTUTrackingAlg.alignTracks(), ora::AllKnowTypeHandlers.AllKnowTypeHandlers(), SiStripLatency.allLatencies(), SiStripLatency.allModes(), SiStripLatency.allUniqueLatencyAndModes(), ApvLatencyAlgorithm.analyse(), FedTimingAlgorithm.analyse(), ApvTimingAlgorithm.analyse(), FastFedCablingAlgorithm.analyse(), DaqScopeModeAlgorithm.analyse(), HLTTauDQMCaloPlotter.analyze(), CMSDAS11DijetAnalyzer.analyze(), HLTTauDQML1Plotter.analyze(), TtSemiLepSignalSelMVATrainer.analyze(), EmDQM.analyze(), HLTOniaSource.analyze(), CSCTFanalyzer.analyze(), PFCandidateChecker.analyze(), VVVValidation.analyze(), DTT0CalibrationNew.analyze(), DrellYanValidation.analyze(), WValidation.analyze(), LHEAnalyzer.analyze(), HLTAlCaMonPi0.analyze(), DQMSourcePi0.analyze(), QcdUeDQM.analyze(), HeavyFlavorValidation.analyze(), PhotonValidator.analyze(), L1RCTTestAnalyzer.analyze(), TestTrackHits.analyze(), HLTMuonPlotter.analyze(), TestOutliers.analyze(), SusyDQM< Mu, Ele, Jet, Met >.analyze(), SiStripFEDMonitorPlugin.analyze(), HLTAlCa.analyze(), HLTHiggsSubAnalysis.analyze(), HLTEgamma.analyze(), EmDQMReco.analyze(), HLTJets.analyze(), L1TCompare.analyze(), HLTMuon.analyze(), HLTInfo.analyze(), PhotonAnalyzer.analyze(), ZToMuMuGammaAnalyzer.analyze(), JetTagMVATreeTrainer.analyze(), EventShape.aplanarity(), FFTJetCorrectionProducer.applyCorrections(), MuonAssociatorByHits.associateRecoToSimIndices(), MuonAssociatorByHits.associateSimToRecoIndices(), NuclearVertexBuilder.build(), SiStripFedCablingBuilderFromDb.buildFecCablingFromDevices(), reco::FlavorHistoryEvent.cache(), Averages.calc(), HcalHaloAlgo.Calculate(), JetPartonMatching.calculate(), EcalHaloAlgo.Calculate(), TT6CommonModeCalculator.calculateCMSlope(), MedianCommonModeCalculator.calculateCommonMode(), TT6ApvMask.calculateMask(), HBHEPulseShapeFlagSetter.CalculateRMS8Max(), HcalNoiseMonitor.CalculateRMS8Max(), EcalHitMaker.cellLine(), HcalLogicalMap.checkElectronicsHashIds(), EmDQM.checkGeneratedParticlesRequirement(), HcalLogicalMap.checkHashIds(), AlignmentTwoBodyDecayTrackSelector.checkMass(), AlignmentTwoBodyDecayTrackSelector.checkMETMass(), reco::helper::JetIDHelper.classifyJetComponents(), reco::helper::JetIDHelper.classifyJetTowers(), TrajectorySegmentBuilder.cleanCandidates(), CaloSD.cleanHitCollection(), TrackCleaner.cleanTracks(), HFClusterAlgo.clusterize(), CombinationGenerator< T >.combinations(), PVFitter.compressStore(), DeDxDiscriminatorProducer.ComputeDiscriminator(), MuonResidualsFitter.computeHistogramRangeAndBinning(), PileupJetIdAlgo.computeIdVariables(), PFTauElementsOperators.computeInsideOutContents(), APVShot.computeShot(), MuonResidualsFitter.correctBField(), reco::modules::CosmicTrackSplitter.CosmicTrackSplitter(), L1TGT.countPfsIndicesPerLs(), sistrip::DetSetVectorFiller< T, dsvIsSparse >.createDetSetVector(), SiStripMonitorMuonHLT.createMEs(), TrackerGeometryCompare.createROOTGeometry(), MultiVertexFitter.createSeed(), ClusterShape.determineShape(), ESDataFormatterV4.DigiToRaw(), PFRecoTauDiscriminationByFlight.discriminate(), JetBProbabilityComputer.discriminator(), cscdqm::StripClusterFinder.DoAction(), EgammaRecHitIsolation.doFlagChecks(), OutsideInMuonSeeder.doLayer(), EgammaRecHitIsolation.doSeverityChecks(), CSCValidation.doTimeMonitoring(), CastorDbASCIIIO.dumpCastorSingleFloatObject(), CastorDbASCIIIO.dumpCastorSingleIntObject(), dumpHcalMatrixObject(), dumpHcalObject(), dumpHcalSingleFloatObject(), dumpHcalSingleIntObject(), pat::helper::EfficiencyLoader.EfficiencyLoader(), EmDQM.endRun(), EcalClusterTools.energyBasketFractionEta(), EcalClusterTools.energyBasketFractionPhi(), ExpressionVariable< Object, label >.eval(), EventShape.EventShape(), HLTConfigData.extract(), pftools::SpaceManager.extractEvolution(), MuonDetLayerMeasurements.fastMeasurements(), SimG4HcalValidation.fetchHits(), FFTJetDijetFilter.FFTJetDijetFilter(), FFTJetProducer.FFTJetProducer(), FFTJetTreeDump.FFTJetTreeDump(), VpspScanTask.fill(), PedestalsTask.fill(), PedsFullNoiseTask.fill(), MuonIdProducer.fillArbitrationInfo(), HcalTB06Analysis.fillBuffer(), HcalTB04Analysis.fillBuffer(), HcalDigitizerImpl.fillCells(), HcalGeometry.fillDetIds(), CSCSegmentValidation.fillEfficiencyPlots(), FastL1GlobalAlgo.FillEgammas(), FastL1GlobalAlgo.FillEgammasTP(), HcalTestHistoClass.fillHits(), SiStripQualityDQM.fillMEsForLayer(), FWHLTValidator.fillOptions(), FWGeoMaterialValidator.fillOptions(), pat::helper::BasicOverlapTest.fillOverlapsForItem(), TkAlCaRecoMonitor.fillRawIdMap(), QcdLowPtDQM.fillTracklets(), ProbeTreeProducer.filter(), FFTJetDijetFilter.filter(), reco::tau.filterPFCandidates(), BinomialNoncentralInterval< FeldmanCousinsSorter >.find_rho_set(), DivisiveClusterizer1D< T >.findCandidates(), pixeltemp::DivisiveClusterizer1D< T >.findCandidates(), MuonCkfTrajectoryBuilder.findCompatibleMeasurements(), CkfTrajectoryBuilder.findCompatibleMeasurements(), SiStripElectronAlgo.findElectron(), sistrip::SpyUtilities.findMajorityValue(), NuclearInteractionFinder.findMeasurementsFromTSOS(), reco.findMethod(), FFTJetPFPileupCleaner.findSomeVertexWFakes(), CMSMidpointAlgorithm.findStableConesFromMidPoints(), DivisiveVertexFinder.findVertexesAlt(), sistrip::MeanAndStdDev.fit(), FixedGridEnergyDensity.fixedGridRho(), MuonSlaveSD.format(), FWExpressionValidator.FWExpressionValidator(), RPCTBGhostBuster.gBEta(), RPCTBGhostBuster.gBPhi(), VertexClassifier.genPrimaryVertices(), TrackClassifier.genPrimaryVertices(), NonPropagatingDetMeasurements.get(), SiStripDetCabling.getActiveDetectorsContiguousIds(), egHLT::trigTools.getActiveFilters(), SiStripDetCabling.getAllDetectorsContiguousIds(), SiPixelQuality.getBadRocs(), SimG4HcalHitJetFinder.getClusters(), HcalQie.getCode(), RPCSeedrecHitFinder.getdeltaPhifromrecHits(), dRxyCalculator.getDRxy(), L2TauModularIsolationProducer.getECALHits(), L2TauNarrowConeIsolationProducer.getECALHits(), stor::RegistrationCollection.getEventConsumers(), L2TauModularIsolationProducer.getHCALHits(), L2TauNarrowConeIsolationProducer.getHCALHits(), MeasurementTrackerImpl.getInactiveStrips(), ESElectronicsMapper.GetListofFEDs(), SiStripFEDMonitorPlugin.getMajority(), L2TauModularIsolationProducer.getPFClusters(), smproxy::DataRetrieverMonitorCollection.getStatsByEventTypesPerConnection(), HcalDDDGeometry.getValidDetIds(), CaloSubdetectorGeometry.getValidDetIds(), CaloGeometryHelper.getWindow(), TTUTrackingAlg.ghostBuster(), GroupedCkfTrajectoryBuilder.groupedLimitedCandidates(), LayerMeasurements.groupedMeasurements(), MuonDetLayerMeasurements.groupedMeasurements(), MuonSeedCleaner.GroupSeeds(), PlotMakerL1.handleObjects(), PlotMakerReco.handleObjects(), HBHEPulseShapeFlagSetter.HBHEPulseShapeFlagSetter(), HBHETimeProfileStatusBitSetter.hbheSetTimeFlagsFromDigi(), HcalLaserEventFilter2012.HcalLaserEventFilter2012(), reco::HcalNoiseInfoProducer.HcalNoiseInfoProducer(), HLTEgammaDoubleEtPhiFilter.hltFilter(), HLTEgammaDoubleEtFilter.hltFilter(), HLTJetSortedVBFFilter< T >.hltFilter(), HLTRPCTrigNoSyncFilter.hltFilter(), HLTHcalMETNoiseCleaner.HLTHcalMETNoiseCleaner(), HLTHcalMETNoiseFilter.HLTHcalMETNoiseFilter(), HLTHcalTowerNoiseCleaner.HLTHcalTowerNoiseCleaner(), HybridClusterAlgo.HybridClusterAlgo(), HSCPHLTFilter.IncreasedTreshold(), HSCPValidator.IncreasedTreshold(), MSLayersAtAngle.init(), SiStripHashedDetId.init(), lhef::LHERunInfo.init(), DTClusterer.initHits(), DDG4ProductionCuts.initialize(), MuonAlignmentFromReference.initialize(), PixelUnpackingRegions.initialize(), npstat::GridAxis.initialize(), KalmanAlignmentAlgorithm.initializeAlignmentParameters(), MuonHOAcceptance.initIds(), DreamSD.initMap(), VirtualJetProducer.inputTowers(), SiPixelQuality.IsModuleBad(), SiPixelQuality.IsModuleUsable(), SiPixelQuality.IsRocBad(), SimG4HcalValidation.jetAnalysis(), JetCorrectorParameters.JetCorrectorParameters(), JetTagMVATrainer.JetTagMVATrainer(), JetTagMVATreeTrainer.JetTagMVATreeTrainer(), FWCompactVerticalLayout.Layout(), CkfTrajectoryBuilder.limitedCandidates(), PixelEndcapLinkMaker.links(), PixelBarrelLinkMaker.links(), PFECALSuperClusterAlgo.loadAndSortPFClusters(), OptoScanTask.locateTicks(), SMS.location(), EnergyLossPlain.logTruncate(), ls_cert_type(), main(), Multi5x5ClusterAlgo.mainSearch(), PFTauDiscriminants::PFTauDiscriminantManager.mainTrack(), HFClusterAlgo.makeCluster(), IslandClusterAlgo.makeClusters(), CosmicClusterAlgo.makeClusters(), Multi5x5ClusterAlgo.makeClusters(), HybridClusterAlgo.makeClusters(), EgammaHLTNxNClusterProducer.makeNxNClusters(), PiZeroAnalyzer.makePizero(), JetMaker.makeSpecific(), reco.makeSpecific(), HybridClusterAlgo.makeSuperClusters(), lhef::JetMatchingMLM.match(), SiStripRecHitConverterAlgorithm.match(), btag::Matching< Delta >.match(), lhef::Matching< Delta >.match(), HLTEgammaDoubleLegCombFilter.matchCands(), JetPartonMatching.matchingMinSumDist(), JetPartonMatching.matchingPtOrderedMinDist(), JetPartonMatching.matchingTotalMinDist(), MatcherByPullsAlgorithm.matchMany(), fftjetcms.matchOneToOne(), MuonDetLayerMeasurements.measurements(), MuonResidualsTwoBin.median(), TrackMerger.merge(), merge(), Multi5x5ClusterAlgo.Multi5x5ClusterAlgo(), SequentialCombinationGenerator< T >.next_combi(), npstat::NUHistoAxis.NUHistoAxis(), reco::tau::RecoTauBuilderCombinatoricPlugin.operator()(), reco::tau::RecoTauPhotonFilter.operator()(), lhef::JetInput.operator()(), CATopJetHelper.operator()(), MtvClusterizer1D< T >.operator()(), rpcrawtodigi::DebugDigisPrintout.operator()(), FsmwClusterizer1D< T >.operator()(), OutermostClusterizer1D< T >.operator()(), TtHadLRSignalSelObservables.operator()(), TtSemiLRSignalSelObservables.operator()(), edm::dslv::LazyAdapter< T >.operator()(), EnergyLossPlain.optimal(), fireworks::OptionNode.options(), L1TLSBlock.orderTestDoubleList(), L1TLSBlock.orderTestIntList(), PFTauDiscriminants::PFTauDiscriminantManager.outlierObjectsSortedByDR(), PFTauDiscriminants::PFTauDiscriminantManager.outlierObjectsSortedByPt(), perftools::EdmEventSize.parseFile(), reco::tau.pfCandidates(), reco::tau.pfChargedCands(), CmsTrackerDiskBuilder.PhiPosNegSplit_innerOuter(), SiPixelTemplateReco.PixelTempReco2D(), SiPixelTemplateSplit.PixelTempSplit(), EventShape.planarity(), GctErrorAnalyzer.plotIntJets(), edm::AssociationMap< edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double > >.post_insert(), edm::SortedCollection< T, SORT >.post_insert(), edm::DetSetVector< T >.post_insert(), PFMuonAlgo.postClean(), precomputed_value_sort(), QuickTrackAssociatorByHits.prepareCluster2TPMap(), MultiTrajectoryStateAssembler.prepareCombinedState(), fireworks.prepareTrack(), SiStripConfigDb.printAnalysisDescriptions(), SiStripConfigDb.printDeviceDescriptions(), SiStripConfigDb.printFedConnections(), SiStripConfigDb.printFedDescriptions(), CkfDebugger.printSimHits(), PlotSimTracks.printSimTracks(), MagGeoBuilderFromDDD::volumeHandle.printUniqueNames(), L1GctElectronFinalSort.process(), L1GctElectronSorter.process(), helper::ClusterStorer.processClusters(), DDLSpecPar.processElement(), PixelVertexProducerMedian.produce(), SeedGeneratorFromProtoTracksEDProducer.produce(), HIPixelMedianVtxProducer.produce(), CandOneToManyDeltaRMatcher.produce(), L2TauJetsMerger.produce(), BtoCharmDecayVertexMerger.produce(), SimHitTPAssociationProducer.produce(), FWRecoGeometryESProducer.produce(), TtFullLepKinSolutionProducer.produce(), OtherObjectVariableComputer< T >.produce(), pat::PATGenCandsFromSimTracksProducer.produce(), L3TkMuonProducer.produce(), cms::JetCorrectionProducer< T >.produce(), InputGenJetsParticleSelector.produce(), WMuNuProducer.produce(), ReducedRecHitCollectionProducer.produce(), DeDxEstimatorProducer.produce(), DeDxEstimatorProducerPixelTripplet.produce(), pat::GenPlusSimParticleProducer.produce(), pat::PATPhotonProducer.produce(), HLTJetCollForElePlusJets< T >.produce(), pat::PATGenericParticleProducer.produce(), RecoTauProducer.produce(), pat::PATMuonProducer.produce(), pat::PATPFParticleProducer.produce(), pat::PATJetProducer.produce(), InterestingDetIdCollectionProducer.produce(), RecoTauCleanerImpl< Prod >.produce(), pat::PATTauProducer.produce(), PrimaryVertexProducer.produce(), pat::PATElectronProducer.produce(), FFTJetPileupProcessor.produce(), reco::PhysObjectMatcher< C1, C2, S, D, Q >.produce(), RPCTechnicalTrigger.produce(), FastPrimaryVertexProducer.produce(), FFTJetProducer.produce(), SiStripElectronAlgo.projectPhiBand(), PixelDigiCollection.put(), SiStripClusterCollection.put(), DigiCollectionFP420.put(), ClusterCollectionFP420.put(), RecoCollectionFP420.put(), TrackCollectionFP420.put(), ClusterCollectionFP420.putclear(), TrackCollectionFP420.putclear(), RecoCollectionFP420.putclear(), DigiCollectionFP420.putclear(), BeamHaloNavigationSchool.reachableFromHorizontal(), RecHitsSortedInPhi.RecHitsSortedInPhi(), pftools::Calibratable.recompute(), TrajectorySegmentBuilder.redoMeasurements(), SiStripPsuDetIdMap.RemoveDuplicateDetIDs(), SiStripDetVOffBuilder.removeDuplicates(), L1MuonSeedsMerger.resolve(), SiStripPsuDetIdMap.retrieveDcuDeviceAddresses(), AdaptiveVertexFitter.reWeightTracks(), CSCTFMuonSorter.run(), RPCTCGhostBusterSorter.run(), CMSIterativeConeAlgorithm.run(), CMSInsideOutAlgorithm.run(), CSCCathodeLCTProcessor.run(), CATopJetAlgorithm.run(), CSCStripElectronicsSim.runComparator(), RPCFinalSorter.runFinalSorter(), RPCHalfSorter.runHalf(), PATPrimaryVertexSelector.select(), SortCollectionSelector< InputCollection, Comparator, OutputCollection, StoreContainer, RefAdder >.select(), SiStripBaseCondObjDQM.selectModules(), SequentialCombinationGenerator< T >.SequentialCombinationGenerator(), LaserAlignmentEventFilter.set_las_fed_ids(), LaserAlignmentEventFilter.set_las_signal_ids(), HDQMInspector.setBlackList(), lhef::JetInput.setExcludedFromResonances(), lhef::JetInput.setExcludedResonances(), InputGenJetsParticleSelector.setExcludeFromResonancePids(), FWTriggerTableView.setFrom(), FWTableView.setFrom(), lhef::JetInput.setIgnoredParticles(), InputGenJetsParticleSelector.setIgnoredParticles(), FWExpressionValidator.setType(), HDQMInspector.setWhiteList(), FWECALDetailViewBuilder.showSuperClusters(), PFTauDiscriminants::PFTauDiscriminantManager.signalObjectsSortedByDR(), PFTauDiscriminants::PFTauDiscriminantManager.signalObjectsSortedByPt(), SiStripDetWithSomething< T >.SiStripDetWithSomething(), cond::SmallWORMDict.SmallWORMDict(), CastorCalibrationsSet.sort(), StringMap.sort(), HcalCalibrationWidthsSet.sort(), HcalCalibrationsSet.sort(), CastorCalibrationWidthsSet.sort(), egHLT::ComCodes.sort(), CastorRawGains.sort(), HcalRawGains.sort(), HcalDQMChannelQuality.sort(), CaloRecHitMetaCollectionFast.sort(), CSCMuonPortCard.sort(), egHLT::TrigCodes::TrigBitSetMap.sort(), edm::OneToManyWithQualityGeneric< TrackingParticleCollection, edm::View< reco::Track >, double >.sort(), edm::DataFrameContainer.sort(), edm::OwnArray< T, MAX_SIZE, P >.sort(), edm::SortedCollection< T, SORT >.sort(), popcon::PopConSourceHandler< CastorPedestals >.sort(), edm::OwnVector< T, P >.sort(), edm.sort_all(), perftools::EdmEventSize.sortAlpha(), reco::tau::RecoTauConstructor.sortAndCopyIntoTau(), HcalDcsMap.sortByDcsId(), HcalElectronicsMap.sortById(), HcalDcsMap.sortById(), CastorElectronicsMap.sortById(), HcalElectronicsMap.sortByTriggerId(), CastorElectronicsMap.sortByTriggerId(), DTOccupancyClusterBuilder.sortClusters(), DEcompare< T >.SortCollections(), evf::iDie::sorted_indices.sorted_indices(), PrimaryVertexSorter.sortedList(), PartitionGenerator.sortedPartitions(), CaloDigiCollectionSorter.sortedVector(), edm::IndexIntoFile.sortEventEntries(), edm::IndexIntoFile.sortEvents(), RecHitSorter.sortHits(), L1GlobalCaloTrigger.sortInputData(), HcalDcsValues.sortList(), cond::IOVSequence.sortMe(), CmsTrackerPetalBuilder.sortNS(), CmsTrackerPanelBuilder.sortNS(), CmsTrackerLadderBuilder.sortNS(), CmsTrackerSubStrctBuilder.sortNS(), TauTagTools.sortRefVectorByPt(), sortTrajectoryMeasurements(), DDStreamer.specs_read(), EventShape.sphericity(), CMSMidpointAlgorithm.splitAndMerge(), SimpleNavigationSchool.splitForwardLayers(), XHistogram.splitSegment(), DTDigitizer.storeDigis(), Alignable.surfaceDeformations(), TrackerGeometryCompare.surveyToTracker(), ParticleReplacerClass.testEvent(), AlignmentMuonSelector.theBestMassPairCombinationMuons(), AlignmentMuonSelector.theNHighestPtMuons(), CalibrationTrackSelector.theNHighestPtTracks(), AlignmentTrackSelector.theNHighestPtTracks(), EgammaHadTower.towersOf(), TrackerStablePhiSort(), reco::modules::TrackerTrackHitFilter.TrackerTrackHitFilter(), QcdLowPtDQM.trackletVertexUnbinned(), SETFilter.transform(), egHLT::trigTools.translateFiltersToPathNames(), HLTScalersClient::CountLSFifo_t.trim_(), SimpleCosmicBONSeeder.triplets(), EnergyLossPlain.truncate(), TtFullHadSignalSel.TtFullHadSignalSel(), EcalRawToRecHitRoI.unique(), sistrip::RawToDigiUnpacker.update(), MeasurementTrackerImpl.updatePixels(), ValidHitPairFilter.ValidHitPairFilter(), PFBenchmarkAlgo.vector_sort(), AdaptiveVertexFitter.vertex(), PrimaryVertexProducerAlgorithm.vertices(), MuonsGrabber.writeDataForRelativeBX(), SubsystemNeutronWriter.writeHits(), LaserSorter.writeIndexTable(), FFTJetProducer.writeJets(), writeProfileData(), and ZdcHitReconstructor.ZdcHitReconstructor().
def python.multivaluedict.swap | ( | self | ) |
Definition at line 170 of file multivaluedict.py.
python.multivaluedict.dict |
Definition at line 25 of file multivaluedict.py.
Referenced by Mixins._TypedParameterizable.__findDefaultsFor(), svgfig.CurveAxis.__init__(), argparse.ArgumentError.__str__(), python.rootplot.argparse.ArgumentError.__str__(), argparse.HelpFormatter._expand_help(), python.rootplot.argparse.HelpFormatter._expand_help(), argparse.HelpFormatter._format_text(), python.rootplot.argparse.HelpFormatter._format_text(), argparse.HelpFormatter._format_usage(), python.rootplot.argparse.HelpFormatter._format_usage(), argparse._ActionsContainer._get_optional_kwargs(), python.rootplot.argparse._ActionsContainer._get_optional_kwargs(), argparse._ActionsContainer._get_positional_kwargs(), python.rootplot.argparse._ActionsContainer._get_positional_kwargs(), Config.Process._sequencesInDependencyOrder(), svgfig.canvas(), alignmentValidation.createCanvasToIDList(), Vispa.Gui.VispaWidget.VispaWidget.defineDistances(), dqmpset.dqmpaths(), dqmpset.dqmpset(), Config.Process.extend(), helpers.extendWithPostfix(), helper.findEDAnalyzers(), helper.findEDFilters(), helper.findEDProducers(), helper.findModules(), cms.generate(), web.app_utils.get_directory_summary_stats(), web.app_utils.get_folders(), web.app_utils.get_release_summary_stats(), specificLumi.getFillFromDB(), confdb.HLTProcess.getRawConfigurationFromDB(), specificLumi.getSpecificLumi(), mpl_axes_hist_fix.hist(), utils_v2.make_file_pairs(), utils.make_files_pairs(), Types.makeCppPSet(), Mixins._Parameterizable.parameters_(), python.rootplot.core.parse_arguments(), svgfig.pathtoPath(), matplotRender.matplotRender.plotInst_RunLS(), matplotRender.matplotRender.plotPeakPerday_Time(), matplotRender.matplotRender.plotSumX_Fill(), matplotRender.matplotRender.plotSumX_Run(), matplotRender.matplotRender.plotSumX_Time(), cmsPerfSuiteHarvest.process_igprof_dir(), cmsPerfSuiteHarvest.process_memcheck_dir(), cmsPerfSuiteHarvest.process_timesize_dir(), HTMLExport.HTMLExport.produce(), utils_v2.recursive_search_online(), python.rootplot.core.rootplot(), cond::Utilities.run(), geometryXMLtoCSV.ContentHandler.startElement(), geometryXMLparser.MuonGeometry.startElement(), and SequenceTypes.TestModuleCommand.testResolve().
python.multivaluedict.list |
Definition at line 24 of file multivaluedict.py.