Classes | |
class | ClusterTracksByDensityKernel |
class | ClusterTracksDBSCAN |
class | ClusterTracksIterative |
class | FitVerticesKernel |
class | Init |
class | LoadTracks |
class | Producer |
class | SortByPt2Kernel |
class | SplitVerticesKernel |
class | VertexFinderOneKernel |
Typedefs | |
using | Hist = cms::alpakatools::HistoContainer< uint8_t, 256, 16000, 8, uint16_t > |
using | PixelVertexWorkSpaceSoADevice = PortableCollection<::vertexFinder::PixelVertexWSSoALayout<> > |
using | PixelVertexWorkSpaceSoAHost = ::vertexFinder::PixelVertexWorkSpaceSoAHost |
using | VtxSoAView = ::reco::ZVertexSoAView |
using | WsSoAView = ::vertexFinder::PixelVertexWorkSpaceSoAView |
Functions | |
template<typename TAcc > | |
ALPAKA_FN_ACC ALPAKA_FN_INLINE | __attribute__ ((always_inline)) void fitVertices(const TAcc &acc |
template<typename TAcc > | |
ALPAKA_FN_ACC ALPAKA_FN_INLINE void | __attribute__ ((always_inline)) clusterTracksByDensity(const TAcc &acc |
ALPAKA_ASSERT_ACC (nvFinal<=nvIntermediate) | |
ALPAKA_ASSERT_ACC (wv) | |
ALPAKA_ASSERT_ACC (chi2) | |
ALPAKA_ASSERT_ACC (zt) | |
ALPAKA_ASSERT_ACC (ezt2) | |
ALPAKA_ASSERT_ACC (izt) | |
ALPAKA_ASSERT_ACC (nn) | |
ALPAKA_ASSERT_ACC (iv) | |
ALPAKA_ASSERT_ACC (static_cast< int >(nt)<=hist.capacity()) | |
ALPAKA_ASSERT_ACC (hist.size()==nt) | |
ALPAKA_ASSERT_ACC (foundClusters< ::zVertex::MAXVTX) | |
const uint32_t | blockIdx (alpaka::getIdx< alpaka::Grid, alpaka::Blocks >(acc)[0u]) |
if | constexpr (verbose) |
hist | finalize (acc, hws) |
for (auto i :cms::alpakatools::uniform_elements(acc, foundClusters)) | |
for (auto kv=blockIdx;kv< nvFinal;kv+=gridDimension) | |
for (auto j :cms::alpakatools::uniform_elements(acc, Hist::totbins())) | |
for (auto i :cms::alpakatools::uniform_elements(acc, nt)) | |
const uint32_t | gridDimension (alpaka::getWorkDiv< alpaka::Grid, alpaka::Blocks >(acc)[0u]) |
if (threadIdxLocal< 32) hws[threadIdxLocal]=0 | |
template<typename TAcc > | |
ALPAKA_FN_ACC ALPAKA_FN_INLINE void | sortByPt2 (const TAcc &acc, VtxSoAView &data, WsSoAView &ws) |
const uint32_t | threadIdxLocal (alpaka::getIdx< alpaka::Block, alpaka::Threads >(acc)[0u]) |
Variables | |
float *__restrict__ | chi2 = data.chi2() |
ALPAKA_FN_ACC ALPAKA_FN_INLINE VtxSoAView WsSoAView float | chi2Max |
ALPAKA_FN_ACC ALPAKA_FN_INLINE void VtxSoAView WsSoAView int float float float | chi2max |
auto &__restrict__ | data = pdata |
ALPAKA_FN_ACC ALPAKA_FN_INLINE void VtxSoAView WsSoAView int float | eps |
auto | er2mx = errmax * errmax |
ALPAKA_FN_ACC ALPAKA_FN_INLINE void VtxSoAView WsSoAView int float float | errmax |
float const *__restrict__ | ezt2 = ws.ezt2() |
auto & | foundClusters = alpaka::declareSharedVar<unsigned int, __COUNTER__>(acc) |
auto & | hist = alpaka::declareSharedVar<Hist, __COUNTER__>(acc) |
auto & | hws = alpaka::declareSharedVar<Hist::Counter[32], __COUNTER__>(acc) |
auto & | it = alpaka::declareSharedVar<uint32_t[MAXTK], __COUNTER__>(acc) |
int32_t *__restrict__ | iv = ws.iv() |
uint8_t *__restrict__ | izt = ws.izt() |
ALPAKA_FN_ACC ALPAKA_FN_INLINE VtxSoAView WsSoAView float | maxChi2 |
constexpr float | maxChi2ForFinalFit = 5000.f |
constexpr float | maxChi2ForFirstFit = 50.f |
constexpr float | maxChi2ForSplit = 9.f |
constexpr uint32_t | MAXTK = 512 |
ALPAKA_FN_ACC ALPAKA_FN_INLINE void VtxSoAView WsSoAView int | minT |
auto & | newV = alpaka::declareSharedVar<uint8_t[MAXTK], __COUNTER__>(acc) |
int32_t *__restrict__ | nn = data.ndof() |
auto & | noise = alpaka::declareSharedVar<int, __COUNTER__>(acc) |
auto & | nq = alpaka::declareSharedVar<uint32_t, __COUNTER__>(acc) |
auto | nt = ws.ntrks() |
uint32_t & | nvFinal = data.nvFinal() |
uint32_t & | nvIntermediate = ws.nvIntermediate() |
ALPAKA_FN_ACC ALPAKA_FN_INLINE void VtxSoAView & | pdata |
ALPAKA_FN_ACC ALPAKA_FN_INLINE void VtxSoAView WsSoAView & | pws |
constexpr bool | verbose = false |
auto &__restrict__ | ws = pws |
float *__restrict__ | wv = data.wv() |
auto & | ww = alpaka::declareSharedVar<float[MAXTK], __COUNTER__>(acc) |
float const *__restrict__ | zt = ws.zt() |
float *__restrict__ | zv = data.zv() |
auto & | zz = alpaka::declareSharedVar<float[MAXTK], __COUNTER__>(acc) |
using ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::Hist = typedef cms::alpakatools::HistoContainer<uint8_t, 256, 16000, 8, uint16_t> |
Definition at line 66 of file clusterTracksByDensity.h.
using ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::PixelVertexWorkSpaceSoADevice = typedef PortableCollection<::vertexFinder::PixelVertexWSSoALayout<> > |
Definition at line 16 of file PixelVertexWorkSpaceSoADeviceAlpaka.h.
using ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::PixelVertexWorkSpaceSoAHost = typedef ::vertexFinder::PixelVertexWorkSpaceSoAHost |
Definition at line 17 of file PixelVertexWorkSpaceSoADeviceAlpaka.h.
typedef::reco::ZVertexSoAView ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::VtxSoAView |
Definition at line 20 of file clusterTracksByDensity.h.
typedef::vertexFinder::PixelVertexWorkSpaceSoAView ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::WsSoAView |
Definition at line 21 of file clusterTracksByDensity.h.
ALPAKA_FN_ACC ALPAKA_FN_INLINE ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::__attribute__ | ( | (always_inline) | ) | const & |
ALPAKA_FN_ACC ALPAKA_FN_INLINE void ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::__attribute__ | ( | (always_inline) | ) | const & |
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ALPAKA_ASSERT_ACC | ( | nvFinal<= | nvIntermediate | ) |
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ALPAKA_ASSERT_ACC | ( | wv | ) |
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ALPAKA_ASSERT_ACC | ( | chi2 | ) |
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ALPAKA_ASSERT_ACC | ( | zt | ) |
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ALPAKA_ASSERT_ACC | ( | ezt2 | ) |
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ALPAKA_ASSERT_ACC | ( | izt | ) |
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ALPAKA_ASSERT_ACC | ( | nn | ) |
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ALPAKA_ASSERT_ACC | ( | iv | ) |
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ALPAKA_ASSERT_ACC | ( | static_cast< int > | nt)<=hist.capacity( | ) |
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ALPAKA_ASSERT_ACC | ( | hist. | size() = =nt | ) |
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ALPAKA_ASSERT_ACC | ( | ) |
const uint32_t ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::blockIdx | ( | alpaka::getIdx< alpaka::Grid, alpaka::Blocks > | (acc)[0u] | ) |
Definition at line 41 of file clusterTracksByDensity.h.
References chi2max, eps, errmax, minT, and cms::alpakatools::once_per_block().
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), and sortByPt2().
Referenced by reco::TaggingVariableList::insert().
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::for | ( | auto i | :cms::alpakatools::uniform_elementsacc, foundClusters | ) |
Definition at line 45 of file fitVertices.h.
References chi2, mps_fire::i, wv, and zv.
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::for | ( | ) |
Definition at line 58 of file splitVertices.h.
References ALPAKA_ASSERT_ACC(), cms::cudacompat::atomicAdd(), cms::cudacompat::atomicInc(), chi2, d0, d1, ezt2, mps_fire::i, cms::alpakatools::independent_group_elements(), it, iv, dqmdumpme::k, maxChi2, maxiter, MAXTK, gpuVertexFinder::more, dqmPostProcessing_online::newer, newV, nn, nq, nt, threadIdxLocal(), cms::alpakatools::uniform_elements(), verbose, ws, wv, ww, zt, zv, and zz.
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::for | ( | auto j | :cms::alpakatools::uniform_elementsacc, Hist::totbins() | ) |
Definition at line 70 of file clusterTracksByDensity.h.
References hist, and dqmiolumiharvest::j.
ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::for | ( | auto i | :cms::alpakatools::uniform_elementsacc, nt | ) |
Definition at line 82 of file clusterTracksByDensity.h.
References ALPAKA_ASSERT_ACC(), hist, mps_fire::i, createfilelist::int, iv, izt, SiStripPI::max, zVertex::MAXTRACKS, SiStripPI::min, nn, and zt.
const uint32_t ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::gridDimension | ( | alpaka::getWorkDiv< alpaka::Grid, alpaka::Blocks > | (acc)[0u] | ) |
|
pure virtual |
ALPAKA_FN_ACC ALPAKA_FN_INLINE void ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::sortByPt2 | ( | const TAcc & | acc, |
VtxSoAView & | data, | ||
WsSoAView & | ws | ||
) |
Definition at line 26 of file sortByPt2.h.
References cms::cudacompat::atomicAdd(), constexpr(), data, mps_fire::i, iv, dqmiolumiharvest::j, nt, nvFinal, gpuVertexFinder::ptt2, gpuVertexFinder::ptv2, jetUpdater_cfi::sort, gpuVertexFinder::sortInd, threadIdxLocal(), cms::alpakatools::uniform_elements(), and ws.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::VertexFinderOneKernel::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::SortByPt2Kernel::operator()().
const uint32_t ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::threadIdxLocal | ( | alpaka::getIdx< alpaka::Block, alpaka::Threads > | (acc)[0u] | ) |
float const *__restrict__ ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::chi2 = data.chi2() |
Definition at line 33 of file fitVertices.h.
Referenced by for().
ALPAKA_FN_ACC ALPAKA_FN_INLINE VtxSoAView WsSoAView float ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::chi2Max |
Definition at line 23 of file fitVertices.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::FitVerticesKernel::operator()().
ALPAKA_FN_ACC ALPAKA_FN_INLINE void VtxSoAView WsSoAView int float float float ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::chi2max |
Definition at line 36 of file clusterTracksByDensity.h.
Referenced by constexpr(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::VertexFinderOneKernel::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksByDensityKernel::operator()().
auto &__restrict__ ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::data = pdata |
Definition at line 47 of file clusterTracksByDensity.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::LoadTracks< TrackerTraits >::operator()(), and sortByPt2().
ALPAKA_FN_ACC ALPAKA_FN_INLINE void VtxSoAView WsSoAView int float ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::eps |
Definition at line 30 of file clusterTracksByDensity.h.
Referenced by constexpr(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::VertexFinderOneKernel::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksByDensityKernel::operator()().
Definition at line 45 of file clusterTracksByDensity.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()().
ALPAKA_FN_ACC ALPAKA_FN_INLINE void VtxSoAView WsSoAView int float float ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::errmax |
Definition at line 30 of file clusterTracksByDensity.h.
Referenced by constexpr(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::VertexFinderOneKernel::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksByDensityKernel::operator()().
float const *__restrict__ ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ezt2 = ws.ezt2() |
Definition at line 51 of file clusterTracksByDensity.h.
Referenced by for(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()().
auto ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::foundClusters = alpaka::declareSharedVar<unsigned int, __COUNTER__>(acc) |
Definition at line 196 of file clusterTracksByDensity.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::pixelClustering::FindClus< TrackerTraits >::operator()().
auto& ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::hist = alpaka::declareSharedVar<Hist, __COUNTER__>(acc) |
Definition at line 67 of file clusterTracksByDensity.h.
Referenced by for(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()().
auto& ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::hws = alpaka::declareSharedVar<Hist::Counter[32], __COUNTER__>(acc) |
Definition at line 68 of file clusterTracksByDensity.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()().
auto& ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::it = alpaka::declareSharedVar<uint32_t[MAXTK], __COUNTER__>(acc) |
Definition at line 48 of file splitVertices.h.
Referenced by HcalOfflineHarvesting::_dqmEndJob(), HcalOnlineHarvesting::_dqmEndLuminosityBlock(), PedestalTask::_dump(), LEDTask::_dump(), LaserTask::_dump(), HFRaddamTask::_process(), NoCQTask::_process(), TPTask::_process(), PedestalTask::_process(), HcalGPUComparisonTask::_process(), RawTask::_process(), LEDTask::_process(), RecHitTask::_process(), DigiTask::_process(), UMNioTask::_process(), LaserTask::_process(), HcalMLTask::_process(), cms::DDFilteredView::accept(), DDSpecificsFilter::accept_impl(), HLTCSCAcceptBusyFilter::AcceptManyHitsInChamber(), cms::SiPixelDigitizer::accumulatePixelHits(), cms::Phase2TrackerDigitizer::accumulatePixelHits(), SiStripDigitizer::accumulateStripHits(), DefaultFFTJetRcdMapper< FFTPFJetCorrectorSequence >::acquireToken(), edm::SerialTaskQueueChain::actionToRun(), l1tVertexFinder::VertexFinder::adaptiveVertexReconstruction(), RPCLinkSynchroStat::add(), RPCLinkSynchroStat::LinkBoard::add(), FWTypeToRepresentations::add(), FWViewManagerManager::add(), DTVDriftCalibration::cellInfo::add(), CaloTDigitizer< Traits, runHelper >::add(), EcalTimeMapDigitizer::add(), FastLineRecognition::Cluster::add(), CSCEventData::add(), CSCEventData::addAnodeShower(), mkfit::MkFinder::addBestHit(), tnp::BaseTreeFiller::addBranches_(), MTDDetLayerGeometry::addBTLLayers(), FWRecoGeometryESProducer::addCaloGeometry(), FWTGeoRecoGeometryESProducer::addCaloTowerGeometry(), CSCEventData::addCathodeShower(), FWPFCandidateDetailView::addClusters(), StandaloneTrackMonitor::addClusterToMap(), CTPPSRPAlignmentCorrectionsData::addCorrections(), FWRecoGeometryESProducer::addCSCGeometry(), FWTGeoRecoGeometryESProducer::addCSCGeometry(), MuonDetLayerGeometry::addCSCLayers(), edm::ProcessDesc::addDefaultService(), FWRecoGeometryESProducer::addDTGeometry(), FWTGeoRecoGeometryESProducer::addDTGeometry(), MuonDetLayerGeometry::addDTLayers(), FWTGeoRecoGeometryESProducer::addEcalCaloGeometry(), edm::DataMixingEMWorker::addEMPileups(), edm::DataMixingEMDigiWorker::addEMPileups(), edm::DataMixingEMWorker::addEMSignals(), edm::DataMixingEMDigiWorker::addEMSignals(), SiStripPopConFEDErrorsHandlerFromDQM::addErrors(), MTDDetLayerGeometry::addETLLayers(), l1t::demo::BoardDataWriter::addEvent(), edm::ProcessDesc::addForcedService(), SiStripDetCabling::addFromSpecificConnection(), FWTGeoRecoGeometryESProducer::addGEMGeometry(), MuonDetLayerGeometry::addGEMLayers(), pat::GenPlusSimParticleProducer::addGenParticle(), FWTGeoRecoGeometryESProducer::addHcalCaloGeometryBarrel(), FWTGeoRecoGeometryESProducer::addHcalCaloGeometryEndcap(), FWTGeoRecoGeometryESProducer::addHcalCaloGeometryForward(), FWTGeoRecoGeometryESProducer::addHcalCaloGeometryOuter(), edm::DataMixingHcalWorker::addHcalPileups(), edm::DataMixingHcalDigiWorker::addHcalPileups(), edm::DataMixingHcalWorker::addHcalSignals(), edm::DataMixingHcalDigiWorker::addHcalSignals(), CSCSegAlgoShowering::addHit(), CSCSegAlgoTC::addHit(), CSCSegAlgoDF::addHit(), CSCSegAlgoSK::addHit(), CSCSegAlgoRU::addHit(), FWPFCandidateDetailView::addHits(), edmNew::DetSetVector< SiStripCluster >::addItem(), L1TriggerKeyListExt::addKey(), L1TriggerKeyList::addKey(), MatacqProducer::addMatacqData(), MuonDetLayerGeometry::addME0Layers(), FWGUIEventDataAdder::addNewItem(), CrossSectionHandler::addParameters(), BaseProtonTransport::addPartToHepMC(), Hector::addPartToHepMC(), SiStripTFile::addPath(), metsig::SignPFSpecificAlgo::addPFJets(), FWRecoGeometryESProducer::addPixelBarrelGeometry(), FWTGeoRecoGeometryESProducer::addPixelBarrelGeometry(), FWRecoGeometryESProducer::addPixelForwardGeometry(), FWTGeoRecoGeometryESProducer::addPixelForwardGeometry(), FWRecoGeometryESProducer::addRPCGeometry(), FWTGeoRecoGeometryESProducer::addRPCGeometry(), MuonDetLayerGeometry::addRPCLayers(), CTPPSRPAlignmentCorrectionsData::addRPCorrection(), DDScope::addScope(), TrackMerger::addSecondTrackHits(), CTPPSRPAlignmentCorrectionsData::addSensorCorrection(), CSCEventData::addShower(), HcalTriggerPrimitiveAlgo::addSignal(), fireworks::addSiStripClusters(), PrintGeomSummary::addSolid(), DDI::LogicalPart::addSpecifics(), SurveyInputTrackerFromDB::addSurveyInfo(), SurveyMisalignmentInput::addSurveyInfo(), FWRecoGeometryESProducer::addTECGeometry(), FWTGeoRecoGeometryESProducer::addTECGeometry(), FWRecoGeometryESProducer::addTIBGeometry(), FWTGeoRecoGeometryESProducer::addTIBGeometry(), FWRecoGeometryESProducer::addTIDGeometry(), FWTGeoRecoGeometryESProducer::addTIDGeometry(), FWCompositeParameter::addTo(), FWConfigurableParameterizable::addTo(), FWEventItemsManager::addTo(), edm::eventsetup::ComponentFactory< T >::addTo(), FWGUIManager::addTo(), FWRecoGeometryESProducer::addTOBGeometry(), FWTGeoRecoGeometryESProducer::addTOBGeometry(), FWConvTrackHitsDetailView::addTrackerHits3D(), FWTrackHitsDetailView::addTrackerHits3D(), FWPFCandidateDetailView::addTracks(), HcalTriggerPrimitiveAlgo::addUpgradeFG(), HcalTriggerPrimitiveAlgo::addUpgradeTDCFG(), pat::PATObject< reco::Muon >::addUserCand(), pat::PATObject< reco::Muon >::addUserDataObject_(), pat::PATObject< reco::Muon >::addUserFloat(), pat::PATObject< reco::Muon >::addUserInt(), LumiCorrector::AfterglowFactor(), DeDxDiscriminatorLearner::algoAnalyze(), SiStripGainRandomCalculator::algoAnalyze(), SiStripGainFromData::algoAnalyze(), SiStripHitResolFromCalibTree::algoAnalyze(), SiStripHitEffFromCalibTree::algoAnalyze(), SiStripGainFromData::algoBeginRun(), SiStripGainsPCLHarvester::algoComputeMPVandGain(), SiStripGainFromCalibTree::algoComputeMPVandGain(), SiStripGainFromData::algoEndJob(), l1tVertexFinder::AlgoSettings::AlgoSettings(), AlignableNavigator::AlignableNavigator(), AlignableNavigator::alignablesFromHits(), DDMapper< G4LogicalVolume *, DDLogicalPart >::all(), pat::EventHypothesis::all(), edm::FileIndex::allEventsInEntryOrder(), reco::JetTrackMatch< JetC >::allJets(), SiStripLatency::allLatencies(), SiStripLatency::allModes(), TinyDomTest::allNodes(), TinyDomTest2::allNodes(), SiStripThreshold::allThresholds(), PFCandConnector::analyseNuclearWSec(), RazorVarAnalyzer::analyze(), RPCStripNoisesRcdRead::analyze(), OffsetAnalyzerDQM::analyze(), EcalPerEvtMatacqAnalyzer::analyze(), DiJetVarAnalyzer::analyze(), DumpFWRecoGeometry::analyze(), L1TdeGEMTPG::analyze(), SiPhase2OuterTrackerLorentzAngleReader::analyze(), SiStripBadStripReader::analyze(), EcalMatacqAnalyzer::analyze(), ZDCQIE10Task::analyze(), RPCRecHitProbability::analyze(), L1TScalersSCAL::analyze(), SiPixelQualityProbabilitiesTestReader::analyze(), RPCGeometryServTest::analyze(), SiStripNoisesReader::analyze(), L1TGlobalPrescalesVetosViewer::analyze(), L1TdeCSCTPG::analyze(), SiPixelFEDChannelContainerTestReader::analyze(), SiStripPedestalsReader::analyze(), SiStripThresholdReader::analyze(), SiPixelPhase1TrackClustersV::analyze(), SiStripPedestalsBuilder::analyze(), SiStripThresholdBuilder::analyze(), SiStripSummaryReader::analyze(), HiBasicGenTest::analyze(), edmtest::AlignPCLThresholdsReader< T, R >::analyze(), RPCMonitorDigi::analyze(), SiStripMonitorHLT::analyze(), SiPixelBadFEDChannelSimulationSanityChecker::analyze(), SiStripApvGainBuilder::analyze(), SiStripLorentzAngleReader::analyze(), SiStripNoisesBuilder::analyze(), DDCMSDetector::analyze(), RPCMonitorLinkSynchro::analyze(), L1CondDBPayloadWriterExt::analyze(), L1THIonImp::analyze(), CTPPSPixGainCalibsESAnalyzer::analyze(), SiStripDetVOffPrinter::analyze(), EcalPFRecHitThresholdsMaker::analyze(), SiStripDetVOffFakeBuilder::analyze(), FCDTask::analyze(), HLTTauDQML1Plotter::analyze(), cms::SiPixelPerformanceSummaryBuilder::analyze(), ElectronMcSignalValidator::analyze(), L1TBasicDemo::analyze(), SiStripBadComponentsDQMServiceReader::analyze(), SiStripNoisesAndBadCompsChecker::analyze(), HistoAnalyzer< C >::analyze(), L1TSummary::analyze(), SiPixelLorentzAngleDB::analyze(), SiPixelVCalDB::analyze(), SiStripApvGainReader::analyze(), CTPPSOpticsPlotter::analyze(), SiPixelDynamicInefficiencyDB::analyze(), SiPixelPhase1DigisV::analyze(), SiPixelPhase1RecHitsV::analyze(), testEcalTPGScale::analyze(), SiPixel2DTemplateDBObjectReader::analyze(), CTPPSAcceptancePlotter::analyze(), CTPPSHepMCDistributionPlotter::analyze(), MaterialBudgetVolumeAnalysis::analyze(), Phase2TrackerValidateDigi::analyze(), L1TdeGCT::analyze(), L1TDEMON::analyze(), SiPixelMonitorTrackSoA< T >::analyze(), SiPixelMonitorTrackSoAAlpaka< T >::analyze(), SiPixelTemplateDBObjectReader::analyze(), SiPixelDynamicInefficiencyReader::analyze(), HGCalTestPartialWaferRecHits::analyze(), DQMMessageLogger::analyze(), SiPixelGenErrorDBObjectReader::analyze(), SiPixelRecHitsValid::analyze(), SiStripMonitorDigi::analyze(), EcalDumpRaw::analyze(), SiPixelVCalReader::analyze(), SiPixelPhase1HitsV::analyze(), PhysicsObjectsMonitor::analyze(), SiPixelHLTSource::analyze(), SiPixelLorentzAngleReader::analyze(), SiPixelClusterSource::analyze(), PixelPopConCalibChecker::analyze(), SiPixelGenErrorDBObjectUploader::analyze(), CTPPSProtonReconstructionPlotter::analyze(), EcalEBPhase2TPParamProducer::analyze(), CSCRecoBadChannelsAnalyzer::analyze(), HcalQIEDataCheck::analyze(), SiPixel2DTemplateDBObjectUploader::analyze(), SiPixelTemplateDBObjectUploader::analyze(), CTPPSProtonReconstructionSimulationValidator::analyze(), EcalBarrelSimHitsValidation::analyze(), HGCalBHValidation::analyze(), EcalEndcapSimHitsValidation::analyze(), TotemRPDQMSource::analyze(), Phase2ITMonitorCluster::analyze(), HcalNoiseRates::analyze(), CTPPSProtonReconstructionEfficiencyEstimatorMC::analyze(), Phase2OTMonitorCluster::analyze(), HcalAutoPedestalValidator::analyze(), module::EcalSRCondTools::analyze(), SiStripMonitorQuality::analyze(), L1CondDBPayloadWriter::analyze(), edm::TestMix::analyze(), EcalBarrelRecHitsValidation::analyze(), RPCPhiEff::analyze(), HcalPedestalWidthsCheck::analyze(), HcalPedestalsCheck::analyze(), HcalSimHitAnalysis::analyze(), EcalEndcapRecHitsValidation::analyze(), L1RecoTreeProducer::analyze(), NoiseRates::analyze(), MonitorTrackResidualsBase< pixel_or_strip >::analyze(), DTCCablingMapTestReader::analyze(), HLTBTagPerformanceAnalyzer::analyze(), PixelVTXMonitor::analyze(), SiStripMonitorCluster::analyze(), cms::SiPixelCondObjBuilder::analyze(), SiPixelBadModuleReader::analyze(), cms::ProducerAnalyzer::analyze(), TagProbeFitTreeProducer::analyze(), SiPixelTrackResidualSource::analyze(), cms::SiPixelCondObjForHLTBuilder::analyze(), cms::SiPixelCondObjOfflineBuilder::analyze(), SiStripApvGainRescaler::analyze(), HGCalDigiValidation::analyze(), HGCalRecHitValidation::analyze(), SiPixelHitEfficiencySource::analyze(), EGEnergyAnalyzer::analyze(), HcalGainsCheck::analyze(), EcalTrigPrimAnalyzer::analyze(), SiStripMonitorPedestals::analyze(), LogMessageMonitor::analyze(), TestSmoothHits::analyze(), SiStripGainPayloadCopyAndExclude::analyze(), TauValidationMiniAOD::analyze(), DiamondSampicDQMSource::analyze(), TotemTimingDQMSource::analyze(), SiStripChannelGainFromDBMiscalibrator::analyze(), SiStripNoisesFromDBMiscalibrator::analyze(), HLTJetMETValidation::analyze(), StandaloneTrackMonitor::analyze(), CherenkovAnalysis::analyze(), HitEff::analyze(), FastSiPixelFEDChannelContainerFromQuality::analyze(), TestOutliers::analyze(), TestTrackHits::analyze(), PixelLumiDQM::analyze(), HGCalHitValidation::analyze(), TestPythiaDecays::analyze(), HGCalTBAnalyzer::analyze(), PhotonValidator::analyze(), SiPixelCompareTrackSoAAlpaka< T >::analyze(), CastorDumpConditions::analyze(), SiPixelErrorEstimation::analyze(), HLTHiggsSubAnalysis::analyze(), ValidIsoTrkCalib::analyze(), SiPixelTrackingRecHitsValid::analyze(), DuplicateRecHits::analyze(), EcalTrivialObjectAnalyzer::analyze(), TrackCount::analyze(), SiPixelCompareTrackSoA< T >::analyze(), SiStripApvGainFromFileBuilder::analyze(), EcalTPGParamBuilder::analyze(), PixelBaryCentreAnalyzer::analyze(), SiStripApvGainInspector::analyze(), TauTagValidation::analyze(), HcalHBHEMuonAnalyzer::analyze(), HcalHBHEMuonHighEtaAnalyzer::analyze(), CastorPedestalsAnalysis::analyze(), TrackerGeometryIntoNtuples::analyze(), HLTExoticaSubAnalysis::analyze(), pat::CandidateSummaryTable::analyze(), SiStripCPEAnalyzer::analyze(), analyzer::SiPixelLorentzAngle::analyze(), PhotonAnalyzer::analyze(), METAnalyzer::analyze(), HLTObjectsMonitor::analyze(), EopElecTreeWriter::analyze(), SiPixelLorentzAnglePCLWorker::analyze(), SiPixelPhase1RawDataErrorComparator::analyze(), TrackerDpgAnalysis::analyze(), l1tVertexFinder::VertexNTupler::analyze(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::analyze(), EcalSelectiveReadoutValidation::analyzeEB(), EcalSelectiveReadoutValidation::analyzeEE(), TrackerRemapper::analyzeGeneric(), HcalTriggerPrimitiveAlgo::analyzeHF2016(), HcalTriggerPrimitiveAlgo::analyzeHFQIE10(), EcalSimHitStudy::analyzeHits(), CaloSimHitStudy::analyzeHits(), L1GtAnalyzer::analyzeObjectMap(), SiStripBadAPVAlgorithmFromClusterOccupancy::AnalyzeOccupancy(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::AnalyzeOccupancy(), DQMEventInfo::analyzeProvInfo(), HGCalTBAnalyzer::analyzeRecHits(), SiPixelCompareTracks< T >::analyzeSeparate(), EcalSelectiveReadoutValidation::analyzeTP(), CTPPSCommonDQMSource::analyzeTracks(), edm::ProductRegistry::anyProducts(), edm::BranchChildren::append_(), SurveyDataConverter::applyFineSurveyInfo(), MuScleFitUtils::applyScale(), edm::ProductSelectorRules::applyToAll(), edm::ProductSelectorRules::Rule::applyToAll(), tnp::TagProbePairMaker::arbitrate(), RPCConeBuilder::areConnected(), VariableComputer::assign(), JetFlavourClustering::assignToSubjets(), TrackerHitAssociator::associateCluster(), reco::PFDisplacedVertexCandidate::associatedElements(), reco::PFBlock::associatedElements(), TrackerHitAssociator::associateHit(), MuonToTrackingParticleAssociatorByHitsImpl::associateMuons(), TrackerHitAssociator::associatePhase2TrackerRecHit(), TrackerHitAssociator::associatePixelRecHit(), MuonAssociatorByHits::associateRecoToSim(), MuonAssociatorByHitsHelper::associateRecoToSimIndices(), TrackerHitAssociator::associateSimpleRecHitCluster(), MuonAssociatorByHits::associateSimToReco(), MuonAssociatorByHitsHelper::associateSimToRecoIndices(), QuickTrackAssociatorByHitsImpl::associateTrack(), trackerTFP::DataFormats::attachStub(), trackerTFP::DataFormats::attachTrack(), edmplugin::PluginCapabilities::available(), CSCConditions::averageGain(), trklet::TrackletCalculatorBase::barrelSeeding(), CalibrationTrackSelector::basicCuts(), AlignmentMuonSelector::basicCuts(), AlignmentTrackSelector::basicCuts(), l1t::OMDSReader::basicQuery(), l1t::OMDSReader::basicQueryGenericKey(), BeamDivergenceVtxGenerator::BeamDivergenceVtxGenerator(), JanAlignmentAlgorithm::begin(), ecaldqm::PresampleTask::beginEvent(), pat::helper::MultiIsolator::beginEvent(), SimpleVFATFrameCollection::BeginIterator(), Tracker_OldtoNewConverter::beginJob(), hcaldqm::DQClient::beginLuminosityBlock(), ExpressLumiProducer::beginLuminosityBlockProduce(), hcaldqm::DigiRunSummary::beginRun(), hcaldqm::DQHarvester::beginRun(), ecaldqm::SelectiveReadoutTask::beginRun(), hcaldqm::DQClient::beginRun(), PPSTimingCalibrationPCLHarvester::beginRun(), SiPixelDetInfoFileWriter::beginRun(), PPSModifySingularModes::beginRun(), OutputDD4hepToDDL::beginRun(), OutputMagneticFieldDDToDDL::beginRun(), SiStripDetInfoFileWriter::beginRun(), OutputDDToDDL::beginRun(), SiStripDcsInfo::beginRun(), OMTFReconstruction::beginRun(), PPSDiamondSampicTimingCalibrationPCLHarvester::beginRun(), HcalOnlineHarvesting::beginRun(), HLTHiggsSubAnalysis::beginRun(), NearbyPixelClustersAnalyzer::beginRun(), HLTExoticaSubAnalysis::beginRun(), SiStripCondVisualizer::beginRun(), EopElecTreeWriter::beginRun(), TrackerDpgAnalysis::beginRun(), FWTriggerTableViewManager::beingDestroyed(), FWGeometryTableViewManager::beingDestroyed(), FWTableViewManager::beingDestroyed(), muonisolation::IsolatorByNominalEfficiency::bestConeForEfficiencyIndex(), hcaldqm::ContainerXXX< int >::book(), AlignmentMonitorTemplate::book(), L1TOccupancyClient::book(), hcaldqm::ContainerProf1D::book(), L1TTestsSummary::book(), hcaldqm::ContainerProf2D::book(), HistogramManager::book(), hcaldqm::Container2D::book(), hcaldqm::Container1D::book(), HIPTwoBodyDecayAnalyzer::bookAllBranches(), HGVHistoProducerAlgo::bookClusterHistos_CellLevel(), HGVHistoProducerAlgo::bookClusterHistos_ClusterLevel(), TrackingQualityChecker::bookGlobalStatus(), HFRaddamTask::bookHistograms(), PedestalTask::bookHistograms(), TPTask::bookHistograms(), LaserTask::bookHistograms(), RawTask::bookHistograms(), RecHitTask::bookHistograms(), DTtTrigDBValidation::bookHistograms(), DigiTask::bookHistograms(), MixCollectionValidation::bookHistograms(), PPSTimingCalibrationPCLWorker::bookHistograms(), DQMMessageLogger::bookHistograms(), hcaldqm::DQTask::bookHistograms(), L1TdeStage2uGT::bookHistograms(), PixelVTXMonitor::bookHistograms(), SiStripGainsCalibTreeWorker::bookHistograms(), TauValidationMiniAOD::bookHistograms(), PPSDiamondSampicTimingCalibrationPCLWorker::bookHistograms(), DiamondSampicDQMSource::bookHistograms(), EcalSelectiveReadoutValidation::bookHistograms(), HLTHiggsPlotter::bookHistograms(), DiamondSampicCalibrationDQMSource::bookHistograms(), LogMessageMonitor::bookHistograms(), HLTJetMETValidation::bookHistograms(), HLTHiggsSubAnalysis::bookHistograms(), CTPPSDiamondDQMSource::bookHistograms(), TauTagValidation::bookHistograms(), SiStripGainsPCLWorker::bookHistograms(), SiStripQualityHotStripIdentifier::bookHistos(), TrackingQualityChecker::bookLSStatus(), NearbyPixelClustersAnalyzer::bookModuleHistograms(), SiStripCondVisualizer::bookModuleHistograms(), SiPixelActionExecutor::bookOccupancyPlots(), MVAJetPuId::bookReader(), HGVHistoProducerAlgo::bookSimClusterHistos(), TrackingCertificationInfo::bookTrackingCertificationMEs(), TrackingCertificationInfo::bookTrackingCertificationMEsAtLumi(), HcalSiPM::BorelCDF(), EcalBoundaryInfoCalculator< EBDetId >::boundaryRecHits(), edm::branchIDToProductID(), FWPFCandidateWithHitsProxyBuilder::build(), MuonGeometryConstantsBuild::build(), Phase2EndcapLayerBuilder::build(), Phase2EndcapLayerDoubleDiskBuilder::build(), Phase2EndcapRingBuilder::build(), Phase2EndcapSubDiskBuilder::build(), Phase2OTBarrelLayerBuilder::build(), Phase2OTBarrelRodBuilder::build(), PixelRodBuilder::build(), TECLayerBuilder::build(), TECPetalBuilder::build(), TECWedgeBuilder::build(), TIBRingBuilder::build(), TIDLayerBuilder::build(), TIDRingBuilder::build(), TOBLayerBuilder::build(), TOBRodBuilder::build(), HcalParametersFromDD::build(), HcalTB02ParametersFromDD::build(), FWPRCaloTowerProxyBuilder::build(), MTDParametersFromDD::build(), FWHGCalMultiClusterProxyBuilder::build(), FWTrackTrackingRecHitProxyBuilder::build(), PixelBladeBuilder< T >::build(), FWECaloParticleProxyBuilder::build(), FWHGCalTriggerCellProxyBuilder::build(), FWPCaloHitProxyBuilder::build(), FWTracksRecHitsProxyBuilder::build(), CSCGeometryBuilder::build(), FWHGCalTriggerClusterProxyBuilder::build(), FWCaloParticleProxyBuilder::build(), FWSiStripDigiProxyBuilder::build(), FWCaloClusterProxyBuilder::build(), FWSecVertexProxyBuilder::build(), FWSimTrackProxyBuilder::build(), FWSiPixelDigiProxyBuilder::build(), ME0SegmentBuilder::build(), CSCGeometryParsFromDD::build(), CTPPSGeometry::build(), FWTracksterHitsProxyBuilder::build(), FWTrackProxyBuilderFullFramework::build(), MuonSeedBuilder::build(), CSCRecHitDBuilder::build(), FWVertexProxyBuilder::build(), GEMCSCSegmentBuilder::build(), GlobalTrajectoryBuilderBase::build(), SiStripCondObjBuilderFromDb::buildAnalysisRelatedObjects(), MuonRPCDetLayerGeometryBuilder::buildBarrelLayers(), ConversionTrackCandidateProducer::buildCollections(), RPCConeBuilder::buildCones(), SiStripDetVOffBuilder::BuildDetVOffObj(), PFBlockAlgo::buildElements(), cms::DDG4Builder::BuildGeometry(), AlignmentTask::buildGeometry(), MuonDTDetLayerGeometryBuilder::buildLayers(), BTLDetLayerGeometryBuilder::buildLayers(), pos::PixelCalibConfiguration::buildObjectsDependingOnTheNameTranslation(), GlobalLogicParser::buildOperandTokenVector(), L1GtLogicParser::buildOperandTokenVector(), GlobalLogicParser::buildOperandTokenVectorNumExp(), L1GtLogicParser::buildOperandTokenVectorNumExp(), HcalSimParametersFromDD::buildParameters(), SiStripDetVOffBuilder::buildPSUdetIdMap(), TkStripMeasurementDet::buildRecHits(), PedeLabeler::buildReverseMap(), MomentumDependentPedeLabeler::buildReverseMap(), RunRangeDependentPedeLabeler::buildReverseMap(), pos::PixelCalibConfiguration::buildROCAndModuleLists(), pos::PixelNameTranslation::buildROCsFromFEDChannel(), GlobalLogicParser::buildRpnVector(), L1GtLogicParser::buildRpnVector(), btagbtvdeep::SeedingTrackInfoBuilder::buildSeedingTrackInfo(), CSCSegAlgoRU::buildSegments(), AlignmentTask::buildStandardConstraints(), SiPixelFrameReverter::buildStructure(), SiPixelClusterSource::buildStructure(), SiPixelDigiSource::buildStructure(), SiPixelRawDataErrorSource::buildStructure(), SiPixelRecHitSource::buildStructure(), PedeSteerer::buildSubSteer(), FWTrackProxyBuilderFullFramework::buildTrack(), btagbtvdeep::TrackPairInfoBuilder::buildTrackPairInfo(), GroupedCkfTrajectoryBuilder::buildTrajectories(), KDTreeLinkerTrackEcal::buildTree(), KDTreeLinkerTrackHcal::buildTree(), emtf::Tree::buildTree(), KDTreeLinkerPSEcal::buildTree(), FWPFTauProxyBuilder::buildViewType(), FWDTDigiProxyBuilder::buildViewType(), BzeroReferenceTrajectory::BzeroReferenceTrajectory(), Alignable::cacheTransformation(), HBHEHitMap::calcEcalNeighborTowers_(), HBHEHitMap::calcEcalSameTowers_(), emtf::Tree::calcError(), HBHEHitMap::calcHcalNeighborTowers_(), HBHEHitMap::calcHcalSameTowers_(), HBHEHitMap::calcHits_(), DQMStoreStats::calcstats(), HBHEHitMap::calcTracksNeighborTowers_(), HBHEHitMap::calcTracksSameTowers_(), reco::helper::CastorJetIDHelper::calculate(), reco::helper::JetIDHelper::calculate(), JetPlusTrackProducerAA::calculateBGtracksJet(), SiStripBadAPVAlgorithmFromClusterOccupancy::CalculateMeanAndRMS(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::CalculateMeanAndRMS(), MultipleAlgoIterator::calculateOrphanInput(), PileUpSubtractor::calculateOrphanInput(), MultipleAlgoIterator::calculatePedestal(), ReflectedIterator::calculatePedestal(), PileUpSubtractor::calculatePedestal(), HiPuRhoProducer::calculatePedestal(), reco::HcalNoiseRBX::caloTowerEmE(), reco::HcalNoiseHPD::caloTowerEmE(), reco::HcalNoiseRBX::caloTowerEmFraction(), reco::HcalNoiseHPD::caloTowerEmFraction(), reco::HcalNoiseRBX::caloTowerHadE(), reco::HcalNoiseHPD::caloTowerHadE(), reco::HcalNoiseRBX::caloTowerTotalE(), reco::HcalNoiseHPD::caloTowerTotalE(), pat::CandidateSummaryTable::CandidateSummaryTable(), CandIsolatorFromDeposits::CandIsolatorFromDeposits(), TauDQMHistPlotter::cfgEntryDrawJob::cfgEntryDrawJob(), edm::CFWriter::CFWriter(), CSCReadoutMapping::chamber(), CSCTriggerMapping::chamber(), CmsShowNavigator::changeFilter(), CmsShowCommonPopup::changeSelectionColorSet(), trklet::ChannelAssignment::ChannelAssignment(), pos::PixelNameTranslation::ChannelFromFEDChannel(), JetCharge::chargeFromRef(), JetCharge::chargeFromValIterator(), heppy::TriggerBitChecker::check(), CommandLine::check(), edm::PrintEventSetupDataRetrieval::check(), edm::EventSetupCacheIdentifierChecker::check(), heppy::TriggerBitChecker::check_unprescaled(), HcalLogicalMap::checkElectronicsHashIds(), HcalLogicalMap::checkHashIds(), CaloSD::checkHit(), HcalLogicalMap::checkIdFunctions(), AlignmentGlobalTrackSelector::checkIsolation(), SiStripHitEfficiencyHarvester::checkMapsValidity(), AlignmentTwoBodyDecayTrackSelector::checkMass(), SiPixelUtility::checkME(), TrackingUtility::checkME(), AlignmentTwoBodyDecayTrackSelector::checkMETMass(), TagProbeFitTreeProducer::checkMother(), SimpleCosmicBONSeeder::checkNoisyModules(), FWGeometryTableView::checkRegionOfInterest(), sipixelobjects::PixelFEDLink::checkRocNumbering(), TopDecaySubset::checkShowerModel(), XrdAdaptor::RequestManager::checkSourcesImpl(), FWGUIManager::checkSubviewAreaIconState(), DCCEETCCBlock::checkTccIdAndNumbTTs(), edm::RootTree::checkTriggerCacheImpl(), TopDecaySubset::checkWBosons(), SiPixelDigitizerAlgorithm::chooseScenario(), SensitiveDetectorCatalog::className(), SensitiveDetectorCatalog::classNames(), PixelTrackCleanerWrapper::clean(), TrajectoryCleaner::clean(), TrajectoryCleanerBySharedHits::clean(), FastTrajectoryCleaner::clean(), FWSimpleProxyBuilder::clean(), mkfit::Event::clean_cms_seedtracks(), mkfit::StdSeq::clean_cms_seedtracks_iter(), mkfit::StdSeq::clean_duplicates(), mkfit::StdSeq::clean_duplicates_sharedhits(), SiStripAPVRestorer::cleaner_HighSlopeChecker(), SiStripAPVRestorer::cleaner_LocalMinimumAdder(), SiStripAPVRestorer::cleaner_MonotonyChecker(), SimTrackManager::cleanTracksWithHistory(), CandIsolatorFromDeposits::SingleDeposit::cleanup(), PFCandIsolatorFromDeposits::SingleDeposit::cleanup(), HLTTrackClusterRemoverNew::cleanup(), HITrackClusterRemover::cleanup(), edm::storage::StatisticsSenderService::cleanupOldFiles(), Hector::clear(), edm::TrieFactory< T >::clear(), FWCaloDataProxyBuilderBase::clearCaloDataSelection(), FWSelectionManager::clearItemSelection(), FWSelectionManager::clearModelSelectionLeaveItem(), FWSelectionManager::clearSelection(), LaserSorter::closeAllStreams(), LaserSorter::closeOldStreams(), PedeSteererWeakModeConstraints::closeOutputfiles(), pv::closest(), FastSiPixelFEDChannelContainerFromQuality::closest_from_above(), FastSiPixelFEDChannelContainerFromQuality::closest_from_below(), SiStripFineDelayHit::closestCluster(), EcalClusterSeverityLevelAlgo::closestProblematic(), SiStripMonitorTrack::clusterInfos(), GapClusterizerInZ::clusterize(), StripClusterizerAlgorithm::clusterize_(), SiPhase2BadStripConfigurableFakeESSource::clusterizeBadChannels(), SiPhase2BadStripChannelBuilder::clusterizeBadChannels(), TracksClusteringFromDisplacedSeed::clusters(), cms::DDCompactView::get< std::vector< double > >(), SiStripBaseDelay::coarseDelay(), TrackerOfflineValidation::collateSummaryHists(), ReducedESRecHitCollectionProducer::collectIds(), HIPAlignmentAlgorithm::collector(), FWModelContextMenuHandler::colorChangeRequested(), FWGeometryTableViewManager::colorsChanged(), FWTriggerTableViewManager::colorsChanged(), FWSummaryManager::colorsChanged(), CombinationGenerator< T >::combinations(), BasicMultiTrajectoryState::combine(), CombinedSeedComparitor::CombinedSeedComparitor(), SiStripProcessedRawDigiProducer::common_process(), SiStripQuality::compact(), DCCTBBlockPrototype::compare(), HltDiff::compare(), CSCSegAlgoShowering::compareProtoSegment(), CSCSegAlgoDF::compareProtoSegment(), ME0SegAlgoRU::compareProtoSegment(), GE0SegAlgoRU::compareProtoSegment(), CombinedSeedComparitor::compatible(), RPCSeedrecHitFinder::complete(), RPCCosmicSeedrecHitFinder::complete(), edm::eventsetup::ESRecordsToProductResolverIndices::component(), CompositeAlignmentDerivativesExtractor::CompositeAlignmentDerivativesExtractor(), CompositeTECPetal::CompositeTECPetal(), CompositeTECWedge::CompositeTECWedge(), CandIsolatorFromDeposits::SingleDeposit::compute(), PFCandIsolatorFromDeposits::SingleDeposit::compute(), EcalDccWeightBuilder::computeAllWeights(), Qjets::computeDCut(), EcalPFClusterIsolation< T1 >::computedRVeto(), MultiRefittedTS::computeFreeTrajectoryState(), SiPixelDataQuality::computeGlobalQualityFlag(), SiPixelUtility::computeHistoBin(), MVAJetPuId::computeIdVariables(), Phase1PixelBlade::computeRadiusRanges(), MuonTrackResidualAnalyzer::computeResolution(), APVShotFinder::computeShots(), EcalUncalibRecHitRatioMethodAlgo< EBDataFrame >::computeTime(), CastorTowerProducer::ComputeTowerVariable(), CondDBESSource::CondDBESSource(), edm::service::ThreadSafeLogMessageLoggerScribe::configure_ordinary_destinations(), QualityTester::configureTests(), DDCmsMTDConstruction::construct(), TBPLayer::construct(), PedeSteererWeakModeConstraints::constructConstraints(), TIBLayerBuilder::constructRings(), DTTrig::constTrigUnit(), trackerTFP::HoughTransform::consume(), trackerTFP::GeometricProcessor::consume(), trklet::DR::consume(), trklet::KFin::consume(), DDG4SolidConverter::convert(), CompositeAlignmentParameters::convert(), convertHB(), edm::ProvenanceAdaptor::convertID(), GlobalLogicParser::convertIntToNameLogicalExpression(), L1GtLogicParser::convertIntToNameLogicalExpression(), GlobalLogicParser::convertNameToIntLogicalExpression(), L1GtLogicParser::convertNameToIntLogicalExpression(), cond::persistency::convertoToOracleConnection(), edm::ParameterSetConverter::convertParameterSets(), DDExpandedView::copyNumbers(), edm::soahelper::SoATupleHelper< I, Args >::copyToNew(), JetCoreMCtruthSeedGenerator::coreTracksFilling(), MuonResidualsFitter::correctBField(), CompositeAlignmentParameters::correctionTerm(), PedeSteerer::correctToReferenceSystem(), CosmicHitPairGenerator::CosmicHitPairGenerator(), CosmicHitTripletGenerator::CosmicHitTripletGenerator(), pat::EventHypothesis::count(), countEmptyRows(), DefaultFFTJetObjectFactory< AbsFFTSpecificScaleCalculator >::create(), SiPixelStatusManager::createBadComponents(), SiStripHistoPlotter::createCondDBPlots(), DDConstant::createConstantsFromEvaluator(), SiPixelStatusManager::createFEDerror25(), TkModuleGroupSelector::createGroup(), PFElectronTranslator::createGsfElectrons(), TkModuleGroupSelector::createModuleGroups(), RPCStripsRing::createOtherConnections(), DDI::Specific::createPartSelections(), RPCStripsRing::createRefConnections(), TGeoMgrFromDdd::createShape(), SiStripSummaryCreator::createSummary(), DTTrig::createTUs(), JME::JetParameters::createVector(), AlcaBeamSpotManager::createWeightedPayloads(), CaloDetIdAssociator::crossedElement(), CrossSectionHandler::CrossSectionHandler(), HcalTB02SD::crystalLength(), CSCObjectMap::CSCObjectMap(), CTPPSPixelDAQMappingESSourceXML::CTPPSPixelDAQMappingESSourceXML(), muonisolation::IsolatorByNominalEfficiency::cuts(), TBPLayer::cylinder(), FWTableWidget::dataChanged(), reco::PFDisplacedVertexCandidate::dcaPoint(), DDG4ProductionCuts::dd4hepInitialize(), dd_error_scan(), dd_exchange_value(), dd_to_html(), DDCheckAll(), DDCheckConnect(), dddGetStringRaw(), cms::DDDWorld::DDDWorld(), DDExpandedViewDump(), DDfetch(), DDIsValid(), trklet::TrackletCalculatorDisplaced::DDLSeeding(), DDSpecifics::DDSpecifics(), ddstats(), DDValue::DDValue(), CSCGeometry::deallocate(), MisalignmentScenarioBuilder::decodeMovements_(), magfieldparam::poly2d_base::DecPow(), DetGeomDesc::deepDeleteComponents(), HcalTimeSlewSim::delay(), SiStripBaseDelay::delay(), FWLiteESSource::delaySettingRecords(), EcalElectronicsMapper::deletePointers(), AlphaTVarProducer::deltaHt(), PFCandWithSuperClusterExtractor::depositFromObject(), muonisolation::CandViewExtractor::depositFromObject(), cms::perftools::AllocMonitorRegistry::deregisterMonitor(), CSCSegFit::derivativeMatrix(), MuonSegFit::derivativeMatrix(), CompositeAlignmentParameters::derivatives(), CompositeAlignmentParameters::derivativesLegacy(), Phase2TrackerCabling::description(), edm::soahelper::SoATupleHelper< I, Args >::destroy(), DDHtmlLpDetails::details(), DDHtmlMaDetails::details(), SiStripBaseDelay::detIds(), magfieldparam::rz_poly::Diff(), magfieldparam::poly2d_base::Diff(), Phase2TrackerDigitizerAlgorithm::digitize(), ESDataFormatterV1_1::DigiToRaw(), ESDataFormatterV4::DigiToRaw(), CSGAction::disableImp(), SiStripDetVOffBuilder::discardIOVs(), TemplatedJetProbabilityComputer< Container, Base >::discriminator(), TemplatedJetBProbabilityComputer< Container, Base >::discriminator(), trklet::TrackletCalculatorBase::diskSeeding(), DCCEventBlock::display(), DCCTBBlockPrototype::displayData(), reco::PFBlock::dist(), reco::PFDisplacedVertexCandidate::dist(), trackerTFP::MiniHoughTransform::dlb(), PreMixingSiStripWorker::DMinitializeDetUnit(), L1JetRecoTreeProducer::doCaloJetCorr(), L1JetRecoTreeProducer::doCaloJets(), L1JetRecoTreeProducer::doCorrPUPPIJets(), CSCSkim::doDTOverlap(), CSCOfflineMonitor::doEfficiencies(), VariableComputer::doesNotCompute(), CSCSkim::doHaloLike(), edmtest::OtherThingAnalyzer::doit(), DDNsGenerator::doit(), OutsideInMuonSeeder::doLayer(), CSCSkim::doOverlapSkimming(), L1JetRecoTreeProducer::doPFJetCorr(), L1JetRecoTreeProducer::doPFJets(), L1JetRecoTreeProducer::doPFMetNoMu(), edm::PreMixingModule::doPileUp(), L1JetRecoTreeProducer::doPUPPIJets(), L1JetRecoTreeProducer::doPUPPIMetNoMu(), FWHFTowerSliceSelector::doSelect(), FWHGTowerSliceSelector::doSelect(), FWFromTEveCaloDataSelector::doSelect(), HLTEcalResonanceFilter::doSelection(), HLTRegionalEcalResonanceFilter::doSelection(), edm::detail::doTheOffset(), FWHFTowerSliceSelector::doUnselect(), FWHGTowerSliceSelector::doUnselect(), FWFromTEveCaloDataSelector::doUnselect(), L1JetRecoTreeProducer::doZPt(), hcaldqm::DQHarvester::dqmBeginLuminosityBlock(), HLTVertexPerformanceAnalyzer::dqmBeginRun(), SiStripMonitorDigi::dqmBeginRun(), DTDCSByLumiTask::dqmBeginRun(), HLTBTagPerformanceAnalyzer::dqmBeginRun(), DiamondSampicDQMSource::dqmBeginRun(), DiamondSampicCalibrationDQMSource::dqmBeginRun(), HLTJetMETValidation::dqmBeginRun(), CTPPSDiamondDQMSource::dqmBeginRun(), METAnalyzer::dqmBeginRun(), OffsetDQMPostProcessor::dqmEndJob(), PFJetDQMPostProcessor::dqmEndJob(), L1TOccupancyClient::dqmEndJob(), CSCDcsInfo::dqmEndJob(), CSCDaqInfo::dqmEndJob(), CSCCertificationInfo::dqmEndJob(), SiStripHitEfficiencyHarvester::dqmEndJob(), SiStripLorentzAnglePCLHarvester::dqmEndJob(), HLTMuonCertSummary::dqmEndJob(), L1TOccupancyClient::dqmEndLuminosityBlock(), LheWeightValidation::dqmEndRun(), SiPixelStatusHarvester::dqmEndRun(), METAnalyzer::dqmEndRun(), edm::RootFile::dropOnInputAndReorder(), DTConfigTraco::DTConfigTraco(), DTObjectMap::DTObjectMap(), AllInOneConfig::dump(), muonisolation::NominalEfficiencyThresholds::dump(), AlignableMap::dump(), hcaldqm::ContainerXXX< int >::dump(), L1RPCHwConfig::dump(), cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >::dump(), dump(), RPCLinkSynchroStat::dumpDelays(), DTTrig::dumpGeom(), HBHEIsolatedNoiseReflagger::DumpHBHEHitMap(), CSCSegAlgoSK::dumpHits(), CSCSegAlgoTC::dumpHits(), HBHETimingShapedFlagSetter::dumpInfo(), L1MuGMTConfig::dumpLUTs(), DTTrig::dumpLuts(), PrintoutHelper::dumpMeasurements(), DQMStoreStats::dumpMemoryProfile(), L1MuGMTConfig::dumpRegs(), PrintGeomSummary::dumpSummary(), SiPixelDetectorStatus::dumpToFile(), MVAJetPuId::dumpVariables(), PileupJetIdAlgo::dumpVariables(), EcalTimeBiasCorrectionsXMLTranslator::dumpXML(), EcalClusterLocalContCorrXMLTranslator::dumpXML(), EcalTPGTowerStatusXMLTranslator::dumpXML(), EcalAlignmentXMLTranslator::dumpXML(), EcalClusterCrackCorrXMLTranslator::dumpXML(), EcalClusterEnergyCorrectionObjectSpecificXMLTranslator::dumpXML(), EcalClusterEnergyCorrectionXMLTranslator::dumpXML(), EcalTBWeightsXMLTranslator::dumpXML(), InvRingCalib::duringLoop(), DynArray< T >::DynArray(), InvRingCalib::EBRegionDef(), EcalEleCalibLooper::EBRegionDefinition(), EcalDCCTB07UnpackingModule::EcalDCCTB07UnpackingModule(), EcalFedMap::EcalFedMap(), EcalSelectiveReadoutValidation::EcalSelectiveReadoutValidation(), EcalEleCalibLooper::EERegionDefinition(), pat::PATObject< reco::Muon >::efficiency(), pat::helper::EfficiencyLoader::EfficiencyLoader(), pat::PATObject< reco::Muon >::embedGenParticle(), pat::GenericParticle::embedTracks(), TriggerBoardSpec::enabledLinkConns(), CSGAction::enableImp(), FW3DViewBase::enableSceneClip(), evf::FastMonEncoding::encode(), evf::FastMonEncoding::encodeString(), poly< T >::const_iterator::end_of(), TowerBlockFormatter::EndEvent(), pat::helper::MultiIsolator::endEvent(), hcaldqm::RawRunSummary::endJob(), hcaldqm::RecoRunSummary::endJob(), hcaldqm::TPRunSummary::endJob(), hcaldqm::DigiRunSummary::endJob(), TreeSplitter::endJob(), CTPPSDirectProtonSimulationValidator::endJob(), FilterOutLowPt::endJob(), HitParentTest::endJob(), CTPPSTrackDistributionPlotter::endJob(), HltComparator::endJob(), CTPPSProtonReconstructionPlotter::endJob(), TrackerGeometryCompare::endJob(), HcalCalibrator::endJob(), SplitVertexResolution::endJob(), edm::EventContentAnalyzer::endJob(), GeneralPurposeTrackAnalyzer::endJob(), DMRChecker::endJob(), hcaldqm::RawRunSummary::endLuminosityBlock(), hcaldqm::DigiRunSummary::endLuminosityBlock(), PixelLumiDQM::endLuminosityBlock(), SimG4FluxProducer::endOfEvent(), HGCPassive::endOfEvent(), InvRingCalib::endOfLoop(), AlcaBeamSpotHarvester::endRun(), LumiCalculator::endRun(), HLTExoticaSubAnalysis::endRun(), TauDQMHistPlotter::endRun(), LA_Filler_Fitter::ensemble_results(), LA_Filler_Fitter::ensemble_summary(), Book::erase(), edm::ParameterSet::eraseOrSetUntrackedParameterSet(), edm::ParameterSet::eraseSimpleParameter(), edm::service::MessageLogger::establish(), edm::service::MessageLogger::establishModule(), muonisolation::NominalEfficiencyThresholds::EtaBounds::EtaBounds(), L1GtAlgorithmEvaluation::evaluateAlgorithm(), l1t::AlgorithmEvaluation::evaluateAlgorithm(), TMVAEvaluator::evaluateGBRForest(), TMVAEvaluator::evaluateTMVA(), AlignmentMonitorTemplate::event(), AlignmentMonitorMuonResiduals::event(), AlignmentMonitorTracksFromTrajectories::event(), MuonCosmicCompatibilityFiller::eventActivity(), FWGUIManager::eventChangedCallback(), FWTriggerTableViewManager::eventEnd(), RPCPackingModule::eventRecords(), JetPlusTrackCorrector::excludeJta(), GlobalLogicParser::expressionResult(), L1GtLogicParser::expressionResult(), GlobalLogicParser::expressionResultNumExp(), L1GtLogicParser::expressionResultNumExp(), GlobalLogicParser::expressionSeedsOperandList(), L1GtLogicParser::expressionSeedsOperandList(), edm::TransformerBase::extendUpdateLookup(), SiStripBadAPVAlgorithmFromClusterOccupancy::extractBadAPVs(), SiStripBadAPVandHotStripAlgorithmFromClusterOccupancy::extractBadAPVSandStrips(), SiStripHotStripAlgorithmFromClusterOccupancy::extractBadStrips(), L1GtPatternGenerator::extractGlobalTriggerData(), CompositeAlignmentParameters::extractPositionAndLength(), RecordHelper< TOutput >::extractRecord(), extractRecordData(), trackerTFP::DataFormats::extractStub(), trackerTFP::DataFormats::extractTrack(), DDG4SolidConverter::extrudedpolygon(), factorRPFromSensorCorrections(), LinkBoardSpec::feb(), SiPixelFedCablingTree::fed(), pos::PixelNameTranslation::FEDChannelExist(), APVGain::FetchMonitor(), ElectronMCTruthFinder::fill(), PizeroMCTruthFinder::fill(), PhotonMCTruthFinder::fill(), trackerTFP::ZHoughTransform::fill(), trackerTFP::MiniHoughTransform::fill(), fwlite::RecordWriter::fill(), FBaseSimEvent::fill(), ThePEG::RandomEngineGlue::fill(), CTPPSProtonReconstructionPlotter::SingleRPPlots::fill(), DAClusterizerInZ_vect::fill(), EcalSignalGenerator< EEDigitizerTraits >::fill(), CTPPSProtonReconstructionPlotter::MultiRPPlots::fill(), edm::MultiAssociation< C >::LazyFiller::fill(), cond::payloadInspector::RunHistoryPlot< PayloadType, std::pair< double, double > >::fill(), cond::payloadInspector::TimeHistoryPlot< PayloadType, std::pair< double, double > >::fill(), gainCalibHelper::SiPixelGainCalibrationByRegionComparisonBase< myType, PayloadType, nIOVs, ntags >::fill(), CSCValHists::fill1DHist(), CSCValHists::fill1DHistByChamber(), CSCValHists::fill1DHistByCrate(), CSCValHists::fill1DHistByLayer(), CSCValHists::fill1DHistByStation(), CSCValHists::fill1DHistByType(), CSCValHists::fill2DHist(), CSCValHists::fill2DHistByChamber(), CSCValHists::fill2DHistByCrate(), CSCValHists::fill2DHistByEvent(), CSCValHists::fill2DHistByLayer(), CSCValHists::fill2DHistByStation(), CSCValHists::fill2DHistByType(), CSCValHists::fill2DProfile(), HGVHistoProducerAlgo::fill_generic_cluster_histos(), edmplugin::PluginFactoryBase::fillAvailable(), FWHLTTriggerTableView::fillAverageAcceptFractions(), SiStripBadComponentInfo::fillBadComponentMaps(), SiStripQuality::fillBadComponents(), SiStripPI::fillBCArrays(), CSCValHists::fillCalibHist(), FWHFTowerProxyBuilderBase::fillCaloData(), FWHGTowerProxyBuilderBase::fillCaloData(), reco::HcalNoiseInfoProducer::fillcalotwrs(), RPCSeedLayerFinder::fillCosmicLayers(), SiPixelGainCalibrationReadDQMFile::fillDatabase(), SiPixelGainCalibrationRejectNoisyAndDead::fillDatabase(), WriteCTPPSPixGainCalibrations::fillDB(), RPCSim::fillDigis(), reco::HcalNoiseInfoProducer::filldigis(), HcalSignalGenerator< HBHEDigitizerTraits >::fillDigis(), edm::ProductSelector::fillDroppedToKept(), TrackingQualityChecker::fillDummyGlobalStatus(), TrackingQualityChecker::fillDummyLSStatus(), TrackingCertificationInfo::fillDummyTrackingCertification(), TrackingCertificationInfo::fillDummyTrackingCertificationAtLumi(), SiPixelActionExecutor::fillEfficiency(), MillePedeDQMModule::fillExpertHistos(), MillePedeDQMModule::fillExpertHistos_HG(), SiPixelActionExecutor::fillFEDErrorSummary(), trackerTFP::KalmanFilterFormats::fillFormats(), trackerTFP::DataFormats::fillFormats(), fillFunctionParamsValues(), SiPixelDataQuality::fillGlobalQualityPlot(), SiPixelActionExecutor::fillGrandBarrelSummaryHistos(), SiPixelActionExecutor::fillGrandEndcapSummaryHistos(), SiStripSummaryCreator::fillGrandSummaryHistos(), SiStripQualityDQM::fillGrandSummaryMEs(), ErrorsAnalyzer::fillHistograms(), ErrorsPropagationAnalyzer::fillHistograms(), tadqm::TrackAnalyzer::fillHistosForTrackerSpecific(), CaloSteppingAction::fillHit(), edmplugin::PluginFactoryBase::fillInfo(), HFPreReconstructor::fillInfos(), HistogramManager::fillInternal(), Phase2ITValidateCluster::fillITHistos(), cms::PileupJPTJetIdAlgo::fillJPTBlock(), RPCSeedLayerFinder::fillLayers(), TopDecaySubset::fillListing(), SiStripHitEffData::fillMapFromTkMap(), EcalElectronicsMapper::fillMaps(), ContainmentCorrectionAnalyzer::fillMcTruth(), reco::Mustache::FillMustacheVar(), SiStripGain::fillNewGain(), popcon::SiStripPopConHandlerUnitTest< T >::fillObject(), popcon::SiStripPopConHandlerUnitTestGain< T >::fillObject(), popcon::SiStripPopConHandlerUnitTestNoise< T >::fillObject(), SiPixelActionExecutor::fillOccupancy(), FWExpressionValidator::fillOptions(), Phase2OTValidateCluster::fillOTHistos(), pat::helper::BasicOverlapTest::fillOverlapsForItem(), pat::helper::OverlapBySuperClusterSeed::fillOverlapsForItem(), MTDTopologyEP::fillParameters(), CaloSteppingAction::fillPassiveHits(), L2TauNNProducerAlpaka::fillPatatracks(), L2TauNNProducer::fillPatatracks(), fillPathSummary(), SiPixelUtility::fillPaveText(), TrackingNtuple::fillPhase2OTHits(), TrackingNtuple::fillPixelHits(), CSCValHists::fillProfile(), CSCValHists::fillProfileByChamber(), CSCValHists::fillProfileByType(), CSCHitFromStripOnly::fillPulseHeights(), reco::HcalNoiseInfoProducer::fillrechits(), CSCEfficiency::fillRechitsSegments_info(), edm::eventsetup::ESProductResolverProvider::ESProductResolverContainer::fillRecordsNotAllowingConcurrentIOVs(), DynamicTruncation::fillSegmentMaps(), SiPixelDigitizerAlgorithm::fillSimHitMaps(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::fillSingleObjectPlots(), TrackingNtuple::fillStripMatchedHits(), SiPixelActionExecutor::fillSummary(), SiStripSummaryCreator::fillSummaryHistos(), PATTauHybridProducer::fillTauFromJet(), TrackingCertificationInfo::fillTrackingCertificationMEs(), TrackingCertificationInfo::fillTrackingCertificationMEsAtLumi(), TrackingQualityChecker::fillTrackingStatus(), TrackingQualityChecker::fillTrackingStatusAtLumi(), TrackerOfflineValidationSummary::fillTree(), TrackerOfflineValidation::fillTree(), SiPixelPhase1Summary::fillTrendPlots(), GlobalRecHitsAnalyzer::fillTrk(), GlobalRecHitsProducer::fillTrk(), RPCStripsRing::fillWithVirtualStrips(), edm::StreamSchedule::fillWorkers(), MultiCandGenEvtSelector::filter(), EcalGenEvtSelector::filter(), EcalGenEvtSelectorFrag::filter(), HadronDecayGenEvtSelector::filter(), PartonHadronDecayGenEvtSelector::filter(), SimMuFilter::filter(), ElectronIsolatorFromEffectiveArea::filter(), cms::TECClusterFilter::filter(), HLTHcalMETNoiseCleaner::filter(), cms::ClusterMTCCFilter::filter(), HLTHcalMETNoiseFilter::filter(), HLTPathSelector::filter(), HLTPixelActivityHFSumEnergyFilter::filter(), BeamSplash::filter(), ECALActivity::filter(), MuonAlignmentPreFilter::filter(), RecHitEnergyFilter::filter(), GenHTFilter::filter(), ComphepSingletopFilterPy8::filter(), GoodVertexFilter::filter(), SecondaryVertexFilter::filter(), BVertexFilterT< VTX >::filter(), FilterScrapingPixelProbability::filter(), HcalLaserEventFilter2012::filter(), HLTHFAsymmetryFilter::filter(), SiStripDetWithSomething< T >::filter(), JetVertexChecker::filter(), ModelpMSSMFilter::filter(), LargeEvents< T >::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), HLTEcalResonanceFilter::filter(), HLTRegionalEcalResonanceFilter::filter(), cms::DDFilteredView::filter(), filterCells3x3(), filterCells5x5(), filterCellsInCone(), Hector::filterD1(), Hector::filterFP420(), DynamicTruncation::filteringAlgo(), FilterOR::FilterOR(), RPCStripsRing::filterOverlapingChambers(), Hector::filterZDC(), HadronicProcessHelper::finalState(), find(), AlignableMap::find(), EcalCondTowerObjectContainer< T >::find(), HcalIndexLookup::find(), EcalCondObjectContainer< Values >::find(), cmdline::CmdLine::find(), PixelDigitizerAlgorithm::TimewalkModel::find_closest_index(), HIPAlignmentAlgorithm::findAlignableSpecs(), findBinOfMaximum(), CaloSD::findBoundaryCrossingParent(), mkfit::MkFinder::findCandidates(), mkfit::MkFinder::findCandidatesCloneEngine(), FWColorRow::FindColorIndex(), edm::eventsetup::findDependents(), MeasurementTrackerImpl::findDet(), CSCSegAlgoST::findDuplicates(), edm::FileIndex::findEventEntryPosition(), edm::FileIndex::findEventPosition(), pat::PATGenCandsFromSimTracksProducer::findGeantMother(), CSCReadoutMapping::findHardwareId(), reco::HcalNoiseRBXArray::findHPD(), MSLayersAtAngle::findLayer(), SiPixelFrameReverter::findLinkInFed(), edm::FileIndex::findLumiOrRunPosition(), edm::FileIndex::findLumiPosition(), edm::Factory::findMaker(), HLTMuonPlotter::findMatches(), ElectronCalibration::findMaxHit(), dqm::implementation::DQMStore::findME(), findNameSpaces(), PhysicsTowerOrganizer::findNeighbors(), SiPixelInformationExtractor::findNoisyPixels(), edm::findOrAssert(), edm::findOrDefault(), SiPixelFrameReverter::findPixelInRoc(), edm::FileIndex::findPosition(), reco::HcalNoiseRBXArray::findRBX(), pat::PATGenCandsFromSimTracksProducer::findRef(), SiPixelFrameReverter::findRocInDet(), SiPixelFrameReverter::findRocInLink(), math::Graph< Node2, AnotherDummy2 >::findRoots(), edm::FileIndex::findRunPosition(), EmulationObserverBase::findSimMuon(), OMTFPatternMaker::findSimMuon(), CSCGeometry::findSpecs(), PhysicsTowerOrganizer::findTower(), JetPlusTrackCorrector::findTrack(), shallow::findTrackIndex(), tt::StubAssociation::findTrackingParticlePtrs(), tt::StubAssociation::findTTStubRefs(), FWDetailViewManager::findViewersFor(), SiStripBaseDelay::fineDelay(), StraightTrackAlignment::finish(), LA_Filler_Fitter::fit_width_profile(), LocalTrackFitter::fitAndRemoveOutliers(), JetCoreClusterSplitter::fittingSplit(), alpgen::fixEventHiggsTTbar(), alpgen::fixEventSingleTop(), alpgen::fixEventTTbar(), edm::ProvenanceAdaptor::fixProcessHistory(), gpuVertexFinder::for(), for(), CTPPSTotemDataFormatter::formatRawData(), PixelDataFormatter::formatRawData(), CTPPSPixelDataFormatter::formatRawData(), GeometryInterface::formatValue(), MuonSeedBuilder::foundMatchingSegment(), EcalClusterSeverityLevelAlgo::fractionAroundClosestProblematic(), cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >::freeRows(), cms::MD5Result::fromHexifiedString(), RPCPhiEff::fromRaw(), edm::ErrorObj::fullText(), FWEveViewManager::FWEveViewManager(), FWLiteESRecordWriterAnalyzer::FWLiteESRecordWriterAnalyzer(), FWPartialConfigGUI::FWPartialConfigGUI(), FWTableWidget::FWTableWidget(), FWTabularWidget::FWTabularWidget(), GCP(), HcalLogicalMap::generateHcalElectronicsMap(), Pythia8HepMC3Hadronizer::generatePartonsAndHadronize(), Pythia8Hadronizer::generatePartonsAndHadronize(), PPSFastLocalSimulation::GenerateTrack(), pat::PATGenCandsFromSimTracksProducer::generatorRef_(), MuonGeometryNumbering::geoHistoryToBaseNumber(), cms::MuonNumbering::geoHistoryToBaseNumber(), pat::Flags::get(), cms::MuonNumbering::get(), ConfObject::get(), L1GtPatternLine::get(), pat::EventHypothesis::get(), L1TriggerKey::get(), L1TriggerKeyExt::get(), SiStripConfObject::get(), AlignmentGeometry::get(), cond::persistency::RunInfoProxy::get(), DDXMLElement::get(), MuonDigiCollection< RPCDetId, RPCDigi >::get(), dqm::implementation::IGetter::get(), CTPPSToFDetector::get_CellId(), DEcompare< T >::get_ncand(), hitfit::Defaults_Textrep::get_val(), evf::FastMonitoringService::getAbortFlagForLumi(), AlignPCLThresholds::getAlignableList(), SurveyMisalignmentInput::getAlignableSurface(), AlignPCLThresholds::getAlignPCLThreshold(), dqm::implementation::IGetter::getAllContents(), edm::ParameterSet::getAllFileInPaths(), PFElectronTranslator::getAmbiguousGsfTracks(), HEcalDetIdAssociator::getASetOfValidDetIds(), HHcalDetIdAssociator::getASetOfValidDetIds(), HCaloDetIdAssociator::getASetOfValidDetIds(), SiPixelQuality::getBadRocPositions(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::getBestCombination(), hcaldqm::quantity::CrateQuantity::getBin(), SiPixelActionExecutor::GetBladeSubdirs(), MEEEGeom::getBoundary(), FWFileEntry::getBranchName(), cscdqm::Configuration::getChamberCounterValue(), pos::PixelNameTranslation::getChannelFromHdwAddress(), HGCalImagingAlgo::getClusters(), L1MuDTQualPatternLut::getCoarseEta(), L1MuBMTQualPatternLut::getCoarseEta(), EcalTPGParamBuilder::getCoeff(), RecordHelper< TOutput >::getColumnList(), ApvAnalysisFactory::getCommonMode(), RPCConeBuilderFromES::getConesFromES(), dqm::implementation::IGetter::getContents(), FWGeometry::getCorners(), metsig::METSignificance::getCovariance(), hcaldqm::utilities::getCrateHashMap(), hcaldqm::utilities::getCrateList(), LHCInfoPopConSourceHandler::getCTPPSData(), LHCInfoPerFillPopConSourceHandler::getCTPPSData(), LumiProducer::getCurrentDataTag(), DCCTBBlockPrototype::getDataField(), EcalElectronicsMapper::getDCCId(), SiStripDelay::getDelay(), HcalDDDRecConstants::getDepth(), TotemRPLocalTrackFitterAlgorithm::getDetAlgebraData(), EcalElectronicsMapping::getDetId(), SiPixelFEDChannelContainer::getDetSetBadPixelFedChannels(), SiPixelDetInfoFileReader::getDetUnitDimensions(), HBHEHitMapOrganizer::getDiHits(), Hector::getDirect(), DetGeometry::getDirectionData(), SiPixelConfigParser::getDocument(), SiStripConfigParser::getDocument(), TrackAssociatorByHitsImpl::getDoubleCount(), QuickTrackAssociatorByHitsImpl::getDoubleCount(), EcalSimRawData::getEbDigi(), LHCInfoPopConSourceHandler::getEcalData(), LHCInfoPerFillPopConSourceHandler::getEcalData(), EcalElectronicsMapping::getElectronicsId(), DDLElementRegistry::getElement(), CalibrationCluster::getEnergyVector(), EcalClusterLazyToolsBase::getESHits(), edm::eventsetup::EventSetupsController::getESProducerAndRegisterProcess(), edm::eventsetup::EventSetupsController::getESProducerPSet(), EcalClusterLazyToolsBase::getESRecHits(), edm::eventsetup::EventSetupsController::getESSourceAndRegisterProcess(), sistriptools::algorithm::SingleMultiplicity< T >::getEvent(), evf::FastMonitoringService::getEventsProcessedForLumi(), FWGeometry::getEveShape(), hcaldqm::utilities::getFEDList(), SiPixelActionExecutor::getFEDSummaryME(), hcaldqm::utilities::getFEDuTCAList(), hcaldqm::utilities::getFEDVMEList(), PedeSteererWeakModeConstraints::getFile(), G4ProcessHelper::GetFinalState(), AlignPCLThresholdsHG::getFloatVec(), SimpleVFATFrameCollection::GetFrameByID(), SimpleVFATFrameCollection::GetFrameByIndex(), CTPPSPixelGainCalibrations::getGainCalibration(), Herwig7Hadronizer::getGenLumiInfoHeader(), Pythia8HepMC3Hadronizer::getGenLumiInfoHeader(), Pythia8Hadronizer::getGenLumiInfoHeader(), getGenTau(), FastLineRecognition::getGeomData(), L1MuGMTReadoutRecord::getGMTBrlCands(), L1MuGMTReadoutRecord::getGMTCands(), L1MuGMTReadoutRecord::getGMTFwdCands(), SiPixelActionExecutor::getGrandSummaryME(), HLTExoticaSubAnalysis::getHandlesToObjects(), pos::PixelNameTranslation::getHdwAddress(), FWGeometry::getHGCScintillatorEveShape(), FWGeometry::getHGCSiliconEveShape(), FWEveOverlap::GetHighlightTooltip(), FWEveDetectorGeo::GetHighlightTooltip(), PixelRegions::PixelRegionContainers::getHistoFromMap(), FWPFCandidateWithHitsProxyBuilder::getHitForDetId(), SeedMvaEstimatorPhase2::getHitTsosPairs(), HBHEHitMapOrganizer::getHPDs(), getIEtaIPhiForHighestE(), G4ProcessHelper::GetInclusiveCrossSection(), CalibrationInterface< T, CO >::getIndex(), MuonGeometryNumbering::getInt(), edm::Ptr< CaloRecHit >::getItem_(), HcalObjRepresent::HcalDataContainer< Items, Item >::getItemFromValCont(), SiPixelInformationExtractor::getItemList(), pat::PATObject< reco::Muon >::getKinResolution(), SeedMvaEstimator::getL1MuonVariables(), SeedMvaEstimator::getL2MuonVariables(), hcaldqm::quantity::FlagQuantity::getLabels(), CommonAnalyzer::getList(), ESElectronicsMapper::GetListofFEDs(), EcalElectronicsMapping::getLMNumber(), L1RPCConeBuilder::TCompressedCon::getLogStrip(), RPCLogCone::getLogStripDigisIdxs(), L1TMenuHelper::getLUSOTrigger(), edm::ParentageRegistry::getMapped(), edm::pset::Registry::getMapped(), TrackAssociatorByHitsImpl::getMatchedIds(), MuonAssociatorByHitsHelper::getMatchedIds(), FWGeometry::getMatchedIds(), FWGeometry::getMatrix(), magfieldparam::poly2d_base::GetMaxPow(), ParametrizedSubtractor::getMeanAtTower(), PileUpSubtractor::getMeanAtTower(), AlignmentTask::getMeasurementIndex(), FWTGeoRecoGeometryESProducer::GetMedium(), TrackingUtility::getMEList(), trklet::Sector::getMem(), SiPixelConfigParser::getMENamesForBarrelSummary(), SiPixelConfigParser::getMENamesForEndcapSummary(), SiPixelConfigParser::getMENamesForFEDErrorSummary(), SiPixelConfigParser::getMENamesForGrandBarrelSummary(), SiPixelConfigParser::getMENamesForGrandEndcapSummary(), SiPixelConfigParser::getMENamesForTree(), jsoncollector::FastMonitor::getMergedIntJForLumi(), PhotonMIPHaloTagger::GetMipTrailFit(), TrackingUtility::getModuleFolderList(), SiStripQualityChecker::getModuleStatus(), HBHEHitMapOrganizer::getMonoHits(), MuonMETAlgo::GetMuDepDeltas(), PileupJetIdAlgo::getMVAval(), PileUpSubtractor::getN(), edm::ParameterSet::getNamesByCode_(), SiStripGainFromAsciiFile::getNewObject(), SiStripBadModuleByHandBuilder::getNewObject(), SiPixelBadModuleByHandBuilder::getNewObject(), SiStripGainRandomCalculator::getNewObject(), SiStripCalibLorentzAngle::getNewObject(), SiStripNoisesFromDBMiscalibrator::getNewObject_withDefaults(), RPCDBPerformanceHandler::getNewObjects(), popcon::EcalPulseShapesHandler::getNewObjects(), popcon::EcalSRPHandler::getNewObjects(), popcon::EcalPulseSymmCovariancesHandler::getNewObjects(), popcon::EcalTPGBadStripHandler::getNewObjects(), popcon::EcalTPGBadTTHandler::getNewObjects(), popcon::EcalTPGFineGrainEBIdMapHandler::getNewObjects(), popcon::EcalTPGLinConstHandler::getNewObjects(), popcon::EcalTPGLutIdMapHandler::getNewObjects(), popcon::EcalTPGTPModeHandler::getNewObjects(), popcon::EcalTPGWeightIdMapHandler::getNewObjects(), popcon::EcalTPGOddWeightIdMapHandler::getNewObjects(), popcon::EcalTPGPhysicsConstHandler::getNewObjects(), popcon::EcalDAQHandler::getNewObjects(), popcon::EcalTPGBadXTHandler::getNewObjects(), popcon::EcalTPGFineGrainEBGroupHandler::getNewObjects(), popcon::EcalTPGFineGrainTowerEEHandler::getNewObjects(), popcon::EcalADCToGeVHandler::getNewObjects(), popcon::EcalTPGWeightGroupHandler::getNewObjects(), popcon::EcalTPGSlidingWindowHandler::getNewObjects(), popcon::EcalTPGOddWeightGroupHandler::getNewObjects(), popcon::EcalTPGPedestalsHandler::getNewObjects(), popcon::EcalTPGFineGrainStripEEHandler::getNewObjects(), popcon::EcalTPGLutGroupHandler::getNewObjects(), popcon::EcalTPGSpikeThresholdHandler::getNewObjects(), popcon::EcalDCSHandler::getNewObjects(), popcon::EcalPedestalsHandler::getNewObjectsP5(), Qjets::GetNextDistance(), SiStripDetInfo::getNumberOfApvsAndStripLength(), PileUpSubtractor::getNwithJets(), FastLineRecognition::getOneLine(), TkModuleGroupSelector::getParameterIndexFromDetId(), FWGeometry::getParameters(), SurveyPxbDicer::getParByName(), L1MuDTEtaPatternLut::getPattern(), L1MuBMTEtaPatternLut::getPattern(), ApvAnalysisFactory::getPedestal(), APVCyclePhaseCollection::getPhase(), APVCyclePhaseCollection::getPhases(), ParametrizedSubtractor::getPileUpAtTower(), PileUpSubtractor::getPileUpAtTower(), SiPixelQualityProbabilities::getPileUpBins(), HDQMSummary::getPosition(), SiStripSummary::getPosition(), edm::service::PrescaleService::getPrescale(), SiPixelQualityProbabilities::getProbabilities(), trklet::Sector::getProc(), edm::ParameterSet::getPSetForUpdate(), edm::ParameterSet::getPSetVectorForUpdate(), L1MuDTQualPatternLut::getQualifiedPatterns(), L1MuBMTQualPatternLut::getQualifiedPatterns(), AlignmentTask::getQuantityIndex(), HBHEHitMapOrganizer::getRBXs(), cond::service::PoolDBOutputService::getRecord(), DataReducer< T >::getReducedDataList(), GBRForest2D::GetResponse(), GBRForestD::GetResponse(), PerformancePayloadFromBinnedTFormula::getResult(), PerformancePayloadFromTFormula::getResult(), GlobalMuonRefitter::getRidOfSelectStationHits(), pos::PixelNameTranslation::getROCsFromFEDChannel(), CTPPSRPAlignmentCorrectionsData::getRPCorrection(), TotemSampicFrame::getSamples(), SiPixelFEDChannelContainer::getScenarioList(), MEtXYcorrectParametersCollection::getSections(), CTPPSRPAlignmentCorrectionsData::getSensorCorrection(), FWGeometry::getShape(), FWGeometry::getShapePars(), ParametrizedSubtractor::getSigmaAtTower(), PileUpSubtractor::getSigmaAtTower(), SimHitSelectorFromDB::getSimHit(), RPCSynchronizer::getSimHitBx(), RPCSynchronizer::getSimHitBxAndTimingForIRPC(), Phase2ITValidateCluster::getSimTrackId(), Phase2OTValidateCluster::getSimTrackId(), Phase2TrackerValidateDigi::getSimTrackId(), SiPixelFEDChannelContainer::getSiPixelBadFedChannels(), SiPixelFEDChannelContainer::getSiPixelBadFedChannelsInDetId(), EcalElectronicsMapper::getSMId(), EcalSimRawData::getSrfs(), LaserSorter::getStream(), ExtractStringFromDD< FilteredView >::getString(), ExtractStringFromDDD< FilteredView >::getString(), PPSTimingCalibrationPI::getStringFromParamEnum(), SiPixelActionExecutor::getSummaryME(), magfieldparam::rz_poly::GetSVal(), muon::getTevRefitTrack(), SiStripDetInfo::getThickness(), DynamicTruncation::getThresholdFromDB(), EcalSimRawData::getTp(), EcalTPGScale::getTPGInADC(), EcalTPGScale::getTPGInGeV(), NuclearTrackCorrector::getTrackFromTrajectory(), EcalElectronicsMapping::getTriggerElectronicsId(), edm::PreMixingPileupCopy::getTrueNumInteractions(), SeedMvaEstimatorPhase2::getTsosOnPixels(), MuonDetIdAssociator::getValidDetIds(), CommandLine::getValue(), edm::MultiAssociation< C >::getValues(), MVAVariableManager< reco::GsfElectron >::getVarIndex(), CommandLine::getVector(), cms::DDCompactView::getVector(), PATPrimaryVertexSelector::getVertexVariables(), magfieldparam::rz_poly::GetVVal(), EcalTrivialConditionRetriever::getWeightsFromConfiguration(), hcaldqm::DQTask::globalBeginLuminosityBlock(), edm::TestGlobalOutput::globalBeginRun(), edm::TestLimitedOutput::globalBeginRun(), edm::TestOneOutput::globalBeginRun(), ConfigurableAPVCyclePhaseProducer::globalBeginRun(), pat::CandidateSummaryTable::globalEndJob(), TPTask::globalEndLuminosityBlock(), RawTask::globalEndLuminosityBlock(), RecHitTask::globalEndLuminosityBlock(), DigiTask::globalEndLuminosityBlock(), HcalMLTask::globalEndLuminosityBlock(), CachingSeedCleanerBySharedInput::good(), EcalClusterSeverityLevelAlgo::goodFraction(), edm::RootPrimaryFileSequence::goToEvent(), FWConfigurationManager::guessAndReadFromFile(), XrdAdaptor::Source::handle(), FWGeometryTableViewBase::FWViewCombo::HandleButton(), cmdline::CmdLine::has(), FWFileEntry::hasActiveFilters(), AlignPCLThresholdsHG::hasFloatMap(), hcaldqm::filter::HashFilter::HashFilter(), CSCSegAlgoTC::hasHitOnLayer(), CSCSegAlgoDF::hasHitOnLayer(), CSCSegAlgoSK::hasHitOnLayer(), CSCSegAlgoRU::hasHitOnLayer(), ConversionTools::hasMatchedConversion(), pat::PATObject< reco::Muon >::hasUserCand(), pat::PATObject< reco::Muon >::hasUserFloat(), pat::PATObject< reco::Muon >::hasUserInt(), HBHEHitMapOrganizer::HBHEHitMapOrganizer(), HcalSeverityLevelComputer::HcalSeverityLevelComputer(), HFFibre::HFFibre(), FWEveViewManager::highlightAdded(), edm::HiMixingModule::HiMixingModule(), HistoAnalyzer< C >::HistoAnalyzer(), funct::HistoPdf::HistoPdf(), HFWedgeSD::hitExists(), ctfseeding::HitExtractorSTRP::hits(), SeedFromNuclearInteraction::hits(), HLTExoticaSubAnalysis::HLTExoticaSubAnalysis(), HLTmumutkFilter::hltFilter(), HLTmumutktkFilter::hltFilter(), HLTMuonL1TFilter::hltFilter(), HLTDisplacedEgammaFilter::hltFilter(), HLTMuonL1TRegionalFilter::hltFilter(), HLTHcalPhiSymFilter::hltFilter(), HLTHiggsPlotter::HLTHiggsPlotter(), HLTHiggsSubAnalysis::HLTHiggsSubAnalysis(), trigger::HLTPrescaleTable::HLTPrescaleTable(), MuonSeedBuilder::IdentifyShowering(), PileUpSubtractor::ieta(), pixelTrack::QualityCutsT< TrackerTraits, pixelTopology::isPhase1Topology< TrackerTraits > >::if(), L2TauNNProducerAlpaka::impactParameter(), L2TauNNProducer::impactParameter(), RunInfoUpdate::import(), HadronicProcessHelper::inclusiveCrossSection(), L1TPhase2CorrelatorOffline::InCone::InCone(), magfieldparam::poly2d_base::IncPow(), edm::eventsetup::ESRecordsToProductResolverIndices::indexInRecord(), CombinedSeedComparitor::init(), RPCReadOutMappingWithFastSearch::init(), RPCLinkSynchroStat::init(), SiPixelTopoFinder::init(), funct::HistoPdf::init(), gen::EvtGenInterface::init(), CosmicLayerTriplets::init(), edm::InputFileCatalog::init(), SiPixelDigitizerAlgorithm::init(), tnp::BaseTreeFiller::init(), HLTHiggsSubAnalysis::initAndInsertJets(), HltComparator::initialise(), TMVAEvaluator::initialize(), SiStripDetVOffFakeBuilder::initialize(), edm::ProductSelector::initialize(), hcaldqm::filter::HashFilter::initialize(), BaseNumericalRandomGenerator::initialize(), hcaldqm::electronicsmap::ElectronicsMap::initialize(), FWColorManager::initialize(), PixelUnpackingRegions::initialize(), TCMETAlgo::initialize_MET_with_PFClusters(), SiStripDigitizerAlgorithm::initializeDetUnit(), edm::StreamSchedule::initializeEarlyDelete(), TMVAEvaluator::initializeGBRForest(), ECalSD::initMap(), FWGeometry::initMap(), HLTHiggsSubAnalysis::initobjects(), edm::RootInputFileSequence::initTheFile(), StripCompactDigiSimLinks::Filler::insert(), FWTypeToRepresentations::insert(), CTPPSPixelDAQMapping::insert(), TotemDAQMapping::insert(), edm::eventsetup::ESProductResolverProvider::KeyedResolvers::insert(), edm::ParameterSet::insert(), edm::OwnVector< TrackingRegion >::insert(), HBHEHitMap::insert(), JetFlavourClustering::insertGhosts(), popcon::EcalDCSHandler::insertHVDataSetToOffline(), insertLUTItem(), popcon::EcalDCSHandler::insertLVDataSetToOffline(), TrackerDpgAnalysis::insertMeasurement(), edm::ParameterSet::insertParameterSet(), EcalRecHitWorkerRecover::insertRecHit(), edm::ParameterSet::insertVParameterSet(), LumiInfo::instLuminosityBXSum(), magfieldparam::rz_poly::Int(), magfieldparam::poly2d_base::Int(), fastsim::TrackerSimHitProducer::interact(), GeometryInterface::intern(), cmsutils::intrusive_ptr_add_ref(), cmsutils::intrusive_ptr_release(), MuonTransientTrackingRecHit::invalidateHit(), math::Graph< Node2, AnotherDummy2 >::invert(), TrackerDpgAnalysis::inVertex(), PileUpSubtractor::iphi(), DEcompare< T >::is_empty(), DEutils< T >::is_empty(), cscdqm::Cache::isBookedCSC(), PedeSteerer::isCorrectToRefSystem(), DDI::Store< DDName, std::unique_ptr< DDI::Material > >::isDefined(), deDxTools::isFarFromBorder(), ShallowGainCalibration::isFarFromBorder(), SiStripGainFromData::IsFarFromBorder(), edm::eventsetup::EventSetupsController::isFirstMatch(), DDLParser::isFound(), ConversionTools::isGoodConversion(), muon::isGoodMuon(), pixelTrack::QualityCutsT< TrackerTraits, pixelTopology::isPhase1Topology< TrackerTraits > >::isHP(), pixelTrack::QualityCutsT< TrackerTraits, pixelTopology::isPhase2Topology< TrackerTraits > >::isHP(), FWEventItem::isInBack(), CSCBadChambers::isInBadChamber(), FWEventItem::isInFront(), SiStripDetCabling::IsInMap(), PerformancePayloadFromTable::isInPayload(), CaloTrkProcessing::isItCalo(), MaterialBudgetHcalHistos::isItEC(), MaterialBudgetHcalProducer::isItEC(), MaterialBudgetHcalHistos::isItHF(), HCalSD::isItHF(), MaterialBudgetHcalProducer::isItHF(), HcalTB06BeamSD::isItWireChamber(), edm::eventsetup::EventSetupsController::isLastMatch(), edm::eventsetup::EventSetupsController::isMatchingESProducer(), edm::eventsetup::EventSetupsController::isMatchingESSource(), reco::PFBlockElement::isMultilinksValide(), pat::Lepton< reco::Muon >::isoDeposit(), pat::Photon::isoDeposit(), pat::GenericParticle::isoDeposit(), pat::helper::IsoDepositIsolator::IsoDepositIsolator(), PerformancePayloadFromBinnedTFormula::isOk(), PerformancePayloadFromTFormula::isOk(), RPCCosmicSeedrecHitFinder::isouterLayer(), MuonCosmicCompatibilityFiller::isOverlappingMuon(), MaterialBudgetHcalHistos::isSensitive(), MaterialBudgetHcalProducer::isSensitive(), SiStripQuality::IsStripBad(), FWEveViewManager::itemChanged(), edm::EDConsumerBase::itemsMayGet(), edm::EDConsumerBase::itemsToGet(), SiStripCorrelateBadStripAndNoise::iterateOnBadStrips(), edm::IndexIntoFile::iterationWillBeInEntryOrder(), BTVMCFlavourTableProducer::jet_flavour(), edm::SubProcess::keepOnlyConsumedUnscheduledModules(), pat::helper::KinResolutionsLoader::KinResolutionsLoader(), L1CondDBIOVWriter::L1CondDBIOVWriter(), L1CondDBIOVWriterExt::L1CondDBIOVWriterExt(), L1GlobalTrigger::L1GlobalTrigger(), L1GlobalTriggerPSB::L1GlobalTriggerPSB(), L1GTAlgoBlockProducer::L1GTAlgoBlockProducer(), L1GtBoardMapsTrivialProducer::L1GtBoardMapsTrivialProducer(), L1TMuonOverlapParamsESProducer::L1TMuonOverlapParamsESProducer(), L1TMuonOverlapPhase1ParamsESProducer::L1TMuonOverlapPhase1ParamsESProducer(), L1TriggerKeyDummyProd::L1TriggerKeyDummyProd(), L1TriggerKeyDummyProdExt::L1TriggerKeyDummyProdExt(), L1TUtmCondition::L1TUtmCondition(), L1TUtmObject::L1TUtmObject(), L1TUtmScale::L1TUtmScale(), L1TUtmTriggerMenu::L1TUtmTriggerMenu(), L2TauJetsMerger::L2TauJetsMerger(), magfieldparam::rz_harm_poly::LadderDwn(), magfieldparam::rz_harm_poly::LadderUp(), DTPattern::latHitIn(), LA_Filler_Fitter::layer_results(), RPCCosmicSeedrecHitFinder::LayerComponent(), trackerTFP::LayerEncoding::LayerEncoding(), HcalDDDSimConstants::layerGroup(), HcalDDDRecConstants::layerGroup(), HcalDDDSimConstants::layerGroupSize(), HcalDDDRecConstants::layerGroupSize(), trackerTFP::LayerEncoding::layerIdKF(), reco::PFTrajectoryPoint::layerTypeByName(), FWCompactVerticalLayout::Layout(), CandOneToOneDeltaRMatcher::length(), FileData::link(), LinkConnSpec::linkBoard(), TriggerBoardSpec::linkConn(), GEMCSCSegmentBuilder::LinkGEMRollsToCSCChamberIndex(), PixelEndcapLinkMaker::links(), PixelBarrelLinkMaker::links(), JsonOutputProducer::list_string(), trklet::TrackletCalculatorDisplaced::LLDSeeding(), trklet::TrackletCalculatorDisplaced::LLLSeeding(), CSCGasCollisions::lnEnergyLoss(), FWPartialConfigLoadGUI::Load(), MP7PacketReader::load(), cscdqm::Collection::load(), DefaultFFTJetRcdMapper< FFTPFJetCorrectorSequence >::load(), hcaldqm::Container1D::load(), load_dddefinition(), HGCalTBGeomParameters::loadCellParsHexagon(), HGCalGeomParameters::loadCellParsHexagon(), PPSDirectSimulationData::loadEffeciencyHistogramsPerPlane(), PPSDirectSimulationData::loadEffeciencyHistogramsPerRP(), fftjetcms::FFTJetInterface::loadInputCollection(), TrajectoryManager::loadSimHits(), HGCalGeomParameters::loadSpecParsHexagon8(), HGCalGeomParameters::loadSpecParsTrapezoid(), MuonTrackLoader::loadTracks(), FWGeometry::localToGlobal(), edm::service::ELoutput::log(), SensitiveDetectorCatalog::logicalNamesFromClassName(), edm::eventsetup::EventSetupsController::lookForMatches(), hcaldqm::electronicsmap::ElectronicsMap::lookup(), cond::service::PoolDBOutputService::lookUpRecord(), cond::service::PoolDBOutputService::lookUpUserLogInfo(), QualityCutsAnalyzer::LoopOverJetTracksAssociation(), DDErrorDetection::lp_cpv(), DDErrorDetection::ma_lp(), main(), IslandClusterAlgo::mainSearch(), CosmicClusterAlgo::mainSearch(), Multi5x5ClusterAlgo::mainSearch(), HybridClusterAlgo::mainSearch(), Phase2TrackerCablingCfgESSource::make(), LA_Filler_Fitter::make_and_fit_symmchi2(), SiPixelDigitizerAlgorithm::make_digis(), mkfit::SteeringParams::make_iterator(), IPProducerHelpers::FromJTA::makeBaseVector(), IPProducerHelpers::FromJetAndCands::makeBaseVector(), RPCFakeCalibration::makeCls(), IslandClusterAlgo::makeCluster(), CosmicClusterAlgo::makeCluster(), Multi5x5ClusterAlgo::makeCluster(), IslandClusterAlgo::makeClusters(), CosmicClusterAlgo::makeClusters(), Multi5x5ClusterAlgo::makeClusters(), HybridClusterAlgo::makeClusters(), SiStripHistoPlotter::makeCondDBPlots(), SiStripDelay::makeDelay(), GEMDQMEfficiencyClientBase::makeEfficiencySourcePair(), CaloTowersCreationAlgo::makeHcalDropChMap(), DTGeometryValidate::makeHistogram(), GEMGeometryValidate::makeHistogram(), RPCGeometryValidate::makeHistogram(), ME0GeometryValidate::makeHistogram(), CSCGeometryValidate::makeHistogram(), ValidateGeometry::makeHistogram(), L1SeedConePFJetProducer::makeJet_SW(), DQMScalInfo::makeL1Scalars(), DQMScalInfo::makeLumiScalars(), MuonIdProducer::makeMuon(), RPCFakeCalibration::makeNoise(), PreshowerPhiClusterAlgo::makeOneCluster(), PreshowerClusterAlgo::makeOneCluster(), HistogramManager::makePathName(), edm::Factory::makeReplacementModule(), TSGForOIFromL2::makeSeedsFromHits(), SiStripHitResolFromCalibTree::makeSQLite(), SiStripHitEffFromCalibTree::makeSQLite(), BremRecoveryClusterAlgo::makeSuperClusters(), HiBremRecoveryClusterAlgo::makeSuperClusters(), OniaVtxReProducer::makeVertices(), SiStripFedCablingManipulator::manipulate(), pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::ManyThingsToValueMaps(), omtf::mapCscDet2EleIndex(), MuonTrackResidualAnalyzer::mapMuSimHitsPerId(), edm::MapOfVectors< std::string, AnalysisDescription * >::MapOfVectors(), edm::DaqProvenanceHelper::mapParentageID(), edm::DaqProvenanceHelper::mapProcessHistoryID(), MuScleFitUtils::massProb(), ErrorsPropagationAnalyzer::massResolution(), MuScleFitUtils::massResolution(), HLTTauRefCombiner::match(), HLTTauDQMPlotter::match(), SiStripRecHitConverterAlgorithm::match(), MatcherUsingTracksAlgorithm::match(), GEMDigiMatcher::matchClustersToSimTrack(), ConversionTools::matchedConversion(), ConversionTools::matchedPromptElectron(), Phase2TrackerValidateDigi::matchedSimTrack(), PerformancePayloadFromTable::matches(), ConversionTools::matchesConversion(), GEMDigiMatcher::matchPadsToSimTrack(), cms::DDFilteredView::matchPath(), reco::modules::HICaloCompatibleTrackSelector::matchPFCandToTrack(), JetPlusTrackCorrector::matchTracks(), MaterialBudgetAction::MaterialBudgetAction(), reco::HcalNoiseRBX::maxHPD(), PlotAlignmentValidation::maxNumberOfLayers(), reco::HcalNoiseHPD::maxRecHitTime(), EcalClusterToolsT< noZS >::mean5x5PositionInLocalCrysCoord(), EcalClusterToolsT< noZS >::mean5x5PositionInXY(), EcalClusterToolsT< noZS >::meanClusterPosition(), AlignmentTask::measurementsOfClass(), edm::CompactEventAuxiliaryVector::CompactEventAuxiliary::memoize(), TrackMergeremb< T1 >::merg_and_put(), merge(), TrackMerger::merge(), trackerTFP::ZHoughTransform::merge(), trackerDTC::DTC::merge(), cms::DDFilteredView::mergedSpecifics(), DDI::LogicalPart::mergedSpecificsV(), DDExpandedView::mergedSpecificsV(), edm::service::MessageLogger::MessageLogger(), METAnalyzer::METAnalyzer(), cms::METSignificanceProducer::METSignificanceProducer(), MuScleFitUtils::minimizeLikelihood(), reco::HcalNoiseHPD::minRecHitTime(), l1t::EtSumHelper::MissingEt(), l1t::EtSumHelper::MissingEtPhi(), l1t::EtSumHelper::MissingHt(), l1t::EtSumHelper::MissingHtPhi(), edm::MixingModule::MixingModule(), FWInteractionList::modelChanges(), FWDigitSetProxyBuilder::modelChanges(), FWEveViewManager::modelChanges(), FWProxyBuilderBase::modelChanges(), L1EmulBias::ModifyCollection(), RealisticCluster::modifyFractionForHitId(), SiPixelDigitizerAlgorithm::module_killing_DB(), LA_Filler_Fitter::module_results(), edm::EarlyDeleteHelper::moduleRan(), edm::EDConsumerBase::modulesWhoseProductsAreConsumed(), SiStripGainCosmicCalculator::moduleThickness(), SiStripGainCosmicCalculator::moduleWidth(), CosmicParametersDefinerForTP::momentum(), FWEventItem::moveToBack(), FWEventItem::moveToFront(), edm::soahelper::SoATupleHelper< I, Args >::moveToNew(), MSLayersKeeperX0AtEta::MSLayersKeeperX0AtEta(), MSLayersKeeperX0Averaged::MSLayersKeeperX0Averaged(), MSLayersKeeperX0DetLayer::MSLayersKeeperX0DetLayer(), MTDTrayBarrelLayer::MTDTrayBarrelLayer(), pat::helper::MultiIsolator::MultiIsolator(), PreparePVTrends::multiRunPVValidation(), MuRingForwardDoubleLayer::MuRingForwardDoubleLayer(), MuRingForwardLayer::MuRingForwardLayer(), MuRodBarrelLayer::MuRodBarrelLayer(), MVAJetPuIdProducer::MVAJetPuIdProducer(), Vx3DHLTAnalyzer::MyFit(), AxesNames::name(), edm::storage::StorageAccount::nameForToken(), SiStripQuality::nBadStripsOnTheLeft(), SiStripQuality::nBadStripsOnTheRight(), edm::RootFile::newBranchToOldBranch(), FWFileEntry::NewEventItemCallIn(), FWGUIEventDataAdder::newIndexSelected(), L1GtPsbSetupConfigOnlineProd::newObject(), L1CaloHcalScaleConfigOnlineProd::newObject(), math::GraphWalker< DDLogicalPart, DDPosData * >::next_bfs(), CkfDebugger::nextCorrectHits(), nextInMap(), SimpleVFATFrameCollection::NextIterator(), GenTtbarCategorizer::nHadronsOrderedJetIndices(), DDI::Specific::node(), math::Graph< Node2, AnotherDummy2 >::nodeData(), Generator::nonCentralEvent2G4(), NoPileUpPFMEtProducer::NoPileUpPFMEtProducer(), DDMapper< G4LogicalVolume *, DDLogicalPart >::noSpecifics(), CombinedKinematicConstraint::numberOfEquations(), CaloTower::numCrystals(), reco::HcalNoiseHPD::numRecHits(), reco::HcalNoiseHPD::numRecHitsFailR45(), MultipleAlgoIterator::offsetCorrectJets(), ReflectedIterator::offsetCorrectJets(), ParametrizedSubtractor::offsetCorrectJets(), PileUpSubtractor::offsetCorrectJets(), OniaVtxReProducer::OniaVtxReProducer(), TrackerDpgAnalysis::onTrack(), edm::storage::XrdFile::open(), CandIsolatorFromDeposits::SingleDeposit::open(), PFCandIsolatorFromDeposits::SingleDeposit::open(), FWGUIManager::open3DRegion(), FWDetailViewManager::openDetailViewFor(), DQMRootOutputModule::openFile(), DDVector::operator std::vector< int >(), L1TUtmScale::operator tmeventsetup::esScale(), edm::refhelper::FindUsingAdvance< C, T >::operator()(), PixelDigitizerAlgorithm::TimewalkCurve::operator()(), pat::eventhypothesis::AndFilter::operator()(), reco::tau::RecoTauElectronRejectionPlugin::operator()(), rpcrawtodigi::DebugDigisPrintout::operator()(), edm::refhelper::FindRefVectorUsingAdvance< REFV >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::LoadTracks< TrackerTraits >::operator()(), pat::eventhypothesis::OrFilter::operator()(), sim_act::Signaler< EndOfTrack >::operator()(), GenParticleCustomSelector::operator()(), egammaisolation::EgammaTrackSelector::operator()(), CosmicTrackingParticleSelector::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::ecal::multifit::Kernel_time_compute_makeratio::operator()(), Accessor::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_fishboneCleaner< TrackerTraits >::operator()(), JoinCaloTowerRefVectorsWithoutDuplicates::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_earlyDuplicateRemover< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_fastDuplicateRemover< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_countMultiplicity< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_fillMultiplicity< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_classifyTracks< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_countSharedHit< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_rejectDuplicate< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_sharedHitCleaner< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_tripletCleaner< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::caHitNtupletGeneratorKernels::Kernel_simpleTripletCleaner< TrackerTraits >::operator()(), AlignmentExtendedCorrelationsEntry::operator*=(), magfieldparam::rz_poly::operator*=(), edm::PtrVectorItr< T >::operator+(), edm::RefVectorIterator< C, T, F >::operator+(), edm::RefVectorIterator< C, T, F >::operator++(), edm::PtrVectorItr< T >::operator++(), edm::RefVectorIterator< C, T, F >::operator-(), edm::PtrVectorItr< T >::operator-(), edm::PtrVectorItr< T >::operator--(), edm::RefVectorIterator< C, T, F >::operator--(), std::operator<<(), operator<<(), math::operator<<(), hitfit::operator<<(), edm::operator<<(), reco::candidate::const_iterator::operator=(), Selection< C, Selector, StoreContainer >::const_iterator::operator=(), edm::reftobase::RefVectorHolderBase::const_iterator::operator=(), edm::reftobase::BaseVectorHolder< T >::const_iterator::operator=(), cmdline::CmdLine::operator>>(), FFTJetDict< Key, T, Compare, Allocator >::operator[](), ReadMapType< std::map< std::string, double > >::operator[](), Book::operator[](), pat::PATTriggerProducer::ModuleLabelToPathAndFlags::operator[](), edm::DetSetVector< TotemRPLocalTrack::FittedRecHit >::operator[](), edm::DetSetRefVector< T, C >::operator[](), cmsutils::bqueue< TrajectoryMeasurement >::operator[](), cmsutil::UnsortedDumbVectorMap< K, V >::operator[](), cmdline::CmdLine::optend(), cmdline::CmdLine::option(), fireworks::OptionNode::options(), PromptTrackCountingComputer::orderedSignificances(), TemplatedTrackCountingComputer< Container, Base >::orderedSignificances(), reco::Vertex::originalTrack(), TransientVertex::originalTrack(), output(), trklet::TrackletCalculatorBase::overlapSeeding(), omtf::RpcPacker::pack(), L1GtPatternGenerator::packHfRecords(), FWEveOverlap::paintChildNodesRecurse(), FWEveDetectorGeo::paintChildNodesRecurse(), gen::ParameterCollector::ParameterCollector(), CombinedKinematicConstraint::parametersDerivative(), DCCTBDataParser::parseBuffer(), DCCTBBlockPrototype::parseData(), l1t::demo::parseFileFormat(), HLTHiggsSubAnalysis::passOtherCuts(), pat::PATGenericParticleProducer::PATGenericParticleProducer(), edm::PathStatusFilter::PathStatusFilter(), pat::PATJetProducer::PATJetProducer(), pat::PATJetUpdater::PATJetUpdater(), pat::PATMETProducer::PATMETProducer(), pat::PATSingleVertexSelector::PATSingleVertexSelector(), PATTauIDEmbedder::PATTauIDEmbedder(), pat::PATTauProducer::PATTauProducer(), pat::PATVertexAssociationProducer::PATVertexAssociationProducer(), PerigeeMultiLTS::PerigeeMultiLTS(), SiPixelDetectorStatus::perRocDigiOcc(), SiPixelDetectorStatus::perRocDigiOccVar(), PFCandIsolatorFromDeposits::PFCandIsolatorFromDeposits(), PFClusterWidthAlgo::PFClusterWidthAlgo(), cms::PFMETProducer::PFMETProducer(), reco::PFMETProducerMVA::PFMETProducerMVA(), Phase1PixelBlade::Phase1PixelBlade(), Phase2EndcapRing::Phase2EndcapRing(), Phase2EndcapSingleRing::Phase2EndcapSingleRing(), Phase2OTtiltedBarrelLayer::Phase2OTtiltedBarrelLayer(), tnp::TagProbePairMaker::phiCutByEventNumber(), CmsTrackerPhase1DiskBuilder< FilteredView >::PhiPosNegSplit_innerOuter(), CmsTrackerPhase2TPDiskBuilder< FilteredView >::PhiPosNegSplit_innerOuter(), PhysicsTowerOrganizer::PhysicsTowerOrganizer(), SiPixelDigitizerAlgorithm::pixel_inefficiency(), PixelBlade::PixelBlade(), PixelForwardLayer::PixelForwardLayer(), PixelForwardLayerPhase1::PixelForwardLayerPhase1(), PixelLumiDQM::PixelLumiDQM(), pos::PixelNameTranslation::PixelNameTranslation(), EcalTPGTowerStatusXMLTranslator::plot(), PlotAlignmentValidation::plotDMR(), PlotAlignmentValidation::plotSubDetResiduals(), HLTExoticaPlotter::plotterBookHistos(), edm::ParameterSet::popParameterSet(), FWGeometryTableViewBase::populate3DViewsFromConfig(), FWProxyBuilderConfiguration::populateFrame(), edm::ParameterSet::popVParameterSet(), pos::PixelPortcardMap::portcards(), CombinedKinematicConstraint::positionDerivative(), edm::RangeMap< det_id_type, edm::OwnVector< B > >::post_insert(), edm::service::PrescaleService::postBeginJob(), edm::postIndexIntoFilePrintEventLists(), edm::postIndexIntoFilePrintEventsInLumis(), FullModelHadronicProcess::PostStepDoIt(), evf::EvFDaqDirector::preGlobalEndLumi(), edm::preIndexIntoFilePrintEventsInLumis(), DynamicTruncation::preliminaryFit(), XrdAdaptor::RequestManager::prepareOpaqueString(), trigger::HLTPrescaleTable::prescale(), PrimaryVertexValidation::PrimaryVertexValidation(), VariableHelper::print(), LinkConnSpec::print(), SiPixelFedCablingTree::print(), DccSpec::print(), SiPixelQualityProbabilities::print(), MSLayersAtAngle::print(), sipixelobjects::PixelFEDCabling::print(), CommandLine::print(), SiPixelFEDChannelContainer::print(), muonisolation::Cuts::print(), L1GtPatternMap::print(), LinkBoardSpec::print(), L1GtPatternLine::print(), CaloMiscalibMapHcal::print(), pat::helper::MultiIsolator::print(), Hector::print(), L1MuDTQualPatternLut::print(), L1MuBMTQualPatternLut::print(), magfieldparam::rz_poly::Print(), DEcompare< T >::print(), AlignmentGeometry::print(), helper::ScannerBase::print(), magfieldparam::poly2d_base::Print(), print(), DEutils< T >::print(), mkfit::Event::print_tracks(), SiPixelQualityProbabilities::printAll(), SiPixelFEDChannelContainer::printAll(), AlignPCLThresholdsHG::printAll(), AlignPCLThresholds::printAll(), TrackerMap::printall(), L1TriggerScaler::printAllValues(), SiStripHitEfficiencyHarvester::printAndWriteBadModules(), EcalSelectiveReadoutValidation::printAvailableHists(), HcalLogicalMap::printCalibMap(), EcalTPCondAnalyzer::printCRYSTAL(), L1TOccupancyClient::printDeadChannels(), SiStripLorentzAngle::printDebug(), SiStripBackPlaneCorrection::printDebug(), SiPhase2OuterTrackerLorentzAngle::printDebug(), SiStripBaseDelay::printDebug(), SiStripBadStrip::printDebug(), SiStripDetVOff::printDebug(), SiStripPedestals::printDebug(), SiStripDelay::printDebug(), SiStripApvGain::printDebug(), SiStripGain::printDebug(), SiStripLatency::printDebug(), SiStripThreshold::printDebug(), EcalTPCondAnalyzer::printEcalTPGFineGrainEBIdMap(), EcalTPCondAnalyzer::printEcalTPGLutIdMap(), EcalTPCondAnalyzer::printEcalTPGPhysicsConst(), cms::DDFilteredView::printFilter(), L1TriggerScaler::printFormat(), PerformancePayloadFromBinnedTFormula::printFormula(), PerformancePayloadFromTFormula::printFormula(), CTPPSGeometryInfo::printGeometry(), L1TriggerScaler::printGTAlgoCounts(), L1TriggerScaler::printGTAlgoPrescaling(), L1TriggerScaler::printGTAlgoRates(), L1TriggerScaler::printGTPartition0DeadTime(), L1TriggerScaler::printGTPartition0DeadTimeRatio(), L1TriggerScaler::printGTPartition0TriggerCounts(), L1TriggerScaler::printGTPartition0TriggerRates(), L1TriggerScaler::printGTTechCounts(), L1TriggerScaler::printGTTechPrescaling(), L1TriggerScaler::printGTTechRates(), HcalLogicalMap::printHBEFMap(), HcalLogicalMap::printHOXMap(), HcalLogicalMap::printHTMap(), L1TriggerScaler::printLumiSegmentValues(), GeometricDet::printNavType(), printNavType(), TrackerMap::printonline(), Args::printOptionsHelp(), L1TriggerScaler::printRunValue(), FWGeoTopNode::printSelected(), TrackingActionExecutor::printShiftHistoParameters(), CkfDebugger::printSimHits(), EcalSelectiveReadoutProducer::printSrFlags(), SiStripQualityChecker::printStatusReport(), EcalTPCondAnalyzer::printSTRIP(), RawToDigiConverter::printSummaries(), SiStripLorentzAngle::printSummary(), SiStripBackPlaneCorrection::printSummary(), SiStripBaseDelay::printSummary(), ConfObject::printSummary(), SiStripBadStrip::printSummary(), SiStripDetVOff::printSummary(), SiStripPedestals::printSummary(), SiStripDelay::printSummary(), SiStripConfObject::printSummary(), SiStripApvGain::printSummary(), SiStripGain::printSummary(), SiStripThreshold::printSummary(), EcalTPCondAnalyzer::printTOWEREB(), EcalTPCondAnalyzer::printTOWEREE(), AlignmentTwoBodyDecayTrackSelector::printTracks(), AlignmentGlobalTrackSelector::printTracks(), EcalSelectiveReadoutProducer::printTTFlags(), VariableHelper::printValues(), EcalTPCondAnalyzer::printWEIGHT(), HcalLogicalMap::printZDCMap(), HistogramProbabilityEstimator::probability(), SiStripClusterToDigiProducer::process(), L1Comparator::process(), sistrip::MeasureLA::process_reports(), edm::FileBlock::processBlockTree(), helper::ClusterStorer::processClusters(), HBHEPhase1Reconstructor::processData(), HcalQLPlotAnalAlgos::processDigi(), edm::detail::processEDAliases(), DDLSpecPar::processElement(), DDLMap::processElement(), L1TCSCTFClient::processHistograms(), L1TRPCTFClient::processHistograms(), G4toCMSLegacyProcTypeMap::processId(), LaserTask::processLaserMon(), MultiTrackSelector::processMVA(), HIMultiTrackSelector::processMVA(), edm::StreamSchedule::processOneEventAsync(), PPSDirectProtonSimulation::processProton(), HcalQLPlotAnalAlgos::processRH(), l1t::HGC3DClusterSimpleSelector::produce(), CandPtrProjector::produce(), SeedGeneratorFromProtoTracksEDProducer::produce(), QualityFilter::produce(), JetChargeProducer::produce(), SETPatternRecognition::produce(), SiPixelFakeGenErrorDBObjectESSource::produce(), SiPixelFakeTemplateDBObjectESSource::produce(), L1TPFCandMultiMerger::produce(), l1t::HGC3DClusterGenMatchSelector::produce(), SiPixelFedCablingMapBuilder::produce(), pat::PackedGenParticleSignalProducer::produce(), ElectronSeedMerger::produce(), Phase2Tracker::Phase2TrackerCommissioningDigiProducer::produce(), L1TStage2ObjectComparison< T >::produce(), DiJetVarProducer::produce(), QuarkoniaTrackSelector::produce(), PFDisplacedTrackerVertexProducer::produce(), PFNuclearProducer::produce(), pat::PATTauSlimmer::produce(), ESDigiToRaw::produce(), trackerTFP::GeometricProcessor::produce(), pat::PATSecondaryVertexSlimmer::produce(), PPSLocalTrackLiteReAligner::produce(), CTPPSInterpolatedOpticalFunctionsESSource::produce(), CaloMuonMerger::produce(), TtSemiLepSignalSelMVAComputer::produce(), StripCompactDigiSimLinksProducer::produce(), l1tpf::PFClusterProducerFromL1EGClusters::produce(), HLTJetL1TMatchProducer< T >::produce(), HLTHcalTowerNoiseCleaner::produce(), HLTHcalTowerNoiseCleanerWithrechit::produce(), RecHitFilter::produce(), trklet::DR::produce(), MuonSelectionTypeValueMapProducer::produce(), trklet::KFin::produce(), PFConversionProducer::produce(), pat::PATGenJetSlimmer::produce(), photonIsolationHIProducer::produce(), pat::PATMuonSlimmer::produce(), HGCalRecHitProducer::produce(), pat::PATElectronSlimmer::produce(), Phase2Tracker::Phase2TrackerDigiProducer::produce(), SiStripRegFEDSelector::produce(), pat::PATJetSlimmer::produce(), TSGFromL1Muon::produce(), PixelVertexProducerFromSoAAlpaka::produce(), ALPAKA_ACCELERATOR_NAMESPACE::HcalRecoParamWithPulseShapeESProducer::produce(), pat::PATPhotonSlimmer::produce(), CandIsolatorFromDeposits::produce(), pat::PATVertexAssociationProducer::produce(), trklet::DRin::produce(), TriggerObjectFilterByCollection::produce(), MuonReSeeder::produce(), l1tpf::PFClusterProducerFromHGC3DClusters::produce(), DisplacedRegionSeedingVertexProducer::produce(), ReducedESRecHitCollectionProducer::produce(), EcalRecalibRecHitProducer::produce(), pat::PATGenCandsFromSimTracksProducer::produce(), PixelVertexProducerFromSoA::produce(), HBHEIsolatedNoiseReflagger::produce(), ConversionTrackMerger::produce(), MuonNumberingESProducer::produce(), pat::PATCleaner< PATObjType >::produce(), TrackListMerger::produce(), TrackInfoProducer::produce(), trackerTFP::ProducerZHTout::produce(), TSGForOIFromL2::produce(), SiPixelFakeLorentzAngleESSource::produce(), PreshowerClusterShapeProducer::produce(), PFCandIsolatorFromDeposits::produce(), EcalDetIdToBeRecoveredProducer::produce(), pat::PATGenericParticleProducer::produce(), PixelTrackSoAFromCUDAT< TrackerTraits >::produce(), l1t::HGC3DClusterTMVASelector::produce(), HLTTrackClusterRemoverNew::produce(), TotemRPUVPatternFinder::produce(), OutsideInMuonSeeder::produce(), CosmicTrackSelector::produce(), trklet::ProducerKFout::produce(), FakeTrackProducer< T >::produce(), EcalFEtoDigi::produce(), BtoCharmDecayVertexMergerT< VTX >::produce(), GlobalMuonProducer::produce(), HITrackClusterRemover::produce(), SeedProducerFromSoAT< TrackerTraits >::produce(), TSGForOIDNN::produce(), L3MuonProducer::produce(), FromClusterSummaryMultiplicityProducer::produce(), HLTL1TMuonSelector::produce(), PixelFEDChannelCollectionProducer::produce(), PixelVertexProducer::produce(), Onia2MuMuPAT::produce(), JetPlusTrackProducer::produce(), SimpleCosmicBONSeeder::produce(), HBHENoiseFilterResultProducer::produce(), pat::GenPlusSimParticleProducer::produce(), SiStripFineDelayHit::produce(), L1TGlobalProducer::produce(), TrackCandidateTopBottomHitFilter::produce(), SeedGeneratorFromL1TTracksEDProducer::produce(), HBHEPlan1Combiner::produce(), pat::PATConversionProducer::produce(), HLTL1MuonNoL2Selector::produce(), HLTL1MuonSelector::produce(), HiSpikeCleaner::produce(), SimPFProducer::produce(), L1Comparator::produce(), EcalDetailedTimeRecHitProducer::produce(), l1t::FakeInputProducer::produce(), ReducedEGProducer::produce(), PreshowerPhiClusterProducer::produce(), InterestingDetIdFromSuperClusterProducer::produce(), PreshowerClusterProducer::produce(), MultiplicityProducer< T >::produce(), L1TMuonCaloSumProducer::produce(), pat::PATPhotonProducer::produce(), L1TPFCaloProducer::produce(), CastorClusterProducer::produce(), GenHIEventProducer::produce(), AlCaECALRecHitReducer::produce(), InterestingDetIdCollectionProducer::produce(), L1TGlobalPrescalesVetosESProducer::produce(), L1TGlobalPrescalesVetosFractESProducer::produce(), RechitClusterProducerT< Trait >::produce(), SimTrackstersProducer::produce(), L1TMicroGMTInputProducerFromGen::produce(), omtf::OmtfPacker::produce(), EcalDigiToRaw::produce(), DTTrigProd::produce(), JetPlusTrackProducerAA::produce(), HGCalLayerClusterProducer::produce(), PixelTrackProducerFromSoAAlpaka< TrackerTraits >::produce(), L2MuonSeedGeneratorFromL1T::produce(), pat::PATTriggerEventProducer::produce(), pat::PATTauProducer::produce(), TkMSParameterizationBuilder::produce(), reco::CentralityProducer::produce(), L2MuonSeedGeneratorFromL1TkMu::produce(), L2MuonSeedGenerator::produce(), FastPrimaryVertexWithWeightsProducer::produce(), TriggerObjectTableProducer::produce(), HFPhase1Reconstructor::produce(), PixelTrackProducerFromSoAT< TrackerTraits >::produce(), reco::modules::TrackFullCloneSelectorBase< Selector >::produce(), RPDigiProducer::produce(), Phase2L1CaloJetEmulator::produce(), L1TowerCalibrator::produce(), CTPPSTotemDigiToRaw::produce(), PFSimParticleProducer::produce(), CTPPSPixelDigiToRaw::produce(), TriggerMatcherToHLTDebug::produce(), pat::PATElectronProducer::produce(), FastPrimaryVertexProducer::produce(), HLTRechitInRegionsProducer< T1 >::produce(), GenTtbarCategorizer::produce(), pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::produce(), L1GlobalTrigger::produce(), HadronAndPartonSelector::produce(), CTPPSPixelDigiProducer::produce(), AlCaHcalHBHEMuonProducer::produce(), pat::PATMuonProducer::produce(), TemplatedSecondaryVertexProducer< IPTI, VTX >::produce(), IPProducer< Container, Base, Helper >::produce(), JetFlavourClustering::produce(), L1FPGATrackProducer::produce(), CaloGeometryDBEP< T, U >::produceAligned(), EcalEBTrigPrimPhase2ESProducer::produceAmpWeight(), EcalTrigPrimESProducer::produceBadTT(), EcalEBTrigPrimPhase2ESProducer::produceBadX(), EcalTrigPrimESProducer::produceBadX(), cms::CkfTrackCandidateMakerBase::produceBase(), DIPLumiProducer::produceDetail(), EcalTrigPrimESProducer::produceFineGrainEB(), EcalTrigPrimESProducer::produceFineGrainEBGroup(), EcalTrigPrimESProducer::produceFineGrainEEstrip(), EcalTrigPrimESProducer::produceFineGrainEEtower(), EcalEBTrigPrimPhase2ESProducer::produceLinearizationConst(), EcalTrigPrimESProducer::produceLinearizationConst(), EcalTrigPrimESProducer::produceLUT(), EcalTrigPrimESProducer::produceLutGroup(), EcalTrigPrimESProducer::produceOddWeight(), EcalTrigPrimESProducer::produceOddWeightGroup(), PixelVertexProducerCUDAT< TrackerTraits >::produceOnCPU(), EcalEBTrigPrimPhase2ESProducer::producePedestals(), EcalTrigPrimESProducer::producePedestals(), EcalEBTrigPrimPhase2ESProducer::producePhysicsConst(), EcalTrigPrimESProducer::producePhysicsConst(), EcalTrigPrimESProducer::produceSlidingWindow(), EcalTrigPrimSpikeESProducer::produceSpike(), EcalTrigPrimESProducer::produceSpike(), DIPLumiProducer::produceSummary(), EcalEBTrigPrimPhase2ESProducer::produceTimeWeight(), EcalTrigPrimESProducer::produceWeight(), EcalEBTrigPrimPhase2ESProducer::produceWeightGroup(), EcalTrigPrimESProducer::produceWeightGroup(), edm::ProductSelectorRules::ProductSelectorRules(), MisalignmentScenarioBuilder::propagateParameters_(), CSCSegAlgoST::prune_bad_hits(), ME0SegAlgoRU::pruneBadHits(), GE0SegAlgoRU::pruneBadHits(), Herwig7Interface::pthat(), l1ct::PFAlgoEmulatorBase::ptsort_ref(), l1ct::PFTkEGAlgoEmulator::ptsort_ref(), hitfit::Fit_Result_Vec::push(), fireworks::pushNearbyPixelHits(), fireworks::pushPixelHits(), PreMixingSiStripWorker::put(), KfTrackProducerBase::putInEvt(), GsfTrackProducerBase::putInEvt(), MuonCosmicCompatibilityFiller::pvMatches(), l1tVertexFinder::VertexFinder::PVR(), HcalTestAnalysis::qieAnalysis(), AlignmentTask::quantitiesOfClass(), RPCReadOutMapping::rawDataFrame(), G4ProcessHelper::ReactionGivesBaryon(), AlignmentUserVariablesIO::read(), AlignmentParametersIO::read(), FedRawDataInputSource::read(), edmplugin::CacheParser::read(), DAQSource::read(), mkfit::Event::read_in(), AlignableDataIO::readAbsPos(), l1t::demo::readAPxFile(), SiStripDcsInfo::readCabling(), l1t::demo::readEMPFileV1(), l1t::demo::readEMPFileV2(), edm::TestSource::readEvent_(), DQMRootSource::readFile_(), L1TPFCaloProducer::readHcalHGCTowers_(), pat::helper::BasicOverlapTest::readInput(), pat::PATPhotonProducer::readIsolationLabels(), pat::PATMuonProducer::readIsolationLabels(), pat::PATElectronProducer::readIsolationLabels(), edm::TestSource::readLuminosityBlockAuxiliary_(), XMLConfigReader::readLUTs(), AlignableDataIO::readOrgPos(), SensitiveDetectorCatalog::readoutNames(), readParticlesFromHepMC(), popcon::EcalPedestalsHandler::readPedestal2017(), L1TEMTFEventInfoClient::readQtResults(), L1TEventInfoClient::readQtResults(), AlignableDataIO::readRelPos(), edm::TestSource::readRunAuxiliary_(), pat::EventHypothesis::realGet(), edm::detail::reallyfillPtrVector(), edm::detail::reallySetPtr(), pat::eventhypothesis::Looper< T >::realSize(), JetPlusTrackCorrector::rebuildJta(), GroupedCkfTrajectoryBuilder::rebuildSeedingRegion(), GroupedCkfTrajectoryBuilder::rebuildTrajectories(), L1GlobalTriggerPSB::receiveGctObjectData(), L1GlobalTriggerPSB::receiveTechnicalTriggers(), SiStripFineDelayHit::rechit(), recHitE(), EcalCleaningAlgo::recHitE(), EcalTools::recHitE(), reco::HcalNoiseHPD::recHitEnergy(), EcalClusterToolsT< noZS >::recHitEnergy(), reco::HcalNoiseHPD::recHitEnergyFailR45(), recHitT(), HGCalRecHitValidation::recHitValidation(), MuonTrackFinder::reconstruct(), ProtonReconstructionAlgorithm::reconstructFromMultiRP(), fwlite::EventSetup::recordID(), edm::eventsetup::ESRecordsToProductResolverIndices::recordIndexFor(), AlignableNavigator::recursiveGetId(), SiStripDetVOffBuilder::reduce(), SiStripQuality::ReduceGranularity(), SiStripDetVOffBuilder::reduction(), ReferenceTrajectory::ReferenceTrajectory(), reco::GhostTrackVertexFinder::refitGhostTrack(), reco::Vertex::refittedTrack(), TransientVertex::refittedTrack(), MELaserPrim::refresh(), MuonTrackingRegionByPtBuilder::regions(), MuonTrackingRegionBuilder::regions(), L1MuonSeededTrackingRegionsProducer::regions(), FastTimerService::ThreadGuard::register_thread(), HLTExoticaSubAnalysis::registerConsumes(), edm::EDConsumerBase::registeredToConsume(), FWLiteESRecordWriterAnalyzer::registerLateConsumes(), DDName::registerName(), edm::ESProductResolverFactoryProducer::registerResolvers(), FWLiteESSource::registerResolvers(), PrintoutHelper::regressionTest(), CrossSectionHandler::relativeCrossSections(), FWSummaryManager::removeAllItems(), SiStripPsuDetIdMap::RemoveDuplicateDetIDs(), SiStripDetVOffBuilder::removeDuplicates(), CmsShowNavigator::removeFilter(), LocalTrackFitter::removeInsufficientPots(), FWEveViewManager::removeItem(), DDI::LogicalPart::removeSpecifics(), FWFileEntry::RemovingEventItemCallIn(), L1MuGMTLUTHelpers::replace(), math::Graph< Node2, AnotherDummy2 >::replace(), mkfit::ConfigJsonPatcher::replace(), math::Graph< Node2, AnotherDummy2 >::replaceEdge(), CSCSegAlgoTC::replaceHit(), CSCSegAlgoSK::replaceHit(), CSCSegAlgoRU::replaceHit(), DDErrorDetection::report(), edm::JobReport::reportFastClonedBranches(), FWTypeToRepresentations::representationsForType(), QIE11DigiSortedTable::reset(), L1MuGMTInputEvent::reset(), HGCal3DClustering::reset(), HGCalImagingAlgo::reset(), edm::WaitingTaskList::reset(), OMTFProcessor< GoldenPatternType >::resetConfiguration(), TrackingQualityChecker::resetGlobalStatus(), SiStripQualityHotStripIdentifier::resetHistos(), TrackingQualityChecker::resetLSStatus(), HGCDigitizer::resetSimHitDataAccumulator(), TrackingCertificationInfo::resetTrackingCertificationMEs(), TrackingCertificationInfo::resetTrackingCertificationMEsAtLumi(), MVAJetPuId::resetVariables(), PileupJetIdAlgo::resetVariables(), PlotAlignmentValidation::residual_by_moduleID(), BtoCharmDecayVertexMergerT< VTX >::resolveBtoDchain(), DAQMappingPI::resolveDetIDForDAQMapping(), edm::detail::resolveMaker(), edm::ProducerBase< edm::global::EDProducer, Args... >::resolvePutIndicies(), Alignable::restoreCachedTransformation(), Majority< T >::result(), edm::ParameterSet::retrieve(), lumi::HLTV32DB::retrieveData(), lumi::CMSRunSummary2DB::retrieveData(), SiStripPsuDetIdMap::retrieveDcuDeviceAddresses(), l1t::L1TGlobalUtil::retrieveL1Setup(), edm::ParameterSet::retrieveParameterSet(), TTClusterBuilder< T >::RetrieveRawHits(), edm::ParameterSet::retrieveUnknown(), edm::ParameterSet::retrieveUnknownParameterSet(), edm::ParameterSet::retrieveUnknownVParameterSet(), edm::ParameterSet::retrieveUntracked(), edm::ParameterSet::retrieveUntrackedParameterSet(), edm::ParameterSet::retrieveUntrackedVParameterSet(), edm::ParameterSet::retrieveVParameterSet(), edm::RootFile::RootFile(), RPCMonitorRaw::RPCMonitorRaw(), CTPPSGeometry::rpNoThrow(), CTPPSGeometry::rpsInStation(), Pythia6PartonSelector::run(), Pythia8PartonSelector::run(), HerwigppPartonSelector::run(), SherpaPartonSelector::run(), EcalUncalibRecHitWorkerRunOneDigiBase::run(), BTLElectronicsSim::run(), ETLElectronicsSim::run(), tnp::TagProbePairMaker::run(), EcalRecHitWorkerRecover::run(), AnalyticalTrackSelector::run(), EcalUncalibRecHitWorkerGlobal::run(), L1MuDTMuonSorter::run(), L1MuBMMuonSorter::run(), L1MuBMWedgeSorter::run(), L1MuDTWedgeSorter::run(), DigiSimLinkAlgorithm::run(), EcalUncalibRecHitWorkerMultiFit::run(), HIPAlignmentAlgorithm::run(), MultiTrackSelector::run(), HIMultiTrackSelector::run(), mkfit::runBtpCe_MultiIter(), HGCHEbackDigitizer::runCaliceLikeDigitizer(), RawToDigiConverter::runCommon(), HGCHEbackDigitizer::runEmptyDigitizer(), L1MuDTEtaProcessor::runEtaTrackFinder(), L1MuBMEtaProcessor::runEtaTrackFinder(), HFStripFilter::runFilter(), mkfit::runFittingTestPlex(), edm::IDGeneratorSourceBase< PuttableSourceBase >::runForLumi(), HGCHEbackDigitizer::runRealisticDigitizer(), HGCFEElectronics< DFr >::runShaperWithToT(), HGCDigitizerBase::runSimple(), HGCFEElectronics< DFr >::runSimpleShaper(), BTLElectronicsSim::runTrivialShaper(), ETLElectronicsSim::runTrivialShaper(), HGCFEElectronics< DFr >::runTrivialShaper(), DTTSPhi::runTSPhi(), CSCHitFromWireOnly::runWire(), TrackerMap::save_as_fectrackermap(), TrackerMap::save_as_HVtrackermap(), TrackerMap::save_as_psutrackermap(), JanAlignmentAlgorithm::saveDiagnostics(), StraightTrackAlignment::saveDiagnostics(), matrixSaver::saveMatrixVector(), SmartSelectionMonitor::Scale(), magfieldparam::poly2d_base::Scale(), DTTrig::SCUnit(), KDTreeLinkerPSEcal::searchLinks(), KDTreeLinkerTrackHcal::searchLinks(), KDTreeLinkerTrackEcal::searchLinks(), SeedingLayerSetsBuilder::SeedingLayerSetsBuilder(), btagbtvdeep::seedingTracksToFeatures(), SeedGeneratorForCosmics::seeds(), SimpleCosmicBONSeeder::seeds(), RawDataFEDSelector::select(), HitPixelLayersTPSelector::select(), pf2pat::ElectronIDPFCandidateSelectorDefinition::select(), EcalSelectiveReadoutValidation::selectFedsForLog(), MuScleFitMuonSelector::selectGeneratedMuons(), MuScleFitMuonSelector::selectMuons(), MuScleFit::selectMuons(), AlignmentParameterStore::selectParameters(), edm::SubProcess::selectProducts(), edm::core::OutputModuleCore::selectProducts(), MultiTrackSelector::selectVertices(), HIMultiTrackSelector::selectVertices(), FWGeometryTableViewBase::selectView(), tt::Setup::sensorModule(), CTPPSGeometry::sensorNoThrow(), CTPPSGeometry::sensorsInRP(), JsonOutputProducer::JsonVars::serialise(), JsonOutputProducer::JsonEvent::serialise(), L1Analysis::L1AnalysisRecoCluster::Set(), L1GtPatternLine::set(), L1Analysis::L1AnalysisRecoJet::SetCaloJet(), L1Analysis::L1AnalysisL1Extra::SetCenJet(), cscdqm::Configuration::setChamberCounterValue(), CACut::setCutValuesByInnerLayerIds(), DCCTBBlockPrototype::setDataField(), RPCCosmicSeedrecHitFinder::setEdge(), pat::PATObject< reco::Muon >::setEfficiency(), L1Analysis::L1AnalysisL1Upgrade::SetEm(), reco::isodeposit::OtherCandidatesDeltaRVeto::setEvent(), reco::isodeposit::OtherCandVeto::setEvent(), ecaldqm::SelectiveReadoutTask::setFIRWeights_(), JetFlavourClustering::setFlavours(), AlignPCLThresholdsHG::setFractionCut(), FWConfigurationManager::setFrom(), FWCompositeParameter::setFrom(), FWConfigurableParameterizable::setFrom(), FWOverlapTableView::setFrom(), FWEventItemsManager::setFrom(), FWGeometryTableView::setFrom(), CmsShowCommon::setFrom(), FWViewEnergyScale::setFrom(), FWEveView::setFrom(), FWTableView::setFrom(), FWTableViewManager::setFrom(), CmsShowNavigator::setFrom(), FWGUIManager::setFrom(), L1Analysis::L1AnalysisL1Extra::SetFwdJet(), L1Analysis::L1AnalysisL1HO::SetHO(), VariableHelper::setHolder(), edm::RootFile::setIfFastClonable(), CTPPSRPAlignmentCorrectionsDataESSourceXML::setIntervalFor(), pat::Lepton< reco::Muon >::setIsoDeposit(), pat::Photon::setIsoDeposit(), pat::GenericParticle::setIsoDeposit(), L1Analysis::L1AnalysisL1Extra::SetIsoEm(), L1Analysis::L1AnalysisL1Extra::SetIsoTauJet(), L1Analysis::L1AnalysisL1Upgrade::SetJet(), reco::PFBlock::setLink(), reco::PFDisplacedVertexCandidate::setLink(), L1Analysis::L1AnalysisL1Extra::SetMet(), L1Analysis::L1AnalysisL1Extra::SetMht(), L1Analysis::L1AnalysisL1Extra::SetMuon(), L1Analysis::L1AnalysisL1Upgrade::SetMuon(), L1Analysis::L1AnalysisRecoMuon2::SetMuon(), L1Analysis::L1AnalysisL1Upgrade::SetMuonShower(), CSGAction::setName(), L1Analysis::L1AnalysisL1Extra::SetNonIsoEm(), HDQMSummary::setObj(), SiStripSummary::setObj(), EcalEBPhase2SpikeTagger::setParameters(), EcalFenixStripFgvbEE::setParameters(), EcalFenixTcpFgvbEE::setParameters(), EcalEBPhase2AmplitudeReconstructor::setParameters(), EcalEBFenixStripFormatEB::setParameters(), EcalFenixFgvbEB::setParameters(), EcalEBFenixTcpFormat::setParameters(), EcalEBFenixAmplitudeFilter::setParameters(), EcalFenixTcpFormatEE::setParameters(), EcalFenixTcpFormatEB::setParameters(), EcalFenixOddAmplitudeFilter::setParameters(), EcalFenixAmplitudeFilter::setParameters(), EcalFenixStripFormatEB::setParameters(), EcalFenixStripFormatEE::setParameters(), EcalEBFenixLinearizer::setParameters(), EcalFenixLinearizer::setParameters(), EcalEBPhase2Linearizer::setParameters(), EcalEBPhase2TimeReconstructor::setParameters(), edm::RootFile::setPresenceInProductRegistry(), RPCSimSetUp::setRPCSetUp(), L1Analysis::L1AnalysisL1Upgrade::SetSum(), L1Analysis::L1AnalysisL1Upgrade::SetSumZDC(), L1Analysis::L1AnalysisRecoTau::SetTau(), L1Analysis::L1AnalysisL1Upgrade::SetTau(), L1Analysis::L1AnalysisL1Extra::SetTauJet(), L1Analysis::L1AnalysisL1UpgradeTfMuon::SetTfMuon(), L1Analysis::L1AnalysisL1UpgradeTfMuonShower::SetTfMuonShower(), CSGAction::setToolTip(), StraightTrackAlignment::setToString(), PassiveHit::setTrackId(), BoostedDoubleSVProducer::setTracksPVBase(), EcalSelectiveReadoutValidation::setTtEtSums(), EcalSelectiveReadoutSuppressor::setTtFlags(), FWExpressionValidator::setType(), HiPuRhoProducer::setupGeometryMap(), TrackerOfflineValidation::setUpTreeMembers(), edm::MultiAssociation< C >::FastFiller::setValues(), FWTabularWidget::setWidthOfTextInColumns(), RPCLogCone::shift(), FW3DViewBase::showEcalBarrel(), CSCSegAlgoShowering::showerSeg(), FWGUIValidatingTextEntry::showOptions(), CmsShowSearchFiles::showPrefixes(), L1DummyProducer::SimpleDigi(), CandIsolatorFromDeposits::SingleDeposit::SingleDeposit(), PFCandIsolatorFromDeposits::SingleDeposit::SingleDeposit(), SiStripLatency::singleLatency(), SiStripLatency::singleMode(), SiStripLatency::singleReadOutMode(), SiPixelDetInfoFileReader::SiPixelDetInfoFileReader(), SiStripConfObject::get< std::string >(), SiStripConfObject::get< std::vector< int > >(), SiStripConfObject::get< std::vector< std::string > >(), SiStripConfObject::update< std::vector< int > >(), SiStripConfObject::update< std::vector< std::string > >(), SiStripFedIdListReader::SiStripFedIdListReader(), edm::RootInputFileSequence::skipToItem(), edm::RootInputFileSequence::skipToItemInNewFile(), trackerTFP::ZHoughTransform::slb(), trackerTFP::MiniHoughTransform::slb(), CosmicMuonSmoother::smooth(), DDErrorDetection::so(), DDErrorDetection::so_lp(), CSCMotherboard::sortCLCTByQualBend(), reco::IPTagInfo< Container, Base >::sortedIndexesWithCut(), L1MuBMSecProcMap::sp(), L1MuDTSecProcMap::sp(), DDI::Specific::Specific(), DDI::LogicalPart::specificsV(), DDExpandedView::specificsV(), split(), trackerDTC::DTC::split(), XrdAdaptor::RequestManager::splitClientRequest(), DQMRootOutputModule::startEndFile(), EcalEleCalibLooper::startingNewLoop(), HIPAlignmentAlgorithm::startNewLoop(), SiStripGainsCalibTreeWorker::statCollectionFromMode(), SiStripGainsPCLWorker::statCollectionFromMode(), SiStripGainFromCalibTree::statCollectionFromMode(), MultiRefittedTS::stateWithNewWeight(), CTPPSGeometry::stationsInArm(), HGCPassive::storeInfo(), hgcal::EGammaPCAHelper::storeRecHits(), DDXMLElement::stream(), FWConfiguration::streamTo(), pixelTrack::QualityCutsT< TrackerTraits, pixelTopology::isPhase1Topology< TrackerTraits > >::strictCut(), pixelTrack::QualityCutsT< TrackerTraits, pixelTopology::isPhase2Topology< TrackerTraits > >::strictCut(), pat::strbitset::strings(), sistrip::DigiToRaw::STRIP(), StripCPE::StripCPE(), DCCTBXtalBlock::stripID(), HLTExoticaSubAnalysis::subAnalysisBookHistos(), SiStripQuality::subtract(), MultipleAlgoIterator::subtractPedestal(), ReflectedIterator::subtractPedestal(), ParametrizedSubtractor::subtractPedestal(), PileUpSubtractor::subtractPedestal(), HiPuRhoProducer::subtractPedestal(), PTStatistics::sum(), MSLayersAtAngle::sum2RmRn(), sistrip::MeasureLA::summarize_module_muH_byLayer(), VertexHigherPtSquared::sumPtSquared(), TrackerDpgAnalysis::sumPtSquared(), FWEveViewManager::supportedTypesAndRepresentations(), SiStripRawProcessingAlgorithms::suppressHybridData(), reco::IPTagInfo< Container, Base >::taggingVariables(), TauDQMHistPlotter::TauDQMHistPlotter(), TauTagValidation::TauTagValidation(), TECLayer::TECLayer(), TempTrajectory::TempTrajectory(), TrackWithVertexSelector::testVertices(), AlignmentMuonSelector::theNHighestPtMuons(), CalibrationTrackSelector::theNHighestPtTracks(), AlignmentTrackSelector::theNHighestPtTracks(), HDRShower::thetaFunction(), SiStripGainCalibTableProducer::thickness(), ShallowGainCalibration::thickness(), muonisolation::NominalEfficiencyThresholds::thresholdValueForEfficiency(), ThrParameters::ThrParameters(), TIBLayer::TIBLayer(), TIDRing::TIDRing(), HBHETimingShapedFlagSetter::timingStatus(), EwkMuLumiMonitorDQM::tkIso(), CachingVertex< 5 >::tkToTkCovariance(), TransientVertex::tkToTkCovariance(), FWConfigurationManager::to(), SiPixelFrameReverter::toCabling(), SiPixelFrameConverter::toCabling(), DDMapper< G4LogicalVolume *, DDLogicalPart >::toDouble(), L1TriggerKeyListExt::token(), L1TriggerKeyList::token(), cms::DDFilteredView::toNodeNames(), DDMapper< G4LogicalVolume *, DDLogicalPart >::toString(), l1t::EtSumHelper::TotalEt(), l1t::EtSumHelper::TotalHt(), TotemDAQMappingESSourceXML::TotemDAQMappingESSourceXML(), TempTrajectory::toTrajectory(), DCCTBEventBlock::towerBlocksById(), DCCTBTowerBlock::towerID(), egamma::towersOf(), TrackerGeometryCompare::TrackerGeometryCompare(), TrackerMap::TrackerMap(), trackerStablePhiSort(), reco::modules::TrackerTrackHitFilter::TrackerTrackHitFilter(), l1t::demo::codecs::trackInCollection(), trklet::Tracklet::Tracklet(), InOutConversionTrackFinder::tracks(), OutInConversionTrackFinder::tracks(), IPProducerHelpers::FromJTA::tracks(), IPProducerHelpers::FromJetAndCands::tracks(), TransientVertex::trackWeight(), TrajectorySeedProducer::TrajectorySeedProducer(), MultiRefittedTS::trajectoryStateOnSurface(), GlobalMuonRefitter::transform(), FWTabularWidget::translateToRowColumn(), DccSpec::triggerBoard(), triggerExpression::Data::triggerIndex(), pat::helper::TriggerMatchHelper::triggerMatchCandidates(), pat::helper::TriggerMatchHelper::triggerMatchObject(), DTTrig::triggerReco(), TTClusterBuilder< T >::TTClusterBuilder(), ZdcUnpacker::unpack(), DCCEEEventBlock::unpack(), DCCEBEventBlock::unpack(), MuonTrackLoader::unpackHit(), DCCEEEventBlock::unpackTCCBlocks(), pat::PATObject< reco::Muon >::unpackTriggerObjectPathNames(), edm::UnscheduledConfigurator::UnscheduledConfigurator(), MSLayersAtAngle::update(), LatencyHistosUsingDb::update(), SiStripConfObject::update(), SimG4FluxProducer::update(), HGCPassive::update(), CaloSteppingAction::update(), sistrip::RawToDigiUnpacker::update(), FWLiteESRecordWriterAnalyzer::update(), SiStripQualityStatistics::updateAndSave(), AntiElectronDeadECAL::updateBadTowers(), edm::PoolOutputModule::updateBranchParentsForOneBranch(), ApvAnalysis::updateCalibration(), SiPixelDetectorStatus::updateDetectorStatus(), StraightTrackAlignment::updateDiagnosticHistograms(), DTTrig::updateES(), emtf::Forest::updateEvents(), CmsShowNavigator::updateFileFilters(), FWFileEntry::updateFilters(), edm::BranchIDListHelper::updateFromInput(), edm::BranchIDListHelper::updateFromParent(), edm::BranchIDListHelper::updateFromRegistry(), FW3DViewBase::updateHGCalVisibility(), DDI::Specific::updateLogicalPart(), edm::EDConsumerBase::updateLookup(), BTLElectronicsSim::updateOutput(), ETLElectronicsSim::updateOutput(), HGCDigitizerBase::updateOutput(), AlignmentParameterStore::updateParameters(), KDTreeLinkerPSEcal::updatePFBlockEltWithLinks(), KDTreeLinkerTrackEcal::updatePFBlockEltWithLinks(), KDTreeLinkerTrackHcal::updatePFBlockEltWithLinks(), MeasurementTrackerEventProducer::updatePhase2OT(), MeasurementTrackerEventProducer::updatePixels(), FWTriggerTableViewManager::updateProcessList(), emtf::Forest::updateRegTargets(), DynamicTruncation::updateWithCSChits(), DynamicTruncation::updateWithDThits(), metsig::SignPFSpecificAlgo::useOriginalPtrs(), pat::PATObject< reco::Muon >::userCand(), pat::PATObject< reco::Muon >::userDataObject_(), pat::PATObject< reco::Muon >::userFloat(), pat::PATObject< reco::Muon >::userFloatRange(), pat::PATObject< reco::Muon >::userInt(), pat::PATObject< reco::Muon >::userIntRange(), edm::eventsetup::ESProductResolverProvider::ESProductResolverContainer::usingRecords(), ValidateGeometry::validateCaloGeometry(), CSCGeometryValidate::validateCSCChamberGeometry(), ValidateGeometry::validateCSChamberGeometry(), CSCGeometryValidate::validateCSCLayerGeometry(), ValidateGeometry::validateCSCLayerGeometry(), DTGeometryValidate::validateDTChamberGeometry(), ValidateGeometry::validateDTChamberGeometry(), DTGeometryValidate::validateDTLayerGeometry(), ValidateGeometry::validateDTLayerGeometry(), GEMGeometryValidate::validateGEMChamberGeometry(), GEMGeometryValidate::validateGEMEtaPartitionGeometry(), validateList(), ME0GeometryValidate::validateME0ChamberGeometry(), ME0GeometryValidate::validateME0EtaPartitionGeometry(), ME0GeometryValidate::validateME0EtaPartitionGeometry2(), ValidateGeometry::validatePixelTopology(), RPCGeometryValidate::validateRPCChamberGeometry(), ValidateGeometry::validateRPCGeometry(), RPCGeometryValidate::validateRPCStripsGeometry(), ValidateGeometry::validateStripTopology(), ValidateGeometry::validateTrackerGeometry(), CombinedKinematicConstraint::value(), DDMapper< G4LogicalVolume *, DDLogicalPart >::value(), trklet::VarAdd::VarAdd(), trklet::VarDSPPostadd::VarDSPPostadd(), TagProbeFitter::varFixer(), SiStripClusterInfo::variance(), trklet::VarInv::VarInv(), trklet::VarMult::VarMult(), TagProbeFitter::varSaver(), trklet::VarSubtract::VarSubtract(), cms::DDNamespace::vecDbl(), cms::DDNamespace::vecFloat(), edm::HiMixingModule::verifyRegistry(), CosmicParametersDefinerForTP::vertex(), ConfigurableTrimmedVertexFinder::vertexCandidates(), ConfigurableTrimmedVertexFinder::vertices(), reco::isodeposit::OtherCandidatesDeltaRVeto::veto(), reco::isodeposit::OtherCandVeto::veto(), reco::isodeposit::OtherJetConstituentsDeltaRVeto::veto(), FWTrackProxyBuilderFullFramework::visibilityModelChanges(), FWRPZView::voteCaloMaxVal(), FWPFCandidateDetailView::voteMaxEtEVal(), AlcaBeamSpotManager::weight(), BeamMonitorBx::weight(), MultiRefittedTS::weight(), QuickTrackAssociatorByHitsImpl::weightedNumberOfTrackClusters(), BasicMultiVertexState::weightInMixture(), CSCSegFit::weightMatrix(), MuonSegFit::weightMatrix(), CSCGangedWireGrouping::wireGroup(), edm::Path::workerFinished(), AlignmentCorrelationsIORoot::write(), AlignmentParametersIO::write(), AlignmentUserVariablesIO::write(), popcon::PopCon::write(), edm::ProvenanceCheckerOutputModule::write(), edmplugin::CacheParser::write(), SmartSelectionMonitor::Write(), JsonOutputProducer::write(), sistrip::MeasureLA::write_report_text_ms(), AlignableDataIO::writeAbsPos(), pos::PixelCalibConfiguration::writeASCII(), SubjetFilterJetProducer::writeCompoundJets(), cms::CompoundJetProducer::writeCompoundJets(), VirtualJetProducer::writeCompoundJets(), FWPartialConfigSaveGUI::WriteConfig(), MuonsGrabber::writeDataForRelativeBX(), MELaserPrim::writeHistograms(), VirtualJetProducer::writeJetsWithConstituents(), DQMRootOutputModule::writeLuminosityBlock(), AlignableDataIO::writeOrgPos(), AlignmentParametersIO::writeOrigRigidBody(), PedeSteererWeakModeConstraints::writeOutput(), L1GtPatternWriter::writePatterns(), edm::RootOutputFile::writeProcessBlock(), edm::RootOutputFile::writeProductDescriptionRegistry(), LumiProducer::writeProductsForEntry(), AlignableDataIO::writeRelPos(), DQMRootOutputModule::writeRun(), Vx3DHLTAnalyzer::writeToFile(), EcalDccWeightBuilder::writeWeightToAsciiFile(), EcalDccWeightBuilder::writeWeightToDB(), EcalDccWeightBuilder::writeWeightToRootFile(), CTPPSRPAlignmentCorrectionsMethods::writeXMLBlock(), DCCTBTowerBlock::xtalBlocksById(), DCCTBXtalBlock::xtalID(), TMultiDimFet::ZeroDoubiousCoefficients(), ZSPJPTJetCorrector::ZSPJPTJetCorrector(), AntiElectronIDMVA6< TauType, ElectronType >::~AntiElectronIDMVA6(), ApvAnalysisFactory::~ApvAnalysisFactory(), CandIsolatorFromDeposits::~CandIsolatorFromDeposits(), CkfDebugger::~CkfDebugger(), CosmicLayerTriplets::~CosmicLayerTriplets(), CSGActionSupervisor::~CSGActionSupervisor(), DAQSource::~DAQSource(), DCCTBDataMapper::~DCCTBDataMapper(), DCCTBDataParser::~DCCTBDataParser(), DCCTBTowerBlock::~DCCTBTowerBlock(), DDCompactViewImpl::~DDCompactViewImpl(), DefaultFFTJetObjectFactory< AbsFFTSpecificScaleCalculator >::~DefaultFFTJetObjectFactory(), DefaultFFTJetRcdMapper< FFTPFJetCorrectorSequence >::~DefaultFFTJetRcdMapper(), edm::helper::IndexRangeAssociation::FastFiller::~FastFiller(), FedRawDataInputSource::~FedRawDataInputSource(), GBRForestWriter::~GBRForestWriter(), Hector::~Hector(), HistoAnalyzer< C >::~HistoAnalyzer(), HLTExoticaSubAnalysis::~HLTExoticaSubAnalysis(), HLTHiggsSubAnalysis::~HLTHiggsSubAnalysis(), GBRForestWriter::jobEntryType::~jobEntryType(), METAnalyzer::~METAnalyzer(), METCorrectionAlgorithm::~METCorrectionAlgorithm(), MuonDetLayerGeometry::~MuonDetLayerGeometry(), MuScleFit::~MuScleFit(), OMTFProcessor< GoldenPatternType >::~OMTFProcessor(), reco::tau::PATTauDiscriminationByMVAIsolationRun2::~PATTauDiscriminationByMVAIsolationRun2(), PFCandIsolatorFromDeposits::~PFCandIsolatorFromDeposits(), PFJetMETcorrInputProducerT< T, Textractor >::~PFJetMETcorrInputProducerT(), PFRecoTauDiscriminationByHPSSelection::~PFRecoTauDiscriminationByHPSSelection(), PFRecoTauDiscriminationByIsolationMVA2::~PFRecoTauDiscriminationByIsolationMVA2(), reco::tau::PFRecoTauDiscriminationByMVAIsolationRun2::~PFRecoTauDiscriminationByMVAIsolationRun2(), PlotAlignmentValidation::~PlotAlignmentValidation(), RecordHelper< TOutput >::~RecordHelper(), ShiftedMETcorrInputProducer::~ShiftedMETcorrInputProducer(), ShiftedParticleProducer::~ShiftedParticleProducer(), ShiftedParticleProducerT< T >::~ShiftedParticleProducerT(), cmsutil::SimpleAllocHashMultiMap< K, V, Hasher, Equals, Alloc >::~SimpleAllocHashMultiMap(), DDI::Store< DDName, std::unique_ptr< DDI::Material > >::~Store(), StraightTrackAlignment::~StraightTrackAlignment(), TestHistoMgr::~TestHistoMgr(), TrackerOfflineValidation::~TrackerOfflineValidation(), dqmservices::TriggerSelector::TreeElement::~TreeElement(), edm::TrieFactory< T >::~TrieFactory(), VariableHelper::~VariableHelper(), and VariableHelperService::~VariableHelperService().
int32_t *__restrict__ ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::iv = ws.iv() |
Definition at line 58 of file clusterTracksByDensity.h.
Referenced by RPCLinkSynchroStat::add(), TAPD::addEntry(), FBaseSimEvent::addSimTrack(), reco::IsoDeposit::algoWithin(), SiPixelMonitorVertexSoA::analyze(), SiPixelMonitorVertexSoAAlpaka::analyze(), HcalRecHitsAnalyzer::analyze(), IsoTrig::analyze(), PrimaryVertexAnalyzer4PUSlimmed::analyze(), IsolatedTracksNxN::analyze(), Primary4DVertexValidation::analyze(), XtalDedxAnalysis::analyzeHits(), HGCalTimingAnalyzer::analyzeSimTracks(), HGCalTB23Analyzer::analyzeSimTracks(), HGCalTBAnalyzer::analyzeSimTracks(), HLTMuonDimuonL3Filter::applyDiMuonSelection(), Basic2DVector< float >::Basic2DVector(), Basic3DVector< align::Scalar >::Basic3DVector(), magneticfield::MagGeoBuilder::build(), MagGeoBuilderFromDDD::build(), HGCalCellUV::cellUVFromXY1(), HGCalCellUV::cellUVFromXY3(), PFPileUpAlgo::chargedHadronVertex(), PrimaryVertexAssignment::chargedHadronVertex(), PFIsolationEstimator::chargedHadronVertex(), IsoTrig::chgIsolation(), PileupJetIdAlgo::computeIdVariables(), MVAJetPuId::computeIdVariables(), SeedMvaEstimator::computeMva(), SeedMvaEstimatorPhase2::computeMva(), gen::TauolappInterface::decay(), reco::IsoDeposit::depositAndCountWithin(), TMultiDimFet::EvalControl(), SiPixelActionExecutor::fillFEDErrorSummary(), SiPixelActionExecutor::fillGrandBarrelSummaryHistos(), SiPixelActionExecutor::fillGrandEndcapSummaryHistos(), GsfTrackProducerBase::fillMode(), DeepBoostedJetTagInfoProducer::fillParticleFeatures(), SiPixelActionExecutor::fillSummary(), TrackingFailureFilter::filter(), PythiaDauVFilter::filter(), PythiaAllDauVFilter::filter(), PythiaDauVFilterMatchID::filter(), FFTJetPFPileupCleaner::findSomeVertexWFakes(), DivisiveVertexFinder::findVertexesAlt(), for(), CaloTowerGeometry::getSummary(), ZdcGeometry::getSummary(), CaloSubdetectorGeometry::getSummary(), HcalGeometry::getSummary(), HGCalTypes::getUnpackedV(), reco::Photon::hcalTowerSumEt(), reco::GsfElectron::hcalTowerSumEt(), reco::Photon::hcalTowerSumEtBc(), reco::GsfElectron::hcalTowerSumEtBc(), HGCalCellUV::HGCalCellUV(), edm::OneToMany< std::vector< Trajectory >, std::vector< TrajectorySeed >, unsigned int >::insert(), edm::OneToOneGeneric< std::vector< TrackCandidate >, std::vector< Trajectory >, unsigned int >::insert(), edm::OneToManyWithQualityGeneric< TrackingVertexCollection, edm::View< reco::Vertex >, double, unsigned int >::insert(), FFTJetPFPileupCleaner::isAcceptableVtx(), edm::isTransientEqual(), TmpSimEvent::load(), TMultiDimFet::MakeCandidates(), Primary4DVertexValidation::matchReco2Sim(), JetPlusTrackCorrector::matchTracks(), multiTrajectoryStateMode::momentumFromModeLocal(), reco::IsoDeposit::nearestDR(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), HGCalTypes::packTypeUV(), HitParentTest::parentSimTrack(), spr::parentSimTrack(), multiTrajectoryStateMode::positionFromModeLocal(), DDHGCalMixLayer::positionMix(), DDHGCalMixRotatedLayer::positionMix(), DDHGCalMixRotatedCassette::positionMix(), HGCalMixLayer::positionMix(), HGCalMixRotatedLayer::positionMix(), HGCalMixRotatedCassette::positionMix(), DDHGCalSiliconRotatedCassette::positionPassive(), HGCalSiliconRotatedCassette::positionPassive(), DDHGCalEEAlgo::positionSensitive(), DDHGCalEEFileAlgo::positionSensitive(), DDHGCalSiliconModule::positionSensitive(), DDHGCalSiliconRotatedCassette::positionSensitive(), DDHGCalSiliconRotatedModule::positionSensitive(), DDHGCalHEAlgo::positionSensitive(), DDHGCalHEFileAlgo::positionSensitive(), HGCalEEFileAlgo::positionSensitive(), HGCalSiliconModule::positionSensitive(), HGCalSiliconRotatedModule::positionSensitive(), HGCalEEAlgo::PositionSensitive(), HGCalSiliconRotatedCassette::positionSensitive(), HGCalHEFileAlgo::positionSensitive(), HGCalHEAlgo::positionSensitive(), SeedGeneratorFromProtoTracksEDProducer::produce(), JetTracksAssociationDRVertexAssigned::produce(), PFV0Producer::produce(), FFTJetVertexAdder::produce(), ConvBremSeedProducer::produce(), PrimaryVertexProducer::produce(), LmfSource::readEventWithinFile(), ZdcSimpleRecAlgoImpl::reco2(), rpcrawtodigi::RecordCD::RecordCD(), PointSeededTrackingRegionsProducer::regions(), PATPrimaryVertexSelector::select(), MultiTrackSelector::select(), HIMultiTrackSelector::select(), EMShower::setIntervals(), CaloNumberingScheme::setVerbosity(), ZdcNumberingScheme::setVerbosity(), spr::simTrackAtOrigin(), sortByPt2(), edm::OneToMany< std::vector< Trajectory >, std::vector< TrajectorySeed >, unsigned int >::val(), edm::OneToOneGeneric< std::vector< TrackCandidate >, std::vector< Trajectory >, unsigned int >::val(), edm::OneToManyWithQualityGeneric< TrackingVertexCollection, edm::View< reco::Vertex >, double, unsigned int >::val(), spr::validSimTrack(), HitParentTest::validSimTrack(), ConfigurableTrimmedVertexFinder::vertexCandidates(), HGCalWaferIndex::waferV(), and ZdcNumberingScheme::ZdcNumberingScheme().
uint8_t* __restrict__ ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::izt = ws.izt() |
Definition at line 56 of file clusterTracksByDensity.h.
Referenced by for(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()().
ALPAKA_FN_ACC ALPAKA_FN_INLINE VtxSoAView WsSoAView float ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::maxChi2 |
Definition at line 24 of file splitVertices.h.
Referenced by for(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::SplitVerticesKernel::operator()().
Definition at line 24 of file vertexFinder.dev.cc.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::VertexFinderOneKernel::operator()().
Definition at line 23 of file vertexFinder.dev.cc.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::VertexFinderOneKernel::operator()().
Definition at line 27 of file vertexFinder.dev.cc.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::VertexFinderOneKernel::operator()().
constexpr uint32_t ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::MAXTK = 512 |
Definition at line 46 of file splitVertices.h.
Referenced by for().
ALPAKA_FN_ACC ALPAKA_FN_INLINE void VtxSoAView WsSoAView int ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::minT |
Definition at line 30 of file clusterTracksByDensity.h.
Referenced by constexpr(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::VertexFinderOneKernel::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksByDensityKernel::operator()().
auto& ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::newV = alpaka::declareSharedVar<uint8_t[MAXTK], __COUNTER__>(acc) |
Definition at line 50 of file splitVertices.h.
Referenced by for(), and TrimmedVertexFinder::theWorst().
int32_t const *__restrict__ ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::nn = data.ndof() |
Definition at line 57 of file clusterTracksByDensity.h.
Referenced by for(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()().
auto& ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::noise = alpaka::declareSharedVar<int, __COUNTER__>(acc) |
Definition at line 52 of file fitVertices.h.
auto& ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::nq = alpaka::declareSharedVar<uint32_t, __COUNTER__>(acc) |
Definition at line 52 of file splitVertices.h.
Referenced by for(), G4ProcessHelper::GetInclusiveCrossSection(), and SMS::location().
auto ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::nt = ws.ntrks() |
Definition at line 49 of file clusterTracksByDensity.h.
Referenced by for(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), and sortByPt2().
uint32_t & ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::nvFinal = data.nvFinal() |
Definition at line 53 of file clusterTracksByDensity.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), and sortByPt2().
uint32_t & ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::nvIntermediate = ws.nvIntermediate() |
Definition at line 54 of file clusterTracksByDensity.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()().
ALPAKA_FN_ACC ALPAKA_FN_INLINE VtxSoAView & ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::pdata |
Definition at line 30 of file clusterTracksByDensity.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::Init::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::VertexFinderOneKernel::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::SortByPt2Kernel::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::FitVerticesKernel::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::SplitVerticesKernel::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksByDensityKernel::operator()(), and cond::ProductResolver< RecordT, DataT, Initializer >::ProductResolver().
ALPAKA_FN_ACC ALPAKA_FN_INLINE VtxSoAView WsSoAView & ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::pws |
Definition at line 30 of file clusterTracksByDensity.h.
Referenced by ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::Init::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::LoadTracks< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::VertexFinderOneKernel::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::SortByPt2Kernel::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::FitVerticesKernel::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::SplitVerticesKernel::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksByDensityKernel::operator()().
constexpr bool ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::verbose = false |
Definition at line 38 of file clusterTracksByDensity.h.
Referenced by for(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()().
auto &__restrict__ ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ws = pws |
Definition at line 48 of file clusterTracksByDensity.h.
Referenced by cms::alpakatools::blockPrefixScan(), HGCalValidator::bookHistograms(), GlobalLogicParser::buildRpnVector(), L1GtLogicParser::buildRpnVector(), HGCalValidator::dqmAnalyze(), EcalTBWeightsXMLTranslator::dumpXML(), cms::alpakatools::OneToManyAssocRandomAccess< I, NHISTS *NBINS+1, SIZE >::finalize(), gpuClustering::for(), for(), HoughGrouping::getAveragePoint(), ApeSettingAlgorithm::initialize(), CSCGeometryValidate::makeHistograms2(), FWDetailViewManager::openDetailViewFor(), pixelClustering::ClusterChargeCut< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()(), cms::alpakatools::multiBlockPrefixScan< T >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::pixelClustering::FindClus< TrackerTraits >::operator()(), ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::FillHitsModuleStart< TrackerTraits >::operator()(), cms::alpakatools::radixSortMulti(), EcalTBWeightsXMLTranslator::readWeightSet(), EcalTBWeightsXMLTranslator::readXML(), regressionTest_first(), L1MuDTTrackFinder::reset(), L1MuDTTrackFinder::run(), L1MuDTTrackFinder::setup(), sortByPt2(), and EcalTBWeightsXMLTranslator::writeWeightSet().
float *__restrict__ ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::wv = data.wv() |
Definition at line 32 of file fitVertices.h.
Referenced by JetPartonMatcher::fillAlgoritDefinition(), JetPartonMatcher::fillPhysicsDefinition(), for(), load_dddefinition(), JetPartonMatcher::produce(), and EvtPlaneProducer::produce().
auto& ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ww = alpaka::declareSharedVar<float[MAXTK], __COUNTER__>(acc) |
Definition at line 51 of file splitVertices.h.
Referenced by algorithm(), ValidationMisalignedTracker::analyze(), MuonTrackValidator::analyze(), MultiTrackValidator::bookHistograms(), MuonTrackValidator::bookHistograms(), FWTEveViewer::CaptureAndSaveImage(), CSCWireTopology::CSCWireTopology(), MultiTrackValidator::dqmAnalyze(), TowerBlockFormatter::EndEvent(), for(), EcalTestDevDB::generateEcalTBWeights(), sipixelconstants::functions::getADC(), sipixelconstants::functions::getCol(), sipixelconstants::functions::getDCol(), EcalTrivialConditionRetriever::getEcalSimComponentShapeFromConfiguration(), EcalTrivialConditionRetriever::getEcalSimPulseShapeFromConfiguration(), sipixelconstants::functions::getLink(), sipixelconstants::functions::getPxId(), sipixelconstants::functions::getROC(), sipixelconstants::functions::getRow(), ESTrivialConditionRetriever::getWeightsFromConfiguration(), EcalTrivialConditionRetriever::getWeightsFromConfiguration(), CTPPSPixelDataFormatter::interpretRawData(), PixelDataFormatter::interpretRawData(), FWPSetTableManager::maxWidthForColumns(), ALPAKA_ACCELERATOR_NAMESPACE::pixelDetails::RawToDigi_kernel< debug >::operator()(), DDHGCalTBModule::positionSensitive(), DDHGCalModuleAlgo::positionSensitive(), DDHGCalTBModuleX::positionSensitive(), TevMuonProducer::produce(), EcalTrivialConditionRetriever::produceEcalSamplesCorrelation(), StoreEcalCondition::readEcalTBWeightsFromFile(), StoreESCondition::readESTimeSampleWeightsFromFile(), sipixelconstants::functions::removeADC(), FWTEveViewer::SaveJpg(), FWTEveViewer::SavePng(), CmsShowMainFrame::showFWorksInfo(), TevMuonProducer::TevMuonProducer(), CSCWireGeometry::wireEnds(), FEConfigFgrParamDat::writeArrayDB(), MonLaserPulseDat::writeArrayDB(), FEConfigLinDat::writeArrayDB(), MonLed1Dat::writeArrayDB(), FEConfigParamDat::writeArrayDB(), MonLaserBlueDat::writeArrayDB(), MonLaserRedDat::writeArrayDB(), MonLed2Dat::writeArrayDB(), MonLaserIRedDat::writeArrayDB(), MonPNPedDat::writeArrayDB(), MonLaserGreenDat::writeArrayDB(), ODTowersToByPassDat::writeArrayDB(), FEConfigOddWeightGroupDat::writeArrayDB(), ODVfeToRejectDat::writeArrayDB(), MonMemChConsistencyDat::writeArrayDB(), MonCrystalConsistencyDat::writeArrayDB(), ODGolBiasCurrentDat::writeArrayDB(), MonPedestalsDat::writeArrayDB(), MonTestPulseDat::writeArrayDB(), MonTTConsistencyDat::writeArrayDB(), MonMemTTConsistencyDat::writeArrayDB(), MonPNLed2Dat::writeArrayDB(), MonPNGreenDat::writeArrayDB(), MonPNBlueDat::writeArrayDB(), MonPNMGPADat::writeArrayDB(), MonPNLed1Dat::writeArrayDB(), MonPNIRedDat::writeArrayDB(), MonPNRedDat::writeArrayDB(), and DCULVRVoltagesDat::writeArrayDB().
float const *__restrict__ ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::zt = ws.zt() |
Definition at line 50 of file clusterTracksByDensity.h.
Referenced by for(), jacobianCartesianToCurvilinear(), jacobianCurvilinearToCartesian(), DTTrigGeom::localPosition(), ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksIterative::operator()(), and ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::ClusterTracksDBSCAN::operator()().
float *__restrict__ ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::zv = data.zv() |
Definition at line 31 of file fitVertices.h.
Referenced by ZEEDetails::analyze(), HFShowerLibrary::fillHits(), ZtoMMEventSelector::filter(), ZtoEEEventSelector::filter(), for(), HFShower::getHits(), HFShowerParam::getHits(), HGCalGeomParameters::loadCellTrapezoid(), HGCalTBGeomParameters::loadGeometryHexagon(), HGCalGeomParameters::loadGeometryHexagon(), HCalSD::plotHF(), MultiHitGeneratorFromChi2::refit2Hits(), and HcalForwardAnalysis::setPhotons().
auto& ALPAKA_ACCELERATOR_NAMESPACE::vertexFinder::zz = alpaka::declareSharedVar<float[MAXTK], __COUNTER__>(acc) |
Definition at line 49 of file splitVertices.h.
Referenced by for().