Variables | |
string | baseclass = r"\b(edm::)?(one::|stream::|global::)?((DQM)?(Global|One)?ED(Producer|Filter|Analyzer|(IterateNTimes|NavigateEvents)?Looper)(Base)?|impl::(ExternalWork|Accumulator|RunWatcher|RunCacheHolder)|FromFiles|ProducerSourceBase|OutputModuleBase|InputSource|ProducerSourceFromFiles|ProducerBase|PuttableSourceBase|OutputModule|RawOutput|RawInputSource|impl::RunWatcher<edm::one::EDProducerBase>|impl::EndRunProducer<edm::one::EDProducerBase>|DQMEDHarvester|AlignmentProducerBase|BMixingModule|TrackProducerBase|cms::CkfTrackCandidateMakerBase|CallEndRunProduceImpl|CallGlobalImpl|impl::makeGlobal|impl::makeStreamModule|impl::EndRunProducer)\b" |
tuple | baseclassre = re.compile(baseclass) |
tuple | callstacks = set() |
tuple | cs = str("") |
tuple | csset = set(callstacks) |
tuple | dirs = v.split('|') |
string | epf = 'edm::eventsetup::EventSetupRecord::get<class edm::ESHandle<class CaloTPGTranscoder>>(edm::ESHandle<CaloTPGTranscoder> &) const' |
tuple | epfuncre = re.compile(r"edm::eventsetup::EventSetupRecord::deprecated_get<") |
tuple | epfuncs = set() |
string | f = 'edm::eventsetup::EventSetupRecord::get<class edm::ESHandle<class CaloTopology>>(const std::string &, class edm::ESHandle<class CaloTopology> &) const' |
tuple | farg = re.compile(r"\(.*?\)") |
tuple | fields = line.split("'") |
string | function = '(anonymous namespace in /src/RecoTracker/TkHitPairs/plugins/HitPairEDProducer.cc)::Impl<(anonymous namespace)::ImplSeedingHitSets, (anonymous namespace)::DoNothing, (anonymous namespace)::RegionsLayersSeparate>::produce(const _Bool, edm::Event &, const edm::EventSetup &);' |
string | function2 = 'HitPairEDProducer::produce(edm::Event &, const edm::EventSetup &);' |
string | g = 'edm::eventsetup::EventSetupRecord::deprecated_get<class edm::ESHandle<class HcalDDDSimConstants>>(const char *, class edm::ESHandle<class HcalDDDSimConstants> &) const' |
tuple | G = nx.DiGraph() |
string | g2 = 'edm::eventsetup::EventSetupRecord::deprecated_get<class edm::ESHandle<class HcalDDDSimConstants>>(class edm::ESHandle<class HcalDDDSimConstants> &) const' |
tuple | getfuncre = re.compile(r"edm::eventsetup::EventSetupRecord::get<") |
string | h = 'edm::eventsetup::EventSetupRecord::get<class edm::ESHandle<class CaloTPGTranscoder>>(class edm::ESHandle<class CaloTPGTranscoder> &) const' |
tuple | key = tmpl.split(topfuncre.split(cs)[0]) |
tuple | m = vre.search(function) |
tuple | m2 = vre.search(function2) |
tuple | module = k.split('|') |
tuple | module2package = dict() |
tuple | p = json.load(j) |
list | package = dirs[0] |
tuple | previous = str("") |
tuple | r = open('eventsetuprecord-get.yaml', 'w') |
string | regex_str = r'\b%s\b' |
tuple | report = dict() |
tuple | skipfunc = re.compile(r"TGraph::IsA\(.*\)") |
stripped = p | |
tuple | tmpl = re.compile(r'<(.*)>') |
string | topfunc = r"::(dqmBeginRun|dqmEndRun|bookHistograms|accumulate|acquire|startingNewLoop|duringLoop|endOfLoop|beginOfJob|endOfJob|produce|analyze|filter|beginLuminosityBlock|beginRun|beginStream|streamBeginRun|streamBeginLuminosityBlock|streamEndRun|streamEndLuminosityBlock|globalBeginRun|globalEndRun|globalBeginLuminosityBlock|globalEndLuminosityBlock|endRun|endRunProduce|endLuminosityBlock)\(" |
tuple | topfuncre = re.compile(topfunc) |
tuple | toplevelfuncs = set() |
string | value = 'HitPairEDProducer' |
string | valuere = r'\b%s\b' |
tuple | vre = re.compile(valuere) |
string callgraph.baseclass = r"\b(edm::)?(one::|stream::|global::)?((DQM)?(Global|One)?ED(Producer|Filter|Analyzer|(IterateNTimes|NavigateEvents)?Looper)(Base)?|impl::(ExternalWork|Accumulator|RunWatcher|RunCacheHolder)|FromFiles|ProducerSourceBase|OutputModuleBase|InputSource|ProducerSourceFromFiles|ProducerBase|PuttableSourceBase|OutputModule|RawOutput|RawInputSource|impl::RunWatcher<edm::one::EDProducerBase>|impl::EndRunProducer<edm::one::EDProducerBase>|DQMEDHarvester|AlignmentProducerBase|BMixingModule|TrackProducerBase|cms::CkfTrackCandidateMakerBase|CallEndRunProduceImpl|CallGlobalImpl|impl::makeGlobal|impl::makeStreamModule|impl::EndRunProducer)\b" |
Definition at line 15 of file callgraph.py.
tuple callgraph.baseclassre = re.compile(baseclass) |
Definition at line 16 of file callgraph.py.
tuple callgraph.callstacks = set() |
Definition at line 97 of file callgraph.py.
tuple callgraph.cs = str("") |
Definition at line 102 of file callgraph.py.
tuple callgraph.csset = set(callstacks) |
Definition at line 116 of file callgraph.py.
tuple callgraph.dirs = v.split('|') |
Definition at line 70 of file callgraph.py.
string callgraph.epf = 'edm::eventsetup::EventSetupRecord::get<class edm::ESHandle<class CaloTPGTranscoder>>(edm::ESHandle<CaloTPGTranscoder> &) const' |
Definition at line 44 of file callgraph.py.
tuple callgraph.epfuncre = re.compile(r"edm::eventsetup::EventSetupRecord::deprecated_get<") |
Definition at line 35 of file callgraph.py.
tuple callgraph.epfuncs = set() |
Definition at line 48 of file callgraph.py.
string callgraph.f = 'edm::eventsetup::EventSetupRecord::get<class edm::ESHandle<class CaloTopology>>(const std::string &, class edm::ESHandle<class CaloTopology> &) const' |
Definition at line 36 of file callgraph.py.
tuple callgraph.farg = re.compile(r"\(.*?\)") |
Definition at line 30 of file callgraph.py.
Referenced by npstat::ArrayND< Numeric, StackLen, StackDim >.functorFillLoop().
tuple callgraph.fields = line.split("'") |
Definition at line 80 of file callgraph.py.
string callgraph.function = '(anonymous namespace in /src/RecoTracker/TkHitPairs/plugins/HitPairEDProducer.cc)::Impl<(anonymous namespace)::ImplSeedingHitSets, (anonymous namespace)::DoNothing, (anonymous namespace)::RegionsLayersSeparate>::produce(const _Bool, edm::Event &, const edm::EventSetup &);' |
string callgraph.function2 = 'HitPairEDProducer::produce(edm::Event &, const edm::EventSetup &);' |
Definition at line 51 of file callgraph.py.
string callgraph.g = 'edm::eventsetup::EventSetupRecord::deprecated_get<class edm::ESHandle<class HcalDDDSimConstants>>(const char *, class edm::ESHandle<class HcalDDDSimConstants> &) const' |
Definition at line 37 of file callgraph.py.
tuple callgraph.G = nx.DiGraph() |
Definition at line 77 of file callgraph.py.
string callgraph.g2 = 'edm::eventsetup::EventSetupRecord::deprecated_get<class edm::ESHandle<class HcalDDDSimConstants>>(class edm::ESHandle<class HcalDDDSimConstants> &) const' |
Definition at line 38 of file callgraph.py.
tuple callgraph.getfuncre = re.compile(r"edm::eventsetup::EventSetupRecord::get<") |
Definition at line 34 of file callgraph.py.
string callgraph.h = 'edm::eventsetup::EventSetupRecord::get<class edm::ESHandle<class CaloTPGTranscoder>>(class edm::ESHandle<class CaloTPGTranscoder> &) const' |
Definition at line 39 of file callgraph.py.
tuple callgraph.key = tmpl.split(topfuncre.split(cs)[0]) |
Definition at line 128 of file callgraph.py.
tuple callgraph.m = vre.search(function) |
Definition at line 55 of file callgraph.py.
tuple callgraph.m2 = vre.search(function2) |
Definition at line 57 of file callgraph.py.
Referenced by StKinFitter.addKinFitInfo(), EwkDQM.analyze(), HiggsDQM.analyze(), BPHMonitor.analyze(), L1RCTLutWriter.analyze(), BPHDecayToChargedXXbarBuilder.build(), TEcnaNumbering.BuildBarrelCrysTable(), BPHDecayToV0DiffMassBuilder.buildCandidate(), TKinFitter.calcC11(), TKinFitter.calcC31(), MuonTrajectoryCleaner.clean(), MultipleScatteringUpdator.compute(), MultipleScatteringSimulator.compute(), EnergyLossSimulator.compute(), EnergyLossUpdator.computeBetheBloch(), Decay3Body.doDecay(), TwoBodyDecayDerivatives.dqsdm(), HLTConfigData.dump(), TtFullHadKinFitter.fit(), gen::Py8MassGun.generatePartonsAndHadronize(), TMom.getM3(), popcon::EcalLaser_weekly_Linearization_Check.getNewObjects(), TMom.getRMS(), fastsim::EnergyLoss.interact(), fastsim::MultipleScattering.interact(), CSCLayerGeometry.intersectionOfTwoLines(), pat::helper::ParametrizationHelper.isPhysical(), reco::PFDisplacedVertex.momentum(), tauImpactParameter::MultiProngTauSolver.numericalESolver(), funct::BreitWigner.operator()(), TwoTrackMassKinematicConstraint.parametersDerivative(), parseHBHEPhase1AlgoDescription(), PlotOccupancyMapGeneric(), pat::helper::ParametrizationHelper.polarP4fromParameters(), StateSegmentMatcher.StateSegmentMatcher(), TwoTrackMassKinematicConstraint.value(), StateSegmentMatcher.value(), LinearFitErrorsIn2Coord.variance(), and CSCWireGeometry.wireEnds().
tuple callgraph.module = k.split('|') |
Definition at line 69 of file callgraph.py.
Referenced by PixelToLNKAssociateFromAscii.addConnections(), FWTGeoRecoGeometryESProducer.addPixelBarrelGeometry(), FWTGeoRecoGeometryESProducer.addTECGeometry(), FWTGeoRecoGeometryESProducer.addTIBGeometry(), FWTGeoRecoGeometryESProducer.addTOBGeometry(), algorithm(), pat::TriggerObjectStandAlone.allLabels(), SiPixelDynamicInefficiencyDB.analyze(), SiPixelDynamicInefficiencyReader.analyze(), SiPixelDigiSource.analyze(), SiPixelGenErrorDBObjectUploader.analyze(), SiPixel2DTemplateDBObjectUploader.analyze(), SiPixelTemplateDBObjectUploader.analyze(), EcalPerEvtLaserAnalyzer.analyze(), EcalTestPulseAnalyzer.analyze(), SiPixelTrackResidualSource.analyze(), SiPixelHitEfficiencySource.analyze(), LogMessageMonitor.analyze(), EcalLaserAnalyzer2.analyze(), EcalLaserAnalyzer.analyze(), HLTObjectsMonitor.analyze(), SiStripFedCablingBuilderFromDb.assignDcuAndDetIds(), PixelInactiveAreaFinder.badAdjecentDetsBarrel(), RPCDqmClient.beginJob(), SiPixelLorentzAnglePCLHarvester.beginRun(), SiPixelTrackResidualModule.book(), SiPixelHitEfficiencyModule.book(), SiPixelDigiModule.book(), SiPixelClusterModule.book(), SiPixelRecHitModule.book(), FastTimerService::PlotsPerPath.book(), SiPixelPhase1Analyzer.BookBarrelBins(), SiPixelPhase1Analyzer.BookForwardBins(), sipixelobjects::PixelROC.bpixSidePhase0(), sipixelobjects::PixelROC.bpixSidePhase1(), SiStripFedCablingBuilderFromDb.buildFecCablingFromDevices(), ETLDetLayerGeometryBuilder.buildLayer(), BTLDetLayerGeometryBuilder.buildLayers(), SiPixelClusterSource.buildStructure(), SiPixelDigiSource.buildStructure(), SiPixelRawDataErrorSource.buildStructure(), SiPixelRecHitSource.buildStructure(), PixelTopologyMap.buildTopologyMaps(), reco::helper::CastorJetIDHelper.calculate(), FWPSetTableManager.cellRenderer(), edm::OutputModuleCommunicatorT< T >.closeFile(), HltDiff.compare(), SiPixelUtility.computeHistoBin(), CastorTowerProducer.ComputeTowerVariable(), edm::OutputModuleCommunicatorT< T >.configure(), edm::OutputModuleCommunicatorT< T >.description(), PixelInactiveAreaFinder.detInfo(), SiPixelTrackResidualSource.dqmBeginRun(), SiPixelHitEfficiencySource.dqmBeginRun(), RPCDqmClient.dqmEndJob(), SiPixelLorentzAnglePCLHarvester.dqmEndJob(), RPCDqmClient.dqmEndLuminosityBlock(), trackerDTC::DTC.DTC(), TrackerTreeGenerator.endJob(), edm::ESParentContext.ESParentContext(), DDTIDRingAlgo.execute(), DDTIDModuleAlgo.execute(), pos::PixelCalibConfiguration.fedCardsAndChannels(), FastTimerService::PlotsPerPath.fill(), SiPixelPhase1Analyzer.FillBarrelBinsRemap(), TrackerRemapper.fillBarrelRemap(), SiStripCommissioningSource.fillCablingHistos(), HGCalTriggerGeometryV9Imp2.fillMaps(), HGCalTriggerGeometryV9Imp3.fillMaps(), FastTimerServiceClient.fillPathSummaryPlots(), gpuClustering.for(), GenericTriggerEventFlag.GenericTriggerEventFlag(), PixelEndcapNameUpgrade.getDetId(), PixelBarrelNameUpgrade.getDetId(), PixelBarrelName.getDetId(), PixelEndcapName.getDetId(), EmDQM.getFilterModules(), dqmoffline::l1t.getHLTFilters(), HGCalTriggerGeometryV9Imp2.getLinksInModule(), SiPixelFolderOrganizer.getModuleFolder(), HGCalTriggerGeometryV9Imp2.getModuleFromTriggerCell(), EcalRingCalibrationTools.getModuleIndex(), HGCalTriggerGeometryV9Imp2.getModuleSize(), HGCalTriggerGeometryV9Imp2.getOrderedTriggerCellsFromModule(), HGCalTriggerGeometryV9Imp2.getTriggerCellsFromModule(), SiStripMiscalibrate.getTruncatedRange(), CastorNumberingScheme.getUnitID(), CastorCondObjectContainer< Item >.hashed_id(), HCalEndcapAlgo.HCalEndcapAlgo(), HLTInfo.HLTInfo(), HLTPrescaleProvider.HLTPrescaleProvider(), MTDTopology.hshiftETL(), HcalCondObjectContainerBase.indexFor(), DDHCalEndcapAlgo.initialize(), Phase2TrackerCabling.initializeCabling(), SiPixelDisabledModules.isModuleDisabled(), edm::WorkerT< T >.itemsShouldPutInEvent(), edm::OutputModuleCommunicatorT< T >.keptProducts(), L1GtUtils.L1GtUtils(), l1t::L1TGlobalUtil.L1TGlobalUtil(), edm::OutputModuleCommunicatorT< T >.limitReached(), CastorHardcodeGeometryLoader.makeCell(), edm::Maker.makeModule(), edm::MakeModuleHelper< Base >.makeModule(), edm::MakeModuleHelper< edm::stream::EDProducerAdaptorBase >.makeModule(), edm::MakeModuleHelper< edm::stream::EDFilterAdaptorBase >.makeModule(), edm::MakeModuleHelper< edm::stream::EDAnalyzerAdaptorBase >.makeModule(), makePSetsFromString(), TrajectoryManager.makeSinglePSimHit(), HLTCommonConfig.moduleLabel(), edm::EDConsumerBase.modulesWhoseProductsAreConsumed(), HLTCommonConfig.moduleType(), ShallowClustersProducer::moduleVars.moduleVars(), pos::PixelCalibConfiguration.nextFECState(), edm::OutputModuleCommunicatorT< T >.openFile(), edm::ParentContext.ParentContext(), SiPixelDigitizerAlgorithm.pixel_inefficiency(), PixelBarrelName.PixelBarrelName(), pos::PixelDetectorConfig.PixelDetectorConfig(), pos::PixelLowVoltageMap.PixelLowVoltageMap(), pos::PixelPortcardMap.PixelPortcardMap(), DependencyGraph.preBeginJob(), edm::service::Tracer.preBeginJob(), HLTCommonConfig.prescaler(), PrescaleWeightProvider.PrescaleWeightProvider(), VectorHitBuilderAlgorithmBase.printCluster(), FastTimerService.printEvent(), FastTimerService.printSummary(), CastorRecHitMonitor.processEvent(), CastorDigiMonitor.processEvent(), CastorLEDMonitor.processEvent(), ShallowClustersProducer.produce(), SiPixelFakeLorentzAngleESSource.produce(), trackerDTC::ProducerED.produce(), CastorCellProducer.produce(), CastorClusterProducer.produce(), CastorTowerProducer.produce(), ClusterSummaryProducer.produce(), SelectedElectronFEDListProducer< TEle, TCand >.produce(), ecaldqm::StatusManager.readFromStream(), SiPixelDisabledModules.removeDisabledModule(), edm::SystemTimeKeeper.removeModuleIfExists(), FastTimerService::ResourcesPerJob.reset(), edm::WorkerT< T >.resolvePutIndicies(), HGCalVFEProcessorSums.run(), HGCalConcentratorProcessorSelection.run(), FWPathsPopup.scheduleReloadEvent(), ApeTreeCreateDefault.sectorBuilder(), ApeEstimator.sectorBuilder(), edm::OutputModuleCommunicatorT< T >.selectProducts(), HGCScintSD.setDetUnitId(), HGCalSD.setDetUnitId(), HFNoseSD.setDetUnitId(), HGCSD.setDetUnitId(), edm::OutputModuleCommunicatorT< T >.setEventSelectionInfo(), EcalLaserAnalyzer2.setGeomEB(), EcalLaserAnalyzer.setGeomEB(), EcalLaserAnalyzer.setGeomEE(), EcalLaserAnalyzer2.setGeomEE(), edm::ErrorObj.setModule(), SiPixelFolderOrganizer.setModuleFolder(), SiStripTrackerMapCreator.setTkMapFromAlarm(), edm::OutputModuleCommunicatorT< T >.shouldWeCloseFile(), ResidualRefitting.StoreTrackerRecHits(), TrackerScenarioBuilder.stripOffModule(), TriggerHelper.TriggerHelper(), SimG4HGCalValidation.update(), TTStubBuilder< T >.updateStubs(), CastorTopology.validRaw(), MTDTopology.vshiftETL(), edm::OutputModuleCommunicatorT< T >.wantAllEvents(), pos::PixelMaskAllPixels.writeASCII(), pos::PixelTBMSettings.writeASCII(), pos::PixelTrimAllPixels.writeASCII(), pos::PixelDACSettings.writeASCII(), edm::OutputModuleCommunicatorT< T >.writeLumiAsync(), edm::OutputModuleCommunicatorT< T >.writeProcessBlockAsync(), edm::OutputModuleCommunicatorT< T >.writeRunAsync(), and pos::PixelTBMSettings.writeXML().
tuple callgraph.module2package = dict() |
Definition at line 61 of file callgraph.py.
tuple callgraph.p = json.load(j) |
Definition at line 66 of file callgraph.py.
list callgraph.package = dirs[0] |
Definition at line 71 of file callgraph.py.
callgraph.previous = str("") |
Definition at line 103 of file callgraph.py.
Referenced by edm::Trie< T >._addEntry(), edm::ProductRegistry.addProduct(), Phase2TrackerClusterizerSequentialAlgorithm.clusterizeDetUnit(), SiPixelActionExecutor.fillOccupancy(), DDValue.init(), DependencyGraph.preBeginJob(), SimHitPrinter.SimHitPrinter(), and edm::service::MessageLogger.unEstablishModule().
tuple callgraph.r = open('eventsetuprecord-get.yaml', 'w') |
Definition at line 131 of file callgraph.py.
Definition at line 120 of file callgraph.py.
tuple callgraph.report = dict() |
Definition at line 115 of file callgraph.py.
tuple callgraph.skipfunc = re.compile(r"TGraph::IsA\(.*\)") |
Definition at line 47 of file callgraph.py.
callgraph.stripped = p |
Definition at line 108 of file callgraph.py.
Referenced by SurveyPxbImageReader< T >.read().
tuple callgraph.tmpl = re.compile(r'<(.*)>') |
Definition at line 31 of file callgraph.py.
Referenced by stringToNumber(), and trklet::FitTrack.trackFitChisq().
string callgraph.topfunc = r"::(dqmBeginRun|dqmEndRun|bookHistograms|accumulate|acquire|startingNewLoop|duringLoop|endOfLoop|beginOfJob|endOfJob|produce|analyze|filter|beginLuminosityBlock|beginRun|beginStream|streamBeginRun|streamBeginLuminosityBlock|streamEndRun|streamEndLuminosityBlock|globalBeginRun|globalEndRun|globalBeginLuminosityBlock|globalEndLuminosityBlock|endRun|endRunProduce|endLuminosityBlock)\(" |
Definition at line 12 of file callgraph.py.
tuple callgraph.topfuncre = re.compile(topfunc) |
Definition at line 13 of file callgraph.py.
tuple callgraph.toplevelfuncs = set() |
Definition at line 32 of file callgraph.py.
string callgraph.value = 'HitPairEDProducer' |
Definition at line 52 of file callgraph.py.
Definition at line 53 of file callgraph.py.
tuple callgraph.vre = re.compile(valuere) |
Definition at line 54 of file callgraph.py.