#include <cassert>
#include <cstdlib>
#include <cstring>
#include <fstream>
#include <iostream>
#include <sstream>
#include <vector>
#include "ecalDccMap.h"
#include <errno.h>
Go to the source code of this file.
Macros | |
#define | SIZE_MAX ((size_t)-1) |
#define | SSIZE_MAX ((ssize_t)(SIZE_MAX / 2)) |
Enumerations | |
enum | roAction_t { suppress = 0, sr2, sr1, full, fsuppress, fsr2, fsr1, ffull } |
Functions | |
void | abConnect (int iAB, int iABCh, int &iOtherAB, int &iOtherABCh) |
int | abNum (int iABEta, int iABPhi) |
void | fillABIOFiles (const char ttFlags[nTTInEta][nTTInPhi], const char barrelSrFlags[nBarrelTTInEta][nTTInPhi], const char endcapSrFlags[nEndcaps][nSupercrystalXBins][nSupercrystalYBins], ofstream files[]) |
void | fillABSRPFiles (const char barrelSrFlags[nBarrelTTInEta][nTTInPhi], const char endcapSrFlags[nEndcaps][nSupercrystalXBins][nSupercrystalYBins], ofstream files[]) |
void | fillABTTFFiles (const char ttFlags[nTTInEta][nTTInPhi], ofstream files[]) |
string | getABABInputStream (const char tccFlags[nTTInEta][nTTInPhi], int iABEta, int iABPhi, int iABCh) |
string | getABABOutputStream (const char tccFlags[nTTInEta][nTTInPhi], int iABEta, int iABPhi, int iABCh) |
string | getABDCCOutputStream (const char barrelSrFlags[nBarrelTTInEta][nTTInPhi], const char endcapSrFlags[nEndcaps][nSupercrystalXBins][nSupercrystalYBins], int iABEta, int iABPhi, int DCCCh) |
string | getABTCCInputStream (const char tccFlags[nTTInEta][nTTInPhi], int iABEta, int iABPhi, int iTCCCh) |
void | getABTTPhiBounds (int iABPhi, int &iTTPhiMin, int &iTTPhiMax) |
string | getFlagStream (char flags[nTTInEta][nTTInPhi], int iEtaMin, int iEtaMax, int iPhiMin, int iPhiMax) |
int | main (int argc, char *argv[]) |
bool | readSRF (FILE *file, char barrelSrFlags[nBarrelTTInEta][nTTInPhi], char endcapSrFlags[nEndcaps][nSupercrystalXBins][nSupercrystalYBins]) |
bool | readTTF (FILE *file, char ttFlags[nTTInEta][nTTInPhi]) |
void | writeABIOFileHeader (ofstream &f, int abNum) |
void | writeABSRFFileHeader (ofstream &f, int abNum) |
void | writeABTTFFileHeader (ofstream &f, int abNum) |
Variables | |
const char * | abIOFilePostfix = ".txt" |
const char * | abIOFilePrefix = "IO_AB" |
const char * | abSRFFilePostfix = ".txt" |
const char * | abSRFFilePrefix = "AF_AB" |
const char * | abTTFFilePostfix = ".txt" |
const char * | abTTFFilePrefix = "TTF_AB" |
roAction_t | actions [nactions] |
vector< pair< int, int > > | ecalDccSC [nEndcaps][nDCCEE] |
int | iEvent = 0 |
const int | iTCCEtaBounds [nTCCInEta+1] = {0, 7, 11, 28, 45, 49, 56} |
const int | iTTEtaMax [nABInEta] = {10, 27, 44, 55} |
const int | iTTEtaMin [nABInEta] = {0, 11, 28, 45} |
const int | iTTEtaSign [nABInEta] = {-1, -1, 1, 1} |
const int | nAB = nABInPhi * nABInEta |
const int | nABABCh = 8 |
const int | nABInEta = 4 |
const int | nABInPhi = 3 |
const int | nABTCCCh = 12 |
const int | nactions = 8 |
static const int | nBarrelTTInEta = 34 |
const int | nDCCCh = 12 |
const int | nDCCEE = 9 |
static const int | nEndcaps = 2 |
static const int | nEndcapTTInEta = 11 |
static const int | nEndcapXBins = 100 |
static const int | nEndcapYBins = 100 |
static const int | nSupercrystalXBins = nEndcapXBins / supercrystalEdge |
static const int | nSupercrystalYBins = nEndcapYBins / supercrystalEdge |
const int | nTCCInEta = 6 |
const int | nTTInABAlongPhi = nTTInPhi / nABInPhi |
static const int | nTTInEta = 2 * nEndcapTTInEta + nBarrelTTInEta |
static const int | nTTInPhi = 72 |
char | roFlagMarker [] |
const char * | srfFilename = "SRF.txt" |
char | srp2roFlags [128] |
const char | srpFlagMarker [] = {'.', 'S', 'N', 'C', '4', '5', '6', '7'} |
static const int | supercrystalEdge = 5 |
const char | tccFlagMarker [] = {'.', 'S', '?', 'C', '4', '5', '6', '7'} |
int | theAB = -1 |
const char * | ttfFilename = "TTF.txt" |
const char * | xconnectFilename = "xconnect_universal.txt" |
GenABIO is a standalone program to produce individual SRP card trigger tower and selective readout action flags from TTF.txt and SRF.txt global flag files. Run 'GenABIO -h' for usage.
Definition in file GenABIO.cc.
#define SIZE_MAX ((size_t)-1) |
Definition at line 25 of file GenABIO.cc.
#define SSIZE_MAX ((ssize_t)(SIZE_MAX / 2)) |
Definition at line 28 of file GenABIO.cc.
enum roAction_t |
Enumerator | |
---|---|
suppress | |
sr2 | |
sr1 | |
full | |
fsuppress | |
fsr2 | |
fsr1 | |
ffull |
Definition at line 168 of file GenABIO.cc.
void abConnect | ( | int | iAB, |
int | iABCh, | ||
int & | iOtherAB, | ||
int & | iOtherABCh | ||
) |
Definition at line 870 of file GenABIO.cc.
References HltBtagPostValidation_cff::c, DMR_cfg::cerr, beamvalidation::exit(), f, mps_fire::i, l1ctLayer1_patternWriters_cff::ilink, nAB, nABABCh, and xconnectFilename.
Referenced by getABABInputStream().
|
inline |
Definition at line 202 of file GenABIO.cc.
Referenced by fillABIOFiles(), fillABSRPFiles(), fillABTTFFiles(), getABABInputStream(), writeABIOFileHeader(), writeABSRFFileHeader(), and writeABTTFFileHeader().
void fillABIOFiles | ( | const char | ttFlags[nTTInEta][nTTInPhi], |
const char | barrelSrFlags[nBarrelTTInEta][nTTInPhi], | ||
const char | endcapSrFlags[nEndcaps][nSupercrystalXBins][nSupercrystalYBins], | ||
ofstream | files[] | ||
) |
Definition at line 459 of file GenABIO.cc.
References abNum(), submitPVResolutionJobs::files, getABABInputStream(), getABABOutputStream(), getABDCCOutputStream(), getABTCCInputStream(), iEvent, nABABCh, nABInEta, nABInPhi, nABTCCCh, and nDCCCh.
Referenced by main().
void fillABSRPFiles | ( | const char | barrelSrFlags[nBarrelTTInEta][nTTInPhi], |
const char | endcapSrFlags[nEndcaps][nSupercrystalXBins][nSupercrystalYBins], | ||
ofstream | files[] | ||
) |
Definition at line 390 of file GenABIO.cc.
References abNum(), abOfDcc(), dccIndexOfRU(), submitPVResolutionJobs::files, getABTTPhiBounds(), mps_fire::i, iEvent, createfilelist::int, iTTEtaMax, iTTEtaMin, iTTEtaSign, mod(), nAB, nABInPhi, nEndcaps, nEndcapTTInEta, nSupercrystalXBins, nSupercrystalYBins, nTTInABAlongPhi, nTTInPhi, and srp2roFlags.
Referenced by main().
void fillABTTFFiles | ( | const char | ttFlags[nTTInEta][nTTInPhi], |
ofstream | files[] | ||
) |
Produces one file per AB. Each file contains the TT flags the AB receives from its inputs.
Definition at line 361 of file GenABIO.cc.
References abNum(), submitPVResolutionJobs::files, getABTTPhiBounds(), mps_fire::i, iEvent, iTTEtaMax, iTTEtaMin, iTTEtaSign, mod(), nABInEta, nABInPhi, nTTInABAlongPhi, and nTTInPhi.
Referenced by main().
string getABABInputStream | ( | const char | tccFlags[nTTInEta][nTTInPhi], |
int | iABEta, | ||
int | iABPhi, | ||
int | iABCh | ||
) |
Definition at line 855 of file GenABIO.cc.
References abConnect(), abNum(), and getABABOutputStream().
Referenced by fillABIOFiles().
string getABABOutputStream | ( | const char | tccFlags[nTTInEta][nTTInPhi], |
int | iABEta, | ||
int | iABPhi, | ||
int | iABCh | ||
) |
Definition at line 788 of file GenABIO.cc.
References cms::cuda::assert(), Reference_intrackfit_cff::barrel, edmScanValgrind::buffer, getABTCCInputStream(), and alignCSCRings::s.
Referenced by fillABIOFiles(), and getABABInputStream().
string getABDCCOutputStream | ( | const char | barrelSrFlags[nBarrelTTInEta][nTTInPhi], |
const char | endcapSrFlags[nEndcaps][nSupercrystalXBins][nSupercrystalYBins], | ||
int | iABEta, | ||
int | iABPhi, | ||
int | DCCCh | ||
) |
Definition at line 909 of file GenABIO.cc.
References Reference_intrackfit_cff::barrel, edmScanValgrind::buffer, ecalDccSC, getABTCCInputStream(), mps_fire::i, createfilelist::int, nEndcapTTInEta, srp2roFlags, and cms::cuda::stream.
Referenced by fillABIOFiles().
string getABTCCInputStream | ( | const char | tccFlags[nTTInEta][nTTInPhi], |
int | iABEta, | ||
int | iABPhi, | ||
int | iTCCCh | ||
) |
Definition at line 758 of file GenABIO.cc.
References getABTTPhiBounds(), getFlagStream(), hcalTTPDigis_cfi::iEtaMax, hcalTTPDigis_cfi::iEtaMin, and iTCCEtaBounds.
Referenced by fillABIOFiles(), getABABOutputStream(), and getABDCCOutputStream().
void getABTTPhiBounds | ( | int | iABPhi, |
int & | iTTPhiMin, | ||
int & | iTTPhiMax | ||
) |
Definition at line 865 of file GenABIO.cc.
References mod(), nTTInABAlongPhi, and nTTInPhi.
Referenced by fillABSRPFiles(), fillABTTFFiles(), and getABTCCInputStream().
string getFlagStream | ( | char | flags[nTTInEta][nTTInPhi], |
int | iEtaMin, | ||
int | iEtaMax, | ||
int | iPhiMin, | ||
int | iPhiMax | ||
) |
Definition at line 729 of file GenABIO.cc.
References cms::cuda::assert(), edmScanValgrind::buffer, DMR_cfg::cerr, beamvalidation::exit(), HLT_2024v11_cff::flags, l1tPhase2CaloJetEmulator_cfi::iEta, hcalTTPDigis_cfi::iEtaMax, hcalTTPDigis_cfi::iEtaMin, mod(), nTTInEta, and nTTInPhi.
Referenced by getABTCCInputStream().
int main | ( | int | argc, |
char * | argv[] | ||
) |
===============================================================================================================================================================================================
variant2: for each run define phi-averaged A for normalization channel (Dref,16) and then, divide Rijk on it, i.e. get RRijk
eta=27
eta=25
eta=23
eta=22
eta=21
eta=26
eta=24
eta=19
eta=17
eta=25
eta=23
eta=22
eta=21
eta=26
eta=24
eta=20
eta=19
eta=18
eta=27 L1=1
eta=25 L1=1
eta=23 L1=1
eta=22 L1=1
eta=21 L1=1
eta=29 L1=1
eta=26 L1=1
eta=24 L1=1
eta=20 L1=1
eta=19 L1=1
eta=18 L1=1
eta=17 L1=1
eta=28 L7=1
eta=27 L7=1
eta=25 L7=1
eta=23 L7=1
eta=22 L7=1
eta=21 L7=1
eta=26 L7=1
eta=24 L7=1
eta=20 L7=1
eta=19 L7=1
eta=18 L7=1
eta=17 L7=1
eta=27
eta=25
eta=23
eta=22
eta=21
eta=26
eta=24
eta=19
eta=17
eta=25
eta=23
eta=22
eta=21
eta=26
eta=24
eta=20
eta=19
eta=18
eta=27 L1=1
eta=25 L1=1
eta=23 L1=1
eta=22 L1=1
eta=21 L1=1
eta=26 L1=1
eta=24 L1=1
eta=20 L1=1
eta=19 L1=1
eta=18 L1=1
eta=17 L1=1
eta=28 L7=1
eta=27 L7=1
eta=25 L7=1
eta=23 L7=1
eta=22 L7=1
eta=21 L7=1
eta=26 L7=1
eta=24 L7=1
eta=20 L7=1
eta=19 L7=1
eta=18 L7=1
eta=17 L7=1
eta=27
eta=28
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Sticking ADC counts in neughbouring TS for HB:
Sticking ADC counts in neughbouring TS for HE:
RBX:
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
RBX:
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
errA with average Amplitudes
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
Summed Amplitude Plots:
RBX:
Prepare maps of good/bad channels:
Prepare maps of good/bad channels:
Prepare maps of good/bad channels:
Prepare maps of good/bad channels:
Definition at line 228 of file GenABIO.cc.
References abIOFilePostfix, abIOFilePrefix, abSRFFilePostfix, abSRFFilePrefix, abTTFFilePostfix, abTTFFilePrefix, actions, dir2webdir::argc, GCPpyPlots::argv, DMR_cfg::cerr, gather_cfg::cout, dccPhiIndexOfRU(), ecalDccSC, beamvalidation::exit(), fillABIOFiles(), fillABSRPFiles(), fillABTTFFiles(), mps_fire::i, iEvent, createfilelist::int, nAB, nactions, nBarrelTTInEta, nEndcaps, nEndcapXBins, nEndcapYBins, nSupercrystalXBins, nSupercrystalYBins, nTTInEta, nTTInPhi, MillePedeFileConverter_cfg::out, readSRF(), readTTF(), roFlagMarker, alignCSCRings::s, srfFilename, srp2roFlags, srpFlagMarker, theAB, ttfFilename, writeABIOFileHeader(), writeABSRFFileHeader(), and writeABTTFFileHeader().
bool readSRF | ( | FILE * | file, |
char | barrelSrFlags[nBarrelTTInEta][nTTInPhi], | ||
char | endcapSrFlags[nEndcaps][nSupercrystalXBins][nSupercrystalYBins] | ||
) |
Definition at line 536 of file GenABIO.cc.
References edmScanValgrind::buffer, DMR_cfg::cerr, beamvalidation::exit(), f, l1tPhase2CaloJetEmulator_cfi::iEta, mps_splice::line, nBarrelTTInEta, nEndcaps, nSupercrystalXBins, nSupercrystalYBins, nTTInPhi, fileinputsource_cfi::read, srfFilename, and funct::true.
Referenced by main().
bool readTTF | ( | FILE * | file, |
char | ttFlags[nTTInEta][nTTInPhi] | ||
) |
Definition at line 499 of file GenABIO.cc.
References edmScanValgrind::buffer, DMR_cfg::cerr, beamvalidation::exit(), f, l1tPhase2CaloJetEmulator_cfi::iEta, mps_splice::line, nTTInEta, nTTInPhi, fileinputsource_cfi::read, funct::true, and ttfFilename.
Referenced by main().
void writeABIOFileHeader | ( | ofstream & | f, |
int | abNum | ||
) |
Definition at line 691 of file GenABIO.cc.
References abNum(), actions, f, roFlagMarker, srpFlagMarker, submitPVValidationJobs::t, tccFlagMarker, and hcalRecHitTable_cff::time.
Referenced by main().
void writeABSRFFileHeader | ( | ofstream & | f, |
int | abNum | ||
) |
Definition at line 645 of file GenABIO.cc.
References abNum(), actions, f, roFlagMarker, submitPVValidationJobs::t, and hcalRecHitTable_cff::time.
Referenced by main().
void writeABTTFFileHeader | ( | ofstream & | f, |
int | abNum | ||
) |
Definition at line 621 of file GenABIO.cc.
References abNum(), f, srpFlagMarker, submitPVValidationJobs::t, and hcalRecHitTable_cff::time.
Referenced by main().
const char* abIOFilePostfix = ".txt" |
Definition at line 157 of file GenABIO.cc.
Referenced by main().
const char* abIOFilePrefix = "IO_AB" |
Definition at line 156 of file GenABIO.cc.
Referenced by main().
const char* abSRFFilePostfix = ".txt" |
Definition at line 155 of file GenABIO.cc.
Referenced by main().
const char* abSRFFilePrefix = "AF_AB" |
Definition at line 154 of file GenABIO.cc.
Referenced by main().
const char* abTTFFilePostfix = ".txt" |
Definition at line 153 of file GenABIO.cc.
Referenced by main().
const char* abTTFFilePrefix = "TTF_AB" |
Definition at line 152 of file GenABIO.cc.
Referenced by main().
roAction_t actions[nactions] |
Definition at line 181 of file GenABIO.cc.
Referenced by edm::GlobalSchedule::GlobalSchedule(), main(), edm::StreamSchedule::makePathStatusInserters(), edm::Maker::makeWorker(), edm::WorkerMaker< T >::makeWorker(), operator<<(), edm::Schedule::Schedule(), edm::StreamSchedule::StreamSchedule(), writeABIOFileHeader(), and writeABSRFFileHeader().
Definition at line 192 of file GenABIO.cc.
Referenced by getABDCCOutputStream(), and main().
int iEvent = 0 |
Definition at line 224 of file GenABIO.cc.
Referenced by Filter::accept(), FilterOR::accept(), FilterSelection::accept(), FilterSelection::acceptMap(), AlcaPCCIntegrator::accumulate(), cms::PileupVertexAccumulator::accumulate(), cms::SiPixelDigitizer::accumulate(), cms::Phase2TrackerDigitizer::accumulate(), SiStripDigitizer::accumulate(), SiPixelStatusProducer::accumulate(), cms::Phase2TrackerDigitizer::accumulate_local(), DeepTauIdSonicProducer::acquire(), DeepMETSonicProducer::acquire(), SiPixelDigiErrorsSoAFromCUDA::acquire(), SiPixelDigisSoAFromCUDA::acquire(), ALPAKA_ACCELERATOR_NAMESPACE::stream::SynchronizingEDProducer<>::acquire(), TestCUDAProducerGPUtoCPU::acquire(), TestCUDAProducerGPUEW::acquire(), PixelVertexSoAFromCUDA::acquire(), TestCUDAProducerGPUEWTask::acquire(), SonicAcquirer< TritonClient, edm::stream::EDProducer< edm::ExternalWork, Capabilities... > >::acquire(), ParticleNetSonicJetTagsProducer::acquire(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer::acquire(), PixelTrackSoAFromCUDAT< TrackerTraits >::acquire(), SiPixelPhase2DigiToClusterCUDA::acquire(), SiPixelRecHitFromCUDAT< TrackerTraits >::acquire(), SiPixelRecHitSoAFromCUDAT< TrackerTraits >::acquire(), ALPAKA_ACCELERATOR_NAMESPACE::SiPixelPhase2DigiToCluster::acquire(), SCEnergyCorrectorDRNProducer::acquire(), ALPAKA_ACCELERATOR_NAMESPACE::SiPixelRawToCluster< TrackerTraits >::acquire(), SiPixelRawToClusterCUDAT< TrackerTraits >::acquire(), DRNCorrectionProducerT< T >::acquire(), pat::PATUserDataHelper< pat::MET >::add(), pat::PATUserDataMerger< pat::Jet, pat::helper::AddUserInt >::add(), pat::helper::NamedUserDataLoader< pat::helper::AddUserCand >::addData(), cms::HTTTopJetProducer::addHTTTopJetTagInfoCollection(), HLTRFilter::addObjects(), cms::Phase2TrackerDigitizer::addOuterTrackerCollection(), cms::Phase2TrackerDigitizer::addPixelCollection(), PreMixingTrackingParticleWorker::addSignals(), PreMixingDigiSimLinkWorker< DigiSimLinkCollection >::addSignals(), edm::PreMixingCrossingFrameWorker< T >::addSignals(), PreMixingCaloParticleWorker::addSignals(), PreMixingMuonWorker< CSCWireDigiCollection >::addSignals(), PreMixingCSCWorker::addSignals(), L1TCorrelatorLayer1Producer::addUInt(), DeDxDiscriminatorLearner::algoAnalyze(), SiStripGainCosmicCalculator::algoAnalyze(), SiStripGainFromData::algoAnalyze(), SiStripGainFromCalibTree::algoAnalyze(), AlphaTVarAnalyzer::analyze(), ScoutingTestAnalyzer::analyze(), RazorVarAnalyzer::analyze(), CSCTruthTest::analyze(), HLTPrescaleExample::analyze(), CandidateBenchmarkAnalyzer::analyze(), METBenchmarkAnalyzer::analyze(), MatchMETBenchmarkAnalyzer::analyze(), PFCandidateBenchmarkAnalyzer::analyze(), PFCandidateManagerAnalyzer::analyze(), PFCandidateDQMAnalyzer::analyze(), PFJetDQMAnalyzer::analyze(), PFMETDQMAnalyzer::analyze(), PFMuonDQMAnalyzer::analyze(), MiniAODTaggerAnalyzer::analyze(), OffsetAnalyzerDQM::analyze(), DiJetVarAnalyzer::analyze(), HcalCableMapper::analyze(), SiPixelPhase1GeometryDebug::analyze(), MiniAODSVAnalyzer::analyze(), edmtest::SwitchProducerProvenanceAnalyzer::analyze(), RawDataConverter::analyze(), PatZjetsElectronAnalyzer::analyze(), PatZjetsJetAnalyzer::analyze(), L1TScalersSCAL::analyze(), Tau3MuMonitor::analyze(), L1TPhase2OuterTrackerTkMET::analyze(), ElectronMcSignalValidatorMiniAOD::analyze(), PFJetAnalyzerDQM::analyze(), SiPixelPhase1TrackClustersV::analyze(), TestCUDAAnalyzerGPU::analyze(), HiBasicGenTest::analyze(), PatMCMatching::analyze(), PatMCMatchingExtended::analyze(), MonitorLTC::analyze(), Phase2TrackerMonitorDigi::analyze(), ShortenedTrackResolution::analyze(), BTagPerformanceAnalyzerOnData::analyze(), CentralityDQM::analyze(), CentralitypADQM::analyze(), edmtest::TestServicesOnNonFrameworkThreadsAnalyzer::analyze(), PatTriggerTagAndProbe::analyze(), PatTriggerAnalyzer::analyze(), SiStripMonitorFilter::analyze(), SiStripMonitorHLT::analyze(), QcdHighPtDQM::analyze(), L1CondDBIOVWriterExt::analyze(), EventHeader::analyze(), TriggerSummaryAnalyzerAOD::analyze(), ElectronGeneralAnalyzer::analyze(), KVFTrackUpdate::analyze(), CaloTowerAnalyzer::analyze(), DiDispStaMuonMonitor::analyze(), NoBPTXMonitor::analyze(), OuterTrackerMonitorTrackingParticles::analyze(), RPCFEDIntegrity::analyze(), TriggerSummaryAnalyzerRAW::analyze(), PFCandidateChecker::analyze(), PixelTrackDumpAlpakaT< TrackerTraits >::analyze(), cms::MinBias::analyze(), CTPPSBeamSmearingValidator::analyze(), PatBTagAnalyzer::analyze(), SiPixelMonitorRecHitsSoAAlpaka< T >::analyze(), SiStripFEDDumpPlugin::analyze(), ElectronTagProbeAnalyzer::analyze(), HCALRecHitAnalyzer::analyze(), CTPPSLHCInfoPlotter::analyze(), PUDumper::analyze(), PatTopSelectionAnalyzer::analyze(), SiPixelCompareRecHitsSoAAlpaka< T >::analyze(), HcalHBHENewMuonAnalyzer::analyze(), HLTMuonValidator::analyze(), GenWeightValidation::analyze(), HLTTauDQML1Plotter::analyze(), L1TBasicDemo::analyze(), ElectronMcSignalValidator::analyze(), GEMPackingTester::analyze(), GctDigiToPsbText::analyze(), HcalIsoTrackAnalyzer::analyze(), RPCTTUMonitor::analyze(), SiPixelCompareVertexSoA::analyze(), SiPixelCompareVertexSoAAlpaka::analyze(), BeamSpotFromDB::analyze(), ZCountingElectrons::analyze(), HGCalTBMBAnalyzer::analyze(), JetResolutionDemo::analyze(), JetMonitor::analyze(), TagAndProbeBtagTriggerMonitor::analyze(), L1TSummary::analyze(), HLTFiltersDQMonitor::analyze(), RawToText::analyze(), TreeWriterForEcalCorrection::analyze(), edmtest::ThingAnalyzer::analyze(), HcalFEDIntegrityTask::analyze(), PatBasicAnalyzer::analyze(), HistoAnalyzer< C >::analyze(), SUSYDQMAnalyzer::analyze(), MaterialBudgetHcalAnalysis::analyze(), L1CaloSummaryTreeProducer::analyze(), CosmicMuonRecoAnalyzer::analyze(), RivetAnalyzer::analyze(), PrimaryVertexMonitor::analyze(), BTagPerformanceAnalyzerMC::analyze(), SiPixelPhase1DigisV::analyze(), SiPixelPhase1RecHitsV::analyze(), L1UpgradeTfMuonShowerTreeProducer::analyze(), SiPixelMonitorVertexSoA::analyze(), SiPixelMonitorVertexSoAAlpaka::analyze(), BeamSpotAnalyzer::analyze(), EcalEBTrigPrimAnalyzer::analyze(), MuonMiniAOD::analyze(), CTPPSAcceptancePlotter::analyze(), CTPPSHepMCDistributionPlotter::analyze(), LheWeightValidation::analyze(), MaterialBudgetVolumeAnalysis::analyze(), METplusTrackMonitor::analyze(), PFTauElecRejectionBenchmarkAnalyzer::analyze(), CSCViewDigi::analyze(), L1TGlobalSummary::analyze(), Phase2TrackerValidateDigi::analyze(), L1TdeGCT::analyze(), L1TDEMON::analyze(), SimTauAnalyzer::analyze(), MuonTiming::analyze(), DumpScObjects::analyze(), ShallowTree::analyze(), BPhysicsOniaDQM::analyze(), SiPixelMonitorTrackSoA< T >::analyze(), SiPixelMonitorTrackSoAAlpaka< T >::analyze(), dEdxAnalyzer::analyze(), L1O2OTestAnalyzerExt::analyze(), ZCounting::analyze(), SegmentTrackAnalyzer::analyze(), JetCorrectorDemo::analyze(), JetCorrectorOnTheFly< Jet >::analyze(), CTPPSDirectProtonSimulationValidator::analyze(), WValidation::analyze(), MuonMonitor::analyze(), RctDigiToRctText::analyze(), BeamSpotDipServer::analyze(), BeamSpotProblemMonitor::analyze(), TKStatus::analyze(), CompareGeneratorResultsAnalyzer::analyze(), dEdxHitAnalyzer::analyze(), MuonSeedsAnalyzer::analyze(), CTPPSProtonReconstructionValidator::analyze(), HLTTauDQMOfflineSource::analyze(), TauValidation::analyze(), l1t::L1TStage2CaloAnalyzer::analyze(), GenericBenchmarkAnalyzer::analyze(), HLTInspect::analyze(), HLTBitAnalyzer::analyze(), OnlineBeamSpotFromDB::analyze(), MuonRecoAnalyzer::analyze(), BasicHepMCHeavyIonValidation::analyze(), METMonitor::analyze(), MixCollectionValidation::analyze(), GctFibreAnalyzer::analyze(), PFCandidateAnalyzerDQM::analyze(), DQMMessageLogger::analyze(), HLTTauDQMTagAndProbePlotter::analyze(), BxTiming::analyze(), CTPPSAlignmentInfo::analyze(), HLTEventAnalyzerAOD::analyze(), HLTEventAnalyzerRAW::analyze(), AlCaElectronsTest::analyze(), ElectronMcFakeValidator::analyze(), DrellYanValidation::analyze(), DumpGctDigis::analyze(), SiPixelDigiSource::analyze(), TestAlpakaHostDeviceCompare::analyze(), SiStripMonitorDigi::analyze(), DiMuonHistograms::analyze(), MuonEnergyDepositAnalyzer::analyze(), EfficiencyAnalyzer::analyze(), HLTVertexPerformanceAnalyzer::analyze(), edm::InputAnalyzer::analyze(), MuonKinVsEtaAnalyzer::analyze(), BPhysicsSpectrum::analyze(), BPhysicsValidation::analyze(), ZGammaplusJetsMonitor::analyze(), SiPixelPhase1TrackingParticleV::analyze(), L1HOTreeProducer::analyze(), TotemT2DQMSource::analyze(), SiPixelPhase1HitsV::analyze(), QcdPhotonsDQM::analyze(), EcalTPInputAnalyzer::analyze(), HLTHiggsValidator::analyze(), CTPPSTrackDistributionPlotter::analyze(), BasicGenParticleValidation::analyze(), BasicHepMCValidation::analyze(), HGCGeometryValidation::analyze(), ObjMonitor::analyze(), miscalibExample::analyze(), SiPixelCompareRecHitsSoA< T >::analyze(), SiPixelHLTSource::analyze(), DiMuonVertexMonitor::analyze(), PixelTrackDumpCUDAT< TrackerTraits >::analyze(), ElectronAnalyzer::analyze(), MBUEandQCDValidation::analyze(), GctTimingAnalyzer::analyze(), PFTester::analyze(), DQMLumiMonitor::analyze(), L1CaloInputScaleTester::analyze(), PlottingDevice::analyze(), SiPixelMonitorRecHitsSoA< T >::analyze(), SiPixelClusterSource::analyze(), VertexMonitor::analyze(), PixelPopConCalibChecker::analyze(), TkAlCaRecoMonitor::analyze(), DQMSourceEleCalib::analyze(), KVFTest::analyze(), HFPMTHitAnalyzer::analyze(), DiJetMonitor::analyze(), CTPPSProtonReconstructionSimulationValidator::analyze(), HiggsValidation::analyze(), ECALpedestalPCLworker::analyze(), L1CTJetFileWriter::analyze(), EwkDQM::analyze(), PPSAlignmentWorker::analyze(), SimAnalyzerMinbias::analyze(), EcalSimpleTBAnalyzer::analyze(), TriggerMatchMonitor::analyze(), ResolutionCreator::analyze(), EtlDigiHitsValidation::analyze(), l1t::L1TZDCAnalyzer::analyze(), BeamMonitorBx::analyze(), OuterTrackerMonitorTTTrack::analyze(), SonicOneEDAnalyzer< TritonClient, Capabilities... >::analyze(), Phase2OTMonitorTTTrack::analyze(), WriteCTPPSBeamParameters::analyze(), HcalNoiseRates::analyze(), CTPPSProtonReconstructionEfficiencyEstimatorMC::analyze(), DuplicationChecker::analyze(), HGCalShowerSeparation::analyze(), PhotonMonitor::analyze(), GlobalMuonMatchAnalyzer::analyze(), Phase2OTValidateTrackingParticles::analyze(), AlcaBeamMonitor::analyze(), FakeBeamMonitor::analyze(), CentralityTableProducer::analyze(), Phase2ITMonitorCluster::analyze(), TrackSplittingMonitor::analyze(), DQMHcalDiJetsAlCaReco::analyze(), HcalQLPlotAnal::analyze(), HLTMuonOfflineAnalyzer::analyze(), BeamMonitor::analyze(), ParticleListDrawer::analyze(), EcalTPGAnalyzer::analyze(), AbortOnEventIDAnalyzer::analyze(), Phase2OTMonitorCluster::analyze(), L1CondDBIOVWriter::analyze(), ElectronStudy::analyze(), ZEEDetails::analyze(), edm::TestMix::analyze(), RPCPhiEff::analyze(), EventIDChecker::analyze(), HGCalHitCalibration::analyze(), GlobalTest::analyze(), BtlDigiHitsValidation::analyze(), RazorMonitor::analyze(), TopMonitor::analyze(), L1RecoTreeProducer::analyze(), SiPixelRawDataErrorSource::analyze(), SiStripMonitorRawData::analyze(), RecAnalyzerHF::analyze(), tadqm::TrackAnalyzer::analyze(), DQMHcalIsoTrackAlCaReco::analyze(), DQMHcalIterativePhiSymAlCaReco::analyze(), EcalSimple2007H4TBAnalyzer::analyze(), DQMHcalPhiSymAlCaReco::analyze(), DQMHOAlCaRecoStream::analyze(), CTPPSProtonReconstructionEfficiencyEstimatorData::analyze(), HTMonitor::analyze(), NoiseRates::analyze(), Phase2OTValidateTTStub::analyze(), EtlSimHitsValidation::analyze(), SiPixelRecHitSource::analyze(), Phase2OTMonitorVectorHits::analyze(), TrackEfficiencyMonitor::analyze(), ValidationMisalignedTracker::analyze(), TrackTypeMonitor::analyze(), HLTBTagPerformanceAnalyzer::analyze(), edm::SecSourceAnalyzer::analyze(), L1GctValidation::analyze(), L1ElectronRecoTreeProducer::analyze(), L1PhotonRecoTreeProducer::analyze(), L1RCTRelValAnalyzer::analyze(), RctDigiToSourceCardText::analyze(), PixelVTXMonitor::analyze(), CTPPSGeometryInfo::analyze(), ClusterCount::analyze(), Phase2ITMonitorRecHit::analyze(), L1GtPatternGenerator::analyze(), MonitorTrackResidualsBase< pixel_or_strip >::analyze(), EcalZmassTask::analyze(), MultiplicityCorrelator::analyze(), HLTExoticaValidator::analyze(), MuonRecoOneHLT::analyze(), BTagAndProbe::analyze(), TPGCheck::analyze(), L1GtPackUnpackAnalyzer::analyze(), ElectronCalibration::analyze(), L1TStage2InputPatternWriter::analyze(), TrackParameterAnalyzer::analyze(), L1MenuTreeProducer::analyze(), Vx3DHLTAnalyzer::analyze(), LhcTrackAnalyzer::analyze(), SiStripMonitorCluster::analyze(), cms::SiPixelCondObjBuilder::analyze(), PhotonValidatorMiniAOD::analyze(), DQMHcalIsolatedBunchAlCaReco::analyze(), DQMSourcePi0::analyze(), HcalCollapseAnalyzer::analyze(), L1TRate_Offline::analyze(), DTTrigTest::analyze(), Phase2OTValidateRecHit::analyze(), EcalPulseShapeGrapher::analyze(), METTester::analyze(), cms::ProducerAnalyzer::analyze(), PhotonMVANtuplizer::analyze(), SiPixelFEDChannelContainerFromQualityConverter::analyze(), AnotherBeamSpotAnalyzer::analyze(), HLTInclusiveVBFSource::analyze(), HigPhotonJetHLTOfflineSource::analyze(), HGCalDigiValidation::analyze(), TestSuite::analyze(), L1TCaloLayer1Validator::analyze(), BDHadronTrackMonitoringAnalyzer::analyze(), Phase2ITValidateRecHit::analyze(), OMTFPatternMaker::analyze(), L1TRate::analyze(), EcalBxOrbitNumberGrapher::analyze(), TagProbeFitTreeProducer::analyze(), OuterTrackerMonitorTTCluster::analyze(), SiPixelTrackResidualSource::analyze(), ElectronMVANtuplizer::analyze(), Phase2OTMonitorTTCluster::analyze(), BeamProfile2DBReader::analyze(), PrimaryVertexResolution::analyze(), L1O2OTestAnalyzer::analyze(), cms::SiPixelCondObjOfflineBuilder::analyze(), cms::SiPixelCondObjForHLTBuilder::analyze(), L1ABCDebugger::analyze(), BTVHLTOfflineSource::analyze(), ZDCDigiStudy::analyze(), HcalGeomCheck::analyze(), BtlSimHitsValidation::analyze(), l1t::GtInputDump::analyze(), HGCalRecHitValidation::analyze(), OuterTrackerMonitorTTStub::analyze(), Phase2OTMonitorTTStub::analyze(), SiPhase2OuterTrackerLorentzAngleWriter::analyze(), EcalTrigPrimAnalyzer::analyze(), HGCalTimingAnalyzer::analyze(), MuonIdDQM::analyze(), Phase2OTValidateTrackingRecHit::analyze(), L1MetFilterRecoTreeProducer::analyze(), RunLumiEventChecker::analyze(), SiPixelHitEfficiencySource::analyze(), EGEnergyAnalyzer::analyze(), CaloParticleDebugger::analyze(), HGCalSimHitStudy::analyze(), BSvsPVAnalyzer::analyze(), Phase2ITValidateTrackingRecHit::analyze(), L1EventTreeProducer::analyze(), FourVectorHLT::analyze(), HLXMonitor::analyze(), SiStripSpyMonitorModule::analyze(), SiStripMonitorPedestals::analyze(), HIPTwoBodyDecayAnalyzer::analyze(), TestHits::analyze(), L1TPhase2MuonOffline::analyze(), B2GDoubleLeptonHLTValidation::analyze(), B2GHadronicHLTValidation::analyze(), B2GSingleLeptonHLTValidation::analyze(), TTbar_GenLepAnalyzer::analyze(), GlobalDigisHistogrammer::analyze(), GlobalRecHitsHistogrammer::analyze(), TauValidationMiniAOD::analyze(), AnotherPrimaryVertexAnalyzer::analyze(), Phase2ITValidateCluster::analyze(), L1UpgradeTfMuonTreeProducer::analyze(), L1UpgradeTreeProducer::analyze(), TestResolution::analyze(), edmtest::TableTestAnalyzer::analyze(), FFTJetImageRecorder::analyze(), BeamSpotOnlineFromOfflineConverter::analyze(), LogMessageMonitor::analyze(), BeamSpotRcdReader::analyze(), TestSmoothHits::analyze(), edm::TestMixedSource::analyze(), BPHMonitor::analyze(), MultiplicityInvestigator::analyze(), ParticleNetJetTagMonitor::analyze(), Phase2OTValidateCluster::analyze(), L1RCTTestAnalyzer::analyze(), NanoAODDQM::analyze(), TTbar_GenJetAnalyzer::analyze(), Phase2OTMonitorRecHit::analyze(), IsolatedParticlesGeneratedJets::analyze(), SiPixelCalSingleMuonAnalyzer::analyze(), APVCyclePhaseMonitor::analyze(), TreeProducerCalibSimul::analyze(), HeavyFlavorValidation::analyze(), HLTJetMETValidation::analyze(), EtlLocalRecoValidation::analyze(), PFJetBenchmarkAnalyzer::analyze(), TTbarSpinCorrHepMCAnalyzer::analyze(), TTbar_Kinematics::analyze(), L1ExtraTestAnalyzer::analyze(), MuonSimHitsValidAnalyzer::analyze(), HLTMuonMatchAndPlotContainer::analyze(), QcdUeDQM::analyze(), SiStripFEDCheckPlugin::analyze(), EcalLaserAnalyzerYousi::analyze(), BeamSpotOnlineRecordsReader::analyze(), CherenkovAnalysis::analyze(), EGammaCutBasedEleIdAnalyzer::analyze(), MCVerticesAnalyzer::analyze(), L1TGT::analyze(), StandaloneTrackMonitor::analyze(), TauJetCorrectorExample::analyze(), EventTimeDistribution::analyze(), ZdcSimHitStudy::analyze(), PFMETBenchmarkAnalyzer::analyze(), l1t::L1TGlobalAnalyzer::analyze(), L1GenTreeProducer::analyze(), PixelLumiDQM::analyze(), TestOutliers::analyze(), TestTrackHits::analyze(), BigEventsDebugger< T >::analyze(), HGCalTB23Analyzer::analyze(), HLTMuonPlotter::analyze(), HGCalHitValidation::analyze(), BtlLocalRecoValidation::analyze(), L1ExtraTreeProducer::analyze(), EcalURecHitHists::analyze(), StudyCaloGen::analyze(), StudyTriggerHLT::analyze(), HGCalSimHitValidation::analyze(), ElectronCalibrationUniv::analyze(), MuonIdVal::analyze(), MCvsRecoVerticesAnalyzer::analyze(), TkAlV0sAnalyzer::analyze(), HCALGPUAnalyzer::analyze(), HcalRaddamMuon::analyze(), KineExample::analyze(), L1GtTrigReport::analyze(), TestPythiaDecays::analyze(), DummyEvelyser::analyze(), ECALMultifitAnalyzer_HI::analyze(), JetHTAnalyzer::analyze(), HGCalTBAnalyzer::analyze(), FSQDiJetAve::analyze(), HLTGenValSource::analyze(), TrackToTrackComparisonHists::analyze(), OverlapProblemTPAnalyzer::analyze(), edmtest::ExistingDictionaryTestAnalyzer::analyze(), SiPixelCompareTrackSoAAlpaka< T >::analyze(), FFTJetPileupAnalyzer::analyze(), HLTGetDigi::analyze(), SiStripQualityHistory::analyze(), NearbyPixelClustersAnalyzer::analyze(), MultiplicityTimeCorrelations::analyze(), L1TS2PFJetInputPatternWriter::analyze(), L1JetRecoTreeProducer::analyze(), TestCorrection::analyze(), EcalMipGraphs::analyze(), AnalyzerMinbias::analyze(), HLTInfo::analyze(), APVCyclePhaseDebuggerFromL1TS::analyze(), l1t::GtRecordDump::analyze(), GeneralPurposeVertexAnalyzer::analyze(), CosmicSplitterValidation::analyze(), SiStripLorentzAnglePCLMonitor::analyze(), SiPixelQualityHistory::analyze(), CastorDumpConditions::analyze(), HLTHiggsSubAnalysis::analyze(), MuIsoValidation::analyze(), L1CaloTowerTreeProducer::analyze(), L1TauRecoTreeProducer::analyze(), FFTJetTreeDump::analyze(), EopTreeWriter::analyze(), EcalDisplaysByEvent::analyze(), HOCalibAnalyzer::analyze(), ValidIsoTrkCalib::analyze(), V0Monitor::analyze(), MuonIsolationDQM::analyze(), DuplicateRecHits::analyze(), GTTFileWriter::analyze(), DQMPFCandidateAnalyzer::analyze(), OverlapProblemTSOSAnalyzer::analyze(), HcalDigisValidation::analyze(), TrackCount::analyze(), CastorMonitorModule::analyze(), L1Validator::analyze(), JetMETHLTOfflineSource::analyze(), OccupancyPlots::analyze(), SiStripCMMonitorPlugin::analyze(), MtdEleIsoValidation::analyze(), SiPixelErrorsDigisToCalibDigis::analyze(), SiPixelCompareTrackSoA< T >::analyze(), L1TComparison::analyze(), ZMuMuMassConstraintParameterFinder::analyze(), CommonModeAnalyzer::analyze(), AlignmentMonitorAsAnalyzer::analyze(), DiMuonVertexValidation::analyze(), cms::Analyzer_minbias::analyze(), SiStripFEDMonitorPlugin::analyze(), RecAnalyzerMinbias::analyze(), TrackingMonitor::analyze(), DiElectronVertexValidation::analyze(), AlignmentStats::analyze(), BeamSpotOnlineShifter::analyze(), IsoTrackCalibration::analyze(), APVShotsAnalyzer::analyze(), TauTagValidation::analyze(), PixelBaryCentreAnalyzer::analyze(), RCTMonitor::analyze(), HcalHBHEMuonAnalyzer::analyze(), SiPixelPhase1Analyzer::analyze(), GlobalHitsHistogrammer::analyze(), HcalHBHEMuonHighEtaAnalyzer::analyze(), L1GtDataEmulAnalyzer::analyze(), GlobalHitsAnalyzer::analyze(), EcalCosmicsHists::analyze(), SMPDQM::analyze(), ECALRecHitAnalyzer::analyze(), PrimaryVertexValidation::analyze(), TrackerRemapper::analyze(), B2GDQM::analyze(), FSQDQM::analyze(), CosmicRateAnalyzer::analyze(), L1TSync::analyze(), HcalIsoTrkSimAnalyzer::analyze(), HLTExoticaSubAnalysis::analyze(), MtdTracksValidation::analyze(), pat::CandidateSummaryTable::analyze(), HLTrigReport::analyze(), SiStripCPEAnalyzer::analyze(), SplitVertexResolution::analyze(), IsoTrackCalib::analyze(), HLTObjectMonitor::analyze(), L1GtAnalyzer::analyze(), HLTObjectMonitorProtonLead::analyze(), JetAnalyzer::analyze(), L1TMuonDQMOffline::analyze(), L1Muon2RecoTreeProducer::analyze(), SeedMultiplicityAnalyzer::analyze(), StudyCaloResponse::analyze(), OverlapValidation::analyze(), HcalIsoTrkAnalyzer::analyze(), DiMuonMassBiasMonitor::analyze(), V0Validator::analyze(), ExoticaDQM::analyze(), SiStripSpyDisplayModule::analyze(), SiPixelGainCalibScaler::analyze(), METAnalyzer::analyze(), IsoTrig::analyze(), EgHLTOfflineSource::analyze(), HLTObjectsMonitor::analyze(), L1GtHwValidation::analyze(), IsolatedTracksHcalScale::analyze(), L1TSync_Offline::analyze(), SiStripMonitorApproximateCluster::analyze(), EopElecTreeWriter::analyze(), SiPixelLorentzAnglePCLWorker::analyze(), GlobalDigisAnalyzer::analyze(), L1TBPTX::analyze(), SiPixelPhase1RawDataErrorComparator::analyze(), IsolatedGenParticles::analyze(), GctErrorAnalyzer::analyze(), DiMuonValidation::analyze(), IsolatedTracksCone::analyze(), L1MuonRecoTreeProducer::analyze(), DijetRatio< Jet >::analyze(), QcdLowPtDQM::analyze(), PrimaryVertexAnalyzer4PUSlimmed::analyze(), PFAnalysis::analyze(), EcnaAnalyzer::analyze(), TrackerDpgAnalysis::analyze(), ApeEstimator::analyze(), GlobalRecHitsAnalyzer::analyze(), IsolatedTracksNxN::analyze(), BeamHaloAnalyzer::analyze(), GlobalTrackerMuonAlignment::analyze(), SiPixelOfflineCalibAnalysisBase::analyze(), l1tVertexFinder::VertexNTupler::analyze(), L1ExtraDQM::analyze(), SiPixelQualityPlotter::analyze(), Primary4DVertexValidation::analyze(), TrackerOfflineValidation::analyze(), edm::EventContentAnalyzer::analyze(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::analyze(), ShortenedTrackValidation::analyze(), PackedCandidateTrackValidator::analyze(), CMTRawAnalyzer::analyze(), TrackingNtuple::analyze(), B2GDQM::analyzeAllHad(), L1GtAnalyzer::analyzeConditionsInEventBlock(), L1GtAnalyzer::analyzeDecisionReadoutRecord(), ExoticaDQM::analyzeDiJets(), TrackerRemapper::analyzeGeneric(), L1GtPackUnpackAnalyzer::analyzeGMT(), L1GtPackUnpackAnalyzer::analyzeGT(), HcalHBHEMuonHighEtaAnalyzer::analyzeHadron(), B2GDQM::analyzeJets(), L1ExtraDQM::analyzeL1ExtraIsoTauJet(), L1GtAnalyzer::analyzeL1GtTriggerMenuLite(), L1GtAnalyzer::analyzeL1GtUtils(), L1GtAnalyzer::analyzeL1GtUtilsCore(), L1GtAnalyzer::analyzeL1GtUtilsEventSetup(), L1GtAnalyzer::analyzeL1GtUtilsMenuLite(), HcalHBHEMuonHighEtaAnalyzer::analyzeMuon(), L1GtAnalyzer::analyzeObjectMap(), TrackerRemapper::analyzeRechits(), B2GDQM::analyzeSemiE(), B2GDQM::analyzeSemiMu(), GlobalTrackerMuonAlignment::analyzeTrackTrack(), GlobalTrackerMuonAlignment::analyzeTrackTrajectory(), HLTEventAnalyzerAOD::analyzeTrigger(), HLTEventAnalyzerRAW::analyzeTrigger(), L1GtAnalyzer::analyzeTrigger(), FFTJetCorrectionProducer::applyCorrections(), SegmentToTrackAssociator::associate(), SegmentsTrackAssociator::associate(), TrackDetectorAssociator::associate(), MuonCosmicCompatibilityFiller::backToBack2LegCosmic(), CachingVariable::baseEval(), PFTauMiniAODPrimaryVertexProducer::beginEvent(), PFRecoTauDiscriminationByNProngs::beginEvent(), MuPFIsoHelper::beginEvent(), PFTauDecayModeCutMultiplexer::beginEvent(), RPCNoise::beginJob(), ConversionProducer::buildSuperAndBasicClusterGeoMap(), pat::LeptonJetIsolationAngle::calculate(), HiFJGridEmptyAreaCalculator::calculateAreaFractionOfJets(), PhotonIsolationCalculator::calculateEcalRecHitIso(), HiFJGridEmptyAreaCalculator::calculateGridRho(), PhotonMVABasedHaloTagger::calculateMVA(), spr::chargeIsolation(), spr::chargeIsolationEcal(), spr::chargeIsolationHcal(), MtdTracksValidation::checkAcceptance(), AlignmentGlobalTrackSelector::checkIsolation(), AlignmentGlobalTrackSelector::checkJetCount(), AlignmentTwoBodyDecayTrackSelector::checkMETMass(), SiPixelPhase1Base::checktrigger(), MuonCosmicCompatibilityFiller::combinedCosmicID(), edm::stream::ProducingModuleAdaptorBase< EDProducerBase >::commit(), L1GtDataEmulAnalyzer::compareDaqRecord(), L1GtHwValidation::compareDaqRecord(), L1GtHwValidation::compareEvmRecord(), RazorComputer::compute(), L1BitComputer::compute(), CachingVariable::compute(), HLTBitComputer::compute(), HLTDoubletDZ< T1, T2 >::computeDZ(), spr::coneChargeIsolation(), ShallowTree::TypedBranchConnector< T >::connect(), MicroGMTConverter::convert_all(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::count(), L1GtUtils::decision(), L1GtUtils::decisionAfterMask(), L1GtUtils::decisionBeforeMask(), egammaisolation::EgammaHcalExtractor::deposit(), egammaisolation::EgammaRecHitExtractor::deposit(), egammaisolation::EgammaTowerExtractor::deposit(), cms::MuonMETValueMapProducer::determine_deltax_deltay(), FFTJetProducer::determinePileupDensityFromConfig(), FFTJetProducer::determinePileupDensityFromDB(), EcalCosmicsHists::determineTriggers(), RPCTTUMonitor::discriminateGMT(), HLTTauRefProducer::doElectrons(), DumpGctDigis::doEM(), DumpGctDigis::doEnergySums(), DumpGctDigis::doFibres(), HoverEValueMapProducer< T >::doHoverEPho(), DumpGctDigis::doInternEM(), DumpGctDigis::doJets(), HLTTauRefProducer::doJets(), HLTTauRefProducer::doMET(), IsoValueMapProducer< T >::doMiniIso(), HLTTauRefProducer::doMuons(), IsoValueMapProducer< T >::doPFIsoEle(), IsoValueMapProducer< T >::doPFIsoPho(), IsoValueMapProducer< T >::doPFIsoPhoQuadratic(), HLTTauRefProducer::doPFTaus(), HLTTauRefProducer::doPhotons(), DumpGctDigis::doRctEM(), DumpGctDigis::doRegions(), HLTTauRefProducer::doTowers(), edm::stream::ProducingModuleAdaptorBase< EDProducerBase >::doTransformAsync(), edm::one::EDFilterBase::doTransformAsync(), edm::global::EDFilterBase::doTransformAsync(), edm::limited::EDFilterBase::doTransformAsync(), edm::one::EDProducerBase::doTransformAsync(), edm::global::EDProducerBase::doTransformAsync(), edm::limited::EDProducerBase::doTransformAsync(), PPSTimingCalibrationPCLWorker::dqmAnalyze(), TICLPFValidation::dqmAnalyze(), CaloParticleValidation::dqmAnalyze(), PPSDiamondSampicTimingCalibrationPCLWorker::dqmAnalyze(), TICLTrackstersEdgesValidation::dqmAnalyze(), SiStripGainsPCLWorker::dqmAnalyze(), HeavyFlavorDQMAnalyzer::dqmAnalyze(), HGCalTriggerValidator::dqmAnalyze(), DTHitAssociator::DTHitAssociator(), BeamSpotOnlineRecordsReader::dump(), InvRingCalib::duringLoop(), edm::EDLooper::duringLoop(), EcalEleCalibLooper::duringLoop(), AlignmentMonitorBase::duringLoop(), ZeeCalibration::duringLoop(), cms::cuda::ScopedContextProduce::emplace(), L1GtUtils::LogicalExpressionL1Results::errorCodes(), HLTBitVariable::eval(), ComputedVariable::eval(), VarSplitter::eval(), ExpressionVariable< Object, label >::eval(), TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::eval(), VariablePower::eval(), SimpleValueVariable< TYPE >::eval(), SimpleValueVectorVariable< TYPE >::eval(), AlignmentMonitorTracksFromTrajectories::event(), AlignmentMonitorMuonVsCurvature::event(), AlignmentMonitorSegmentDifferences::event(), AlignmentMonitorMuonSystemMap1D::event(), MuonCosmicCompatibilityFiller::eventActivity(), HGCalEgammaIDHelper::eventInit(), L1GtPatternGenerator::extractGlobalTriggerData(), EMTFSubsystemCollector::extractPrimitives(), extractRecordData(), MTDDetLayerMeasurements::fastMeasurements(), MuonDetLayerMeasurements::fastMeasurements(), PFElectronTranslator::fetchCandidateCollection(), PFElectronTranslator::fetchGsfCollection(), EventStringOutputBranches::fill(), TriggerOutputBranches::fill(), MultiplicityCorrelatorHistogramMaker::fill(), EventStringOutputFields::fill(), DigiInvestigatorHistogramMaker::fill(), DigiVtxPosCorrHistogramMaker::fill(), DigiPileupCorrHistogramMaker::fill(), DigiVertexCorrHistogramMaker::fill(), DigiLumiCorrHistogramMaker::fill(), VertexHistogramMaker::fill(), BSvsPVHistogramMaker::fill(), CompleteNTupler::fill(), SiPixelCalibDigiProducer::fill(), VariableNTupler::fill(), ValueMapVariableBase< ObjType, TIn, ValType >::fill(), VariablePlotter::fill(), ConfigurableHisto::fill(), StringBasedNTupler::fill(), fillABIOFiles(), fillABSRPFiles(), fillABTTFFiles(), TrackDetectorAssociator::fillCaloTowers(), TrackDetectorAssociator::fillCaloTruth(), reco::HcalNoiseInfoProducer::fillcalotwrs(), MuonCosmicCompatibilityFiller::fillCompatibility(), reco::HcalNoiseInfoProducer::filldigis(), MuonSimHitsValidAnalyzer::fillDT(), GlobalHitsProdHist::fillECal(), GlobalHitsAnalyzer::fillECal(), GlobalHitsProducer::fillECal(), TrackDetectorAssociator::fillEcal(), GlobalDigisProducer::fillECal(), GlobalDigisAnalyzer::fillECal(), GlobalRecHitsAnalyzer::fillECal(), GlobalRecHitsProducer::fillECal(), TriggerSummaryProducerAOD::fillFilterObjectMembers(), TrackerHitProducer::fillG4MC(), GlobalHitsProdHist::fillG4MC(), GlobalHitsAnalyzer::fillG4MC(), GlobalHitsProducer::fillG4MC(), GlobalHitsProdHist::fillHCal(), GlobalHitsAnalyzer::fillHCal(), GlobalHitsProducer::fillHCal(), TrackDetectorAssociator::fillHcal(), GlobalDigisProducer::fillHCal(), GlobalDigisAnalyzer::fillHCal(), GlobalRecHitsAnalyzer::fillHCal(), GlobalRecHitsProducer::fillHCal(), HistoFillerReco< l1extra::L1EmParticleCollection >::fillHistos(), QcdUeDQM::fillHltBits(), QcdLowPtDQM::fillHltBits(), TrackDetectorAssociator::fillHO(), AlCaHOCalibProducer::fillHOStore(), Phase2ITMonitorRecHit::fillITHistos(), Phase2ITValidateRecHit::fillITHistos(), Phase2ITValidateTrackingRecHit::fillITHistos(), Phase2ITValidateCluster::fillITHistos(), reco::HcalNoiseInfoProducer::filljetinfo(), JetMETHLTOfflineSource::fillMEforMonTriggerSummary(), METAnalyzer::fillMESet(), METAnalyzer::fillMonitorElement(), GlobalHitsProdHist::fillMuon(), GlobalHitsAnalyzer::fillMuon(), GlobalHitsProducer::fillMuon(), GlobalDigisProducer::fillMuon(), TrackDetectorAssociator::fillMuon(), GlobalDigisAnalyzer::fillMuon(), GlobalRecHitsAnalyzer::fillMuon(), GlobalRecHitsProducer::fillMuon(), MuonIdProducer::fillMuonId(), MuonIdProducer::fillMuonIsolation(), PFElectronTranslator::fillMVAValueMap(), Phase2OTValidateRecHit::fillOTHistos(), Phase2OTValidateTrackingRecHit::fillOTHistos(), Phase2OTValidateCluster::fillOTHistos(), TrackingNtuple::fillPhase2OTHits(), QcdLowPtDQM::fillPixelClusterInfos(), TrackingNtuple::fillPixelHits(), QcdLowPtDQM::fillPixels(), L1GlobalTriggerPSB::fillPsbBlock(), RCTMonitor::FillRCT(), reco::HcalNoiseInfoProducer::fillrechits(), MuonTimingFiller::fillRPCTime(), PFElectronTranslator::fillSCRefValueMap(), TrackingNtuple::fillSeeds(), MuonShowerInformationFiller::fillShowerInformation(), Phase2TrackerValidateDigi::fillSimHitInfo(), CaloParticleDebugger::fillSimHits(), TrackingNtuple::fillStripMatchedHits(), TrackingNtuple::fillStripRphiStereoHits(), MuonTimingFiller::fillTiming(), CSCTimingExtractor::fillTiming(), DTTimingExtractor::fillTiming(), TrackingNtuple::fillTrackingParticles(), reco::HcalNoiseInfoProducer::filltracks(), TriggerSummaryProducerAOD::fillTriggerObjectCollections(), TrackerHitProducer::fillTrk(), GlobalHitsProdHist::fillTrk(), GlobalHitsAnalyzer::fillTrk(), GlobalHitsProducer::fillTrk(), GlobalDigisProducer::fillTrk(), GlobalDigisAnalyzer::fillTrk(), GlobalRecHitsAnalyzer::fillTrk(), GlobalRecHitsProducer::fillTrk(), MTDTrackQualityMVAProducer::fillValueMap(), TOFPIDProducer::fillValueMap(), TrackExtenderWithMTDT< TrackCollection >::fillValueMap(), BetaStarVarProducer< T >::fillValueMaps(), CSCTightHaloTrkMuUnvetoFilter::filter(), CSCTightHalo2015Filter::filter(), CSCTightHaloFilter::filter(), EENoiseFilter::filter(), GlobalSuperTightHalo2016Filter::filter(), GlobalTightHalo2016Filter::filter(), TopDecayChannelFilter< S >::filter(), SimMuFilter::filter(), LaserAlignmentEventFilter::filter(), HcalStripHaloFilter::filter(), edm::ModuloEventIDFilter::filter(), JetIDFailureFilter::filter(), V0EventSelector::filter(), PFDQMEventSelector::filter(), cms::CosmicTIFTrigFilter::filter(), PFFilter::filter(), TrackingFailureFilter::filter(), HLTMuonRecHitClusterFilter::filter(), ClusterMultiplicityFilter::filter(), PFMETFilter::filter(), BsJpsiPhiFilter::filter(), pat::PATLeptonCountFilter::filter(), PythiaFilterMultiMother::filter(), BadGlobalMuonTagger::filter(), DYToMuMuGenFilter::filter(), BCToEFilter::filter(), LSNumberFilter::filter(), PFJetFilter::filter(), EMEnrichingFilter::filter(), MCParticleModuloFilter::filter(), VBFGenJetFilter::filter(), GaussianZBeamSpotFilter::filter(), BCToEFilterAlgo::filter(), BTagSkimLeptonJet::filter(), DTCalibMuonSelection::filter(), ZtoMMEventSelector::filter(), EMEnrichingFilterAlgo::filter(), PhotonGenFilter::filter(), SonicEDFilter< TritonClient, edm::GlobalCache< G >, Capabilities... >::filter(), HLTHcalMETNoiseCleaner::filter(), HLTHcalLaserFilter::filter(), HLTHPDFilter::filter(), HLTRPCFilter::filter(), L1Filter::filter(), PileUpFilter::filter(), MultiEventFilter::filter(), HLTHcalMETNoiseFilter::filter(), ZtoEEEventSelector::filter(), EcalTangentFilter::filter(), GreedyMuonPFCandidateFilter::filter(), ElectronIdMVAProducer::filter(), LHEGenericMassFilter::filter(), PythiaFilterGammaGamma::filter(), CentralityFilter::filter(), HLTPathSelector::filter(), TrackMultiplicityFilter::filter(), PythiaFilterZJet::filter(), PythiaFilterZJetWithOutBg::filter(), PhotonIsoProducer::filter(), InconsistentMuonPFCandidateFilter::filter(), ChargedHadronTrackResolutionFilter::filter(), PythiaFilterEMJetHeep::filter(), L1DEFilter::filter(), edm::ModelFilter::filter(), pat::PATSingleVertexSelector::filter(), ProbeTreeProducer::filter(), MuonBadTrackFilter::filter(), HLTRHemisphere::filter(), HLTCTPPSLocalTrackFilter::filter(), MCProcessRangeFilter::filter(), PythiaFilterGammaJet::filter(), PythiaFilterGammaJetWithBg::filter(), PythiaFilterGammaJetWithOutBg::filter(), HLTPPSJetComparisonFilter::filter(), EcalLaserCorrFilter::filter(), ttbarEventSelector::filter(), ElectronRegressionEnergyProducer::filter(), SelectHFMinBias::filter(), MCProcessFilter::filter(), PythiaFilterHT::filter(), HLTPixelActivityHFSumEnergyFilter::filter(), BeamSplash::filter(), SiPixelCalibDigiFilter::filter(), ECALActivity::filter(), PythiaHLTSoupFilter::filter(), BadParticleFilter::filter(), WtoLNuSelector::filter(), HLTPPSCalFilter::filter(), HLTPPSPerPotTrackFilter::filter(), MuonAlignmentPreFilter::filter(), LHEmttFilter::filter(), MCMultiSignatureFilter::filter(), MCSmartSingleParticleFilter::filter(), NJetsMC::filter(), FilterOutLowPt::filter(), FilterOutScraping::filter(), ZgMassFilter::filter(), IsTBH4Type::filter(), PhysDecl::filter(), AlCaHcalHBHEMuonFilter::filter(), AlCaHcalHEMuonFilter::filter(), MCSingleParticleYPt::filter(), MCZll::filter(), ZgammaMassFilter::filter(), BooleanFlagFilter::filter(), edm::FwdPtrCollectionFilter< T, S, H >::filter(), HLTHcalLaserMisfireFilter::filter(), AlCaHcalIsotrkFilter::filter(), LHEIntermediateParticlePtFilter::filter(), LHEVpTFilter::filter(), SiStripCommissioningBasicPrescaler::filter(), RemovePileUpDominatedEventsGen::filter(), TauHadronDecayFilter::filter(), NMaxPerLumi::filter(), LogErrorFilter::filter(), DJpsiFilter::filter(), LHEPtFilter::filter(), EEBadScFilter::filter(), HLTEventNumberFilter::filter(), EcalExclusiveTrigFilter::filter(), MCMultiParticleFilter::filter(), ErrorSummaryFilter::filter(), HcalHPDFilter::filter(), ComphepSingletopFilterPy8::filter(), LHEGenericFilter::filter(), MCDisplacementFilter::filter(), PythiaFilterTTBar::filter(), HighMultiplicityGenFilter::filter(), SiStripCommissioningSeedFilter::filter(), CastorInvalidDataFilter::filter(), HLTL1NumberFilter::filter(), GoodVertexFilter::filter(), SecondaryVertexFilter::filter(), TagProbeMassEDMFilter::filter(), __class__< T >::filter(), MCParticlePairFilter::filter(), MCSingleParticleFilter::filter(), PythiaFilter::filter(), L1GtBeamModeFilter::filter(), SinglePhotonJetPlusHOFilter::filter(), TriggerRulePrefireVetoFilter::filter(), pat::PATJetSelector::filter(), AlCaIsolatedBunchSelector::filter(), PythiaMomDauFilter::filter(), SiStripCommissioningRunTypeFilter::filter(), EcalBadCalibFilter::filter(), HTXSFilter::filter(), FourLepFilter::filter(), PythiaDauFilter::filter(), PythiaDauVFilter::filter(), PythiaFilterMotherSister::filter(), PythiaProbeFilter::filter(), HLTHighLevel::filter(), CSCOverlapsBeamSplashCut::filter(), EventWithHistoryEDFilter::filter(), FilterScrapingPixelProbability::filter(), l1t::L1TCaloTowersFilter::filter(), HFFilter::filter(), CosmicGenFilterHelix::filter(), AlCaIsoTracksProducerFilter::filter(), BVertexFilterT< VTX >::filter(), EcalSimpleUncalibRecHitFilter::filter(), HcalEmptyEventFilter::filter(), HcalLaserEventFilter2012::filter(), JetHTJetPlusHOFilter::filter(), TMTFilter::filter(), L1TComparisonResultFilter< T >::filter(), ConfigurableAnalysis::filter(), EcalSkim::filter(), ProtonTaggerFilter::filter(), PythiaAllDauVFilter::filter(), HLTHcalCalibTypeFilter::filter(), HcalCalibTypeFilter::filter(), L1TValidationEventFilter::filter(), ttHFGenFilter::filter(), PrescalerFHN::filter(), HGCalTBCheckGunPostion::filter(), HFNoisyHitsFilter::filter(), DisappearingMuonsSkimming::filter(), ByMultiplicityEventFilter< T >::filter(), EcalRecHitsFilter::filter(), PythiaDauVFilterMatchID::filter(), JetVertexChecker::filter(), HLTHFAsymmetryFilter::filter(), MCVerticesWeight::filter(), HCALHighEnergyFilter::filter(), SimpleJetFilter::filter(), PythiaFilterIsolatedTrack::filter(), SiStripDetWithSomething< T >::filter(), CSCDigiValidator::filter(), PythiaFilterMultiAncestor::filter(), FEDBadModuleFilter::filter(), HcalLaserEventFilter::filter(), AlCaHBHEMuonFilter::filter(), AlCaHEMuonFilter::filter(), AlCaLowPUHBHEMuonFilter::filter(), HiCentralityBiasFilter::filter(), LargeEvents< T >::filter(), HcalLaserHBHEFilter2012::filter(), HcalLaserHBHEHFFilter2012::filter(), HcalLaserHFFilter2012::filter(), PrescaleEventFilter::filter(), AlCaGammaJetSelector::filter(), AJJGenJetFilter::filter(), HLTPrescaler::filter(), SiStripShotFilter::filter(), PickEvents::filter(), EcalMIPRecHitFilter::filter(), WZInterestingEventSelector::filter(), APVShotsFilter::filter(), ElectronIdFilter::filter(), FFTJetDijetFilter::filter(), EcalDeadCellBoundaryEnergyFilter::filter(), RPCRecHitFilter::filter(), OverlapProblemTSOSPositionFilter::filter(), HLTEcalResonanceFilter::filter(), HerwigMaxPtPartonFilter::filter(), HLTRegionalEcalResonanceFilter::filter(), EcalDeadCellTriggerPrimitiveFilter::filter(), AlCaIsoTracksFilter::filter(), FlavorHistoryFilter::filter(), LogErrorEventFilter::filter(), EcalDeadCellDeltaRFilter::filter(), LeptonSkimming::filter(), RPCNoise::filter(), CSCEfficiency::filter(), ExternalGeneratorFilter::filter(), pat::PATSingleVertexSelector::filter_(), FWFileEntry::filterEventsWithCustomParser(), cms::PileupVertexAccumulator::finalizeEvent(), cms::SiPixelDigitizer::finalizeEvent(), cms::Phase2TrackerDigitizer::finalizeEvent(), SiStripDigitizer::finalizeEvent(), AlignmentGlobalTrackSelector::findMuons(), V0Fitter::fitAll(), l1t::AMCDumpToRaw::formatRaw(), l1t::MP7BufferDumpToRaw::formatRaw(), RPCPhiEff::fromRaw(), FFTJetProducer::genJetPreclusters(), cms::cuda::impl::ScopedContextGetterBase::get(), L1TPhase2CorrelatorOffline::MultiCollection::get(), EventWithHistoryFilter::getAPVPhase(), MVAVariableHelper::getAuxVariables(), PixelInactiveAreaFinder::getBadPixelDets(), L1TSync_Offline::getBeamConfOffline(), fwlite::Handle< Collection >::getBranchNameFor(), HLT2L1TkMuonL1TkMuonMuRefDR::getCollections(), HLTTripletMass< T1, T2, T3 >::getCollections(), HLTDoubletDZ< T1, T2 >::getCollections(), RawDataConverter::GetDigis(), MuonShowerDigiFiller::getDigis(), DisappearingMuonsSkimming::getECALIsolation(), pat::PATMHTProducer::getElectrons(), sistriptools::algorithm::ClusterSummarySingleMultiplicity::getEvent(), sistriptools::algorithm::SingleMultiplicity< T >::getEvent(), sistriptools::algorithm::MultiplicityPair< T1, T2 >::getEvent(), ElectronPFIsolationWithMapBasedVeto::getEventInfo(), PhotonPFIsolationWithMapBasedVeto::getEventInfo(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::getFilteredCands(), HLTGenValSource::getGenParticles(), IsoTrig::getGoodTracks(), ElectronHEEPIDValueMapProducer::getHandle(), ElectronHEEPIDValueMapProducer::getHandles(), HLTExoticaSubAnalysis::getHandlesToObjects(), PFCand_AssoMapAlgos::GetInputCollections(), PF_PU_AssoMapAlgos::GetInputCollections(), pat::PATMHTProducer::getJets(), BTagPerformanceAnalyzerMC::getJetWithFlavour(), L1GtUtils::getL1GtRunCache(), HLTPrescaleProvider::getL1PrescaleValue(), HLTPrescaleProvider::getL1PrescaleValueInDetail(), PhotonMIPHaloTagger::GetMipTrailFit(), pat::PATMHTProducer::getMuons(), HLTGenValSource::getObjectCollection(), HLTEgammaDoubleLegCombFilter::getP3OfLegCands(), HLTEgammaAllCombMassFilter::getP4OfLegCands(), HLTEgammaCombMassFilter::getP4OfLegCands(), L1TTauOffline::getProbeTaus(), egamma::getRandomSeedFromObj(), egamma::getRandomSeedFromSC(), GetLumi::getRawValue(), KVFTest::getSimVertex(), KineExample::getSimVertex(), pat::PATIsolatedTrackProducer::getTrackDetMatchInfo(), RawDataConverter::GetValidLabels(), GetLumi::getValue(), TrackingRegionsFromSuperClustersProducer::getVtxPos(), MTDDetLayerMeasurements::groupedMeasurements(), MuonDetLayerMeasurements::groupedMeasurements(), LeptonRecoSkim::handleObjects(), Vx3DHLTAnalyzer::HitCounter(), HitPairGeneratorFromLayerPair::hitPairs(), HLTEcalIsolationFilter::hltFilter(), HLTPixelIsolTrackFilter::hltFilter(), HLTPixelIsolTrackL1TFilter::hltFilter(), HLTDisplacedmumuFilter::hltFilter(), HLTDisplacedmumumuFilter::hltFilter(), HLTDisplacedtktkFilter::hltFilter(), HLTDisplacedtktktkFilter::hltFilter(), HLTmumutkFilter::hltFilter(), HLTEcalPixelIsolTrackFilter::hltFilter(), HLTmumutktkFilter::hltFilter(), HLTMuonTrkFilter::hltFilter(), HLTMuonTrkL1TFilter::hltFilter(), HLTMuonTrkL1TkMuFilter::hltFilter(), HLTMultipletFilter::hltFilter(), HLTCSCRing2or3Filter::hltFilter(), HLTElectronMissingHitsFilter::hltFilter(), L1TEnergySumFilterT< T >::hltFilter(), HLTHcalNoiseFilter::hltFilter(), HLTEgammaAllCombMassFilter::hltFilter(), HLTEgammaCombMassFilter::hltFilter(), HLTEgammaDoubleLegCombFilter::hltFilter(), HLTElectronPixelMatchFilter::hltFilter(), HLTHemiDPhiFilter::hltFilter(), HLTNVFilter::hltFilter(), HLTPhi2METFilter::hltFilter(), HLTRapGapFilter::hltFilter(), HLTMuonL1TFilter::hltFilter(), HLTCSCOverlapFilter::hltFilter(), HLTSingleVertexPixelTrackFilter::hltFilter(), HLTDisplacedEgammaFilter::hltFilter(), L1TJetFilterT< T >::hltFilter(), HLTForwardBackwardJetsFilter< T >::hltFilter(), HLTDiMuonGlbTrkFilter::hltFilter(), HLTMuonL1RegionalFilter::hltFilter(), HLTJetTimingFilter< T >::hltFilter(), HLT2jetGapFilter::hltFilter(), HLTJetCollectionsFilter< jetType >::hltFilter(), HLTMuonL1TRegionalFilter::hltFilter(), HLTMuonL3SimplePreFilter::hltFilter(), HLTMuonTrackMassFilter::hltFilter(), HLTEgammaDoubleEtDeltaPhiFilter::hltFilter(), HLTEgammaEtFilter::hltFilter(), HLTEgammaEtFilterPairs::hltFilter(), HLTElectronEtFilter::hltFilter(), HLTDeDxFilter::hltFilter(), HLTL1TMatchedJetsVBFFilter< T >::hltFilter(), HLT2L1TkMuonL1TkMuonMuRefDR::hltFilter(), HLTEgammaGenericQuadraticEtaFilter::hltFilter(), HLTEgammaGenericQuadraticFilter::hltFilter(), HLTEgammaTriggerFilterObjectWrapper::hltFilter(), HLTElectronEoverpFilterRegional::hltFilter(), HLTElectronGenericFilter::hltFilter(), HLTElectronOneOEMinusOneOPFilterRegional::hltFilter(), L1TPFTauFilter::hltFilter(), HLTMuonL2FromL1TPreFilter::hltFilter(), HLTMuonL2PreFilter::hltFilter(), HLTMuonPFIsoFilter::hltFilter(), HLTMonoJetFilter< T >::hltFilter(), HLTFatJetMassFilter< jetType >::hltFilter(), HLTTripletMass< T1, T2, T3 >::hltFilter(), L1TTkMuonFilter::hltFilter(), HLTDiJetAveEtaFilter< T >::hltFilter(), HLTDiJetAveFilter< T >::hltFilter(), HLTDiJetEtaTopologyFilter< T >::hltFilter(), HLTJetEtaTopologyFilter< T >::hltFilter(), HLTJetVBFFilter< T >::hltFilter(), HLTMuonDimuonL2Filter::hltFilter(), HLTMuonDimuonL2FromL1TFilter::hltFilter(), HLTMuonL3andL2PreFilter::hltFilter(), L1TTkEmFilter::hltFilter(), HLTPMDocaFilter::hltFilter(), L1THPSPFTauFilter::hltFilter(), L1TTkEleFilter::hltFilter(), HLTExclDiJetFilter< T >::hltFilter(), HLTJetCollectionsVBFFilter< T >::hltFilter(), HLTMuonIsoFilter::hltFilter(), HLTEgammaCaloIsolFilterPairs::hltFilter(), HLTEgammaDoubleEtFilter::hltFilter(), HLTEgammaDoubleEtPhiFilter::hltFilter(), HLTEgammaL1MatchFilterPairs::hltFilter(), HLTEgammaL1MatchFilterRegional::hltFilter(), HLTMhtFilter::hltFilter(), HLTMuonL1toL3TkPreFilter::hltFilter(), HLTMuonL1TtoL3TkPreFilter::hltFilter(), HLTEgammaL1TMatchFilterRegional::hltFilter(), HLTGlobalSums< T >::hltFilter(), HLTSinglet< T >::hltFilter(), HLTRFilter::hltFilter(), HLTAcoFilter::hltFilter(), HLTAlphaTFilter< T >::hltFilter(), HLTPixlMBFilt::hltFilter(), HLTPixlMBForAlignmentFilter::hltFilter(), HLTMuonTrimuonL3Filter::hltFilter(), HLTDoubletDZ< T1, T2 >::hltFilter(), HLTMinDPhiMETFilter::hltFilter(), HLTHtMhtFilter::hltFilter(), HLTMuonL3PreFilter::hltFilter(), HLTMuonL1Filter::hltFilter(), HLTSmartSinglet< T >::hltFilter(), HLTPMMassFilter::hltFilter(), HLTSummaryFilter::hltFilter(), HLTPFEnergyFractionsFilter::hltFilter(), HLTMuonDimuonL3Filter::hltFilter(), HLTElectronPFMTFilter< T >::hltFilter(), HLTDoublet< T1, T2 >::hltFilter(), HLTFiltCand::hltFilter(), HLTGenericFilter< T1 >::hltFilter(), HLTCAWZTagFilter::hltFilter(), HLTElectronMuonInvMassFilter::hltFilter(), HLTHcalPhiSymFilter::hltFilter(), HLTRPCTrigNoSyncFilter::hltFilter(), HLTCountNumberOfObject< OColl >::hltFilter(), HLTFEDSizeFilter::hltFilter(), HLTHcalSimpleRecHitFilter::hltFilter(), HLTHcalNZSFilter::hltFilter(), HLTCSCAcceptBusyFilter::hltFilter(), HLTCSCActivityFilter::hltFilter(), EcalFEDErrorFilter::hltFilter(), HLTCATopTagFilter::hltFilter(), HLTDoubletSinglet< T1, T2, T3 >::hltFilter(), HLTBeamModeFilter::hltFilter(), HLTmmkFilter::hltFilter(), HLTmmkkFilter::hltFilter(), HLTTrackWithHits::hltFilter(), HLTDTActivityFilter::hltFilter(), HLTL1TSeed::hltFilter(), HLTLevel1GTSeed::hltFilter(), LeptonSkimming::hltFired(), HLTMuonL2ToL1Map::HLTMuonL2ToL1Map(), HLTMuonL2ToL1TMap::HLTMuonL2ToL1TMap(), LeptonSkimming::hltObject(), edm::WorkerT< T >::implDoTransformAsync(), PFHBHERecHitCreator::importRecHits(), PFHcalRecHitCreator< Digi, Geometry, Layer, Detector >::importRecHits(), PFPSRecHitCreator::importRecHits(), PFHGCalRecHitCreator< DET, Layer, det, subdet >::importRecHits(), PFHFRecHitCreator::importRecHits(), PFEcalBarrelRecHitCreator::importRecHits(), PFEcalEndcapRecHitCreator::importRecHits(), PixelInactiveAreaFinder::inactiveAreas(), tnp::TPTreeFiller::init(), TrackerMuonHitExtractor::init(), DTSimHitMatcher::init(), RPCSimHitMatcher::init(), CSCSimHitMatcher::init(), GEMSimHitMatcher::init(), ME0SimHitMatcher::init(), CSCStubMatcher::init(), CSCDigiMatcher::init(), GEMRecHitMatcher::init(), GEMDigiMatcher::init(), MuonSimHitMatcher::init(), CSCRecHitMatcher::init(), tnp::ProbeVariable::init(), MuonIdProducer::init(), tnp::ProbeFlag::init(), tnp::BaseTreeFiller::init(), HLTHiggsSubAnalysis::initAndInsertJets(), DTHitAssociator::initEvent(), L1TCorrelatorLayer1Producer::initEvent(), PreMixingTrackingParticleWorker::initializeEvent(), PreMixingCaloParticleWorker::initializeEvent(), SiStripDigitizer::initializeEvent(), NanoAODRNTupleOutputModule::initializeNTuple(), HLTHiggsSubAnalysis::initobjects(), l1tVertexFinder::InputData::InputData(), ElectronHEEPIDValueMapProducer::isEventAOD(), MuonCosmicCompatibilityFiller::isOverlappingMuon(), L1GtUtils::LogicalExpressionL1Results::l1Results(), L1GtUtils::l1Results(), OMTFReconstruction::loadAndFilterDigis(), PFECALSuperClusterAlgo::loadAndSortPFClusters(), EcalDeadCellTriggerPrimitiveFilter::loadEcalDigis(), EcalDeadCellTriggerPrimitiveFilter::loadEcalRecHits(), FFTJetProducer::loadEnergyFlow(), EcalDeadCellDeltaRFilter::loadEventInfo(), fftjetcms::FFTJetInterface::loadInputCollection(), EcalDeadCellDeltaRFilter::loadJets(), SiStripAPVRestorer::loadMeanCMMap(), EcalDeadCellDeltaRFilter::loadMET(), FFTJetProducer::loadSparseTreeData(), main(), shallow::make_cluster_map(), ALPAKA_ACCELERATOR_NAMESPACE::TestHelperClass::makeAsync(), IPProducerHelpers::FromJTA::makeBaseVector(), IPProducerHelpers::FromJetAndCands::makeBaseVector(), edm::makeRefToBaseProdFrom(), StubsSimHitsMatcher::match(), spr::matchedSimTrackId(), MTDDetLayerMeasurements::measurements(), MuonDetLayerMeasurements::measurements(), DQMExample_Step1::MediumEle(), TrackMergeremb< T1 >::merg_and_put(), L1TCtL2EgProducer::merge(), edm::EarlyDeleteHelper::moduleRan(), CosmicParametersDefinerForTP::momentum(), ParametersDefinerForTP::momentum(), CosmicParametersDefinerForTP::momentumAndVertex(), ParametersDefinerForTP::momentumAndVertex(), MuonCosmicCompatibilityFiller::muonTiming(), pat::helper::EfficiencyLoader::newEvent(), pat::helper::VertexingHelper::newEvent(), FWEventItemsManager::newEvent(), MuonCosmicCompatibilityFiller::nMuons(), CachingVariable::notSeenThisEventAlready(), VariableComputer::notSeenThisEventAlready(), TrackingSeedCandidates::objects(), HLTMultipletFilter::objects(), TwoObjectVariable< LHS, lLHS, RHS, lRHS, Calculator >::objects(), EmulationObserverBase::observeEventBegin(), XMLEventWriter::observeEventBegin(), PatternGenerator::observeEventEnd(), EventCapture::observeEventEnd(), DataROOTDumper2::observeEventEnd(), OniaVtxReProducer::OniaVtxReProducer(), CandIsolatorFromDeposits::SingleDeposit::open(), PFCandIsolatorFromDeposits::SingleDeposit::open(), TtDilepLRSignalSelObservables::operator()(), TrackWithVertexSelector::operator()(), TtSemiLRJetCombObservables::operator()(), CachingVariable::operator()(), VertexBeamspotOrigins::origins(), SubjetFilterJetProducer::output(), cms::CompoundJetProducer::output(), VirtualJetProducer::output(), L1GTEvmDigiToRaw::packHeader(), L1GTDigiToRaw::packHeader(), DisappearingMuonsSkimming::passTriggers(), edm::EarlyDeleteHelper::pathFinished(), edm::Worker::postDoEvent(), SeedMultiplicityAnalyzer::FromTrackRefSeedFilter::prepareEvent(), BPHMonitor::Prescale(), l1t::GlobalBoard::prescaleCountersWithSemirandomInitialCounter(), L1GtUtils::prescaleFactor(), L1GtUtils::prescaleFactorSet(), L1GtUtils::prescaleFactorSetIndex(), HLTPrescaleProvider::prescaleSet(), HLTPrescaleProvider::prescaleValue(), HLTPrescaleProvider::prescaleValues(), HLTPrescaleProvider::prescaleValuesInDetail(), CkfDebugger::printSimHits(), EcalSelectiveReadoutProducer::printSrFlags(), EcalSelectiveReadoutSuppressor::printTTFlags(), EmulateCPPF::process(), tfwliteselectortest::ThingsWorker::process(), TrackFinder::process(), tfwliteselectortest::ThingsTSelector::process(), __class__Worker::process(), RecHitProcessor::process(), TFWLiteSelector< __class__Worker >::process(), StandaloneTrackMonitor::processClusters(), RecHitProcessor::processLook(), AlignmentMonitorMuonSystemMap1D::processMuonResidualsFromTrack(), FFTJetTreeDump::processTreeData(), HepMCCopy::produce(), MaskedMeasurementTrackerEventProducer::produce(), HcalLaserEventFiltProducer2012::produce(), PatElectronEAIsoCorrectionProducer::produce(), TTClusterAssociator< T >::produce(), TTTrackAssociator< T >::produce(), TTStubAssociator< T >::produce(), TTClusterBuilder< T >::produce(), TrackingParticleRefMuonProducer::produce(), CandPtrProjector::produce(), FixedGridRhoProducer::produce(), l1t::HGC3DClusterSimpleSelector::produce(), DeepTauIdSonicProducer::produce(), PFConcretePFCandidateProducer::produce(), ClusterCheckerEDProducer::produce(), SeedingLayersEDProducer::produce(), QualityFilter::produce(), TrackExtraRekeyer::produce(), ShallowEventDataProducer::produce(), ConversionTrackRefFix::produce(), CrossingFramePSimHitToPSimHitsConverter::produce(), FixedGridRhoProducerFastjet::produce(), DeepMETSonicProducer::produce(), TrackProducerFromPatMuons::produce(), PackedCandidatesTrackLiteModifier::produce(), ShallowTracksProducer::produce(), JetChargeProducer::produce(), RazorVarProducer::produce(), TrackingParticleConversionRefSelector::produce(), MuonSelectorVertex::produce(), IsoTracks::produce(), JetCollectionReducerT< T >::produce(), TestCUDAProducerCPU::produce(), ECFAdder::produce(), V0VertexTrackProducer::produce(), L1THLTTauMatching::produce(), PFJetToCaloProducer::produce(), L1HLTTauMatching::produce(), CollectionFromZLegProducer::produce(), L1TCorrectedPFJetProducer::produce(), L1TPFCandMultiMerger::produce(), ElectronSeedTrackRefFix::produce(), AlphaTVarProducer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::global::EDProducer<>::produce(), ALPAKA_ACCELERATOR_NAMESPACE::stream::EDProducer<>::produce(), edmtest::RandomIntProducer::produce(), PFMatchedCandidateRefExtractor::produce(), InterestingEcalDetIdProducer::produce(), DQMTauProducer::produce(), L1HLTJetsMatching::produce(), PFTauToJetProducer::produce(), pat::UnclusteredBlobProducer::produce(), bestPVselector::produce(), StEvtSolutionMaker::produce(), l1t::HGC3DClusterGenMatchSelector::produce(), TestCUDAProducerGPU::produce(), TestCUDAProducerGPUFirst::produce(), ParticleDecayProducer::produce(), PFJetsMaxInvMassModule::produce(), PixelTrackFilterByKinematicsProducer::produce(), PFClusterTimeSelector::produce(), TrackingParticleBHadronRefSelector::produce(), HcalCalibFEDSelector::produce(), HFNoseRawToDigiFake::produce(), HGCalRawToDigiFake::produce(), SiStripOnTrackClusterTableProducerBase::produce(), pat::PackedGenParticleSignalProducer::produce(), CosmicMuonProducer::produce(), pat::PATVertexSlimmer::produce(), EgammaElectronTkIsolationProducer::produce(), EgammaTowerIsolationProducer::produce(), CosmicMuonLinksProducer::produce(), HLTMultiplicityValueProducerFromNestedCollection< INP_TYPE, OUT_TYPE >::produce(), HGCalRawToDigi::produce(), ShallowRechitClustersProducer::produce(), CastorFastClusterProducer::produce(), CastorFastTowerProducer::produce(), DiJetVarProducer::produce(), QuarkoniaTrackSelector::produce(), pat::PATMETSlimmer::produce(), EmptySimHits::produce(), SCEnergyCorrectorProducer::produce(), TtDilepEvtSolutionMaker::produce(), EgammaPhotonTkNumIsolationProducer::produce(), cms::SubEventGenJetProducer::produce(), TrackingParticleNumberOfLayersProducer::produce(), SubdetFEDSelector::produce(), ElectronSeedMerger::produce(), L2TauJetsMerger::produce(), VertexAssociatorByTracksProducer::produce(), PFRecHitProducer::produce(), L1TEGMultiMerger::produce(), pat::PATTauSlimmer::produce(), DeltaBetaWeights::produce(), PFEGammaToCandidateRemapper::produce(), SingleLongTrackProducer::produce(), PFDisplacedTrackerVertexProducer::produce(), PFNuclearProducer::produce(), LCToSCAssociatorByEnergyScoreProducer::produce(), TSToSimTSHitLCAssociatorByEnergyScoreProducer::produce(), TSToSimTSAssociatorByEnergyScoreProducer::produce(), HLTTauRefCombiner::produce(), ShallowClustersProducer::produce(), MultiClusterAssociatorByEnergyScoreProducer::produce(), SiPixelDigiErrorsSoAFromCUDA::produce(), TSToSCAssociatorByEnergyScoreProducer::produce(), HLTMultiplicityValueProducer< INP_TYPE, OUT_TYPE >::produce(), IsolatedTrackCleaner::produce(), LCToCPAssociatorByEnergyScoreProducer::produce(), SonicEDProducer< TritonClient, edm::GlobalCache< G >, Capabilities... >::produce(), HiSignalGenJetProducer::produce(), MuonFromPVSelector::produce(), LCToSimTSAssociatorByEnergyScoreProducer::produce(), reco::ParticleFlowForChargedMETProducer::produce(), AnyJetToCaloJetProducer::produce(), LightPFTrackProducer::produce(), PixelVertexCollectionTrimmer::produce(), MtdRecoClusterToSimLayerClusterAssociatorEDProducer::produce(), HLTJetL1MatchProducer< T >::produce(), L1TMuonEndCapTrackProducer::produce(), L1MhtPfProducer::produce(), SimHitTPAssociationProducer::produce(), SiPixelDigisSoAFromCUDA::produce(), VertexAssociatorByPositionAndTracksProducer::produce(), L3MuonSumCaloPFIsolationProducer::produce(), JetMatcherDR::produce(), CaloJetSlimmer::produce(), pat::PATSecondaryVertexSlimmer::produce(), GeneratorSmearedProducer::produce(), Run3ScoutingParticleToRecoPFCandidateProducer::produce(), PFMuonUntagger::produce(), CalibratedPhotonProducerRun2T< T >::produce(), ConeIsolation::produce(), HiSignalParticleProducer::produce(), PileupJPTJetIdProducer::produce(), QGTagger::produce(), EgammaPhotonTkIsolationProducer::produce(), ClusterShapeTrackFilterProducer::produce(), HLTJetsMatchedToFilteredJetsProducer< TriggerJetsType, TriggerJetsRefType >::produce(), CMSInsideOutJetProducer::produce(), TrackingRegionEDProducerT< T_TrackingRegionProducer >::produce(), PFV0Producer::produce(), MuonIDFilterProducerForHLT::produce(), HLTTriMuonIsolation::produce(), GlobalCosmicMuonProducer::produce(), MultiHitFromChi2EDProducer::produce(), PFBlockProducer::produce(), L1HPSPFTauProducer::produce(), GsfVertexConstraintProducer::produce(), RawDataSelector::produce(), NPUTablesProducer::produce(), pat::PackedPFCandidateRefMixer::produce(), edmtest::TransformIntStreamProducer::produce(), PATMuonMerger::produce(), LowPtGSFToTrackLinker::produce(), EgammaHLTHGCalIDVarProducer::produce(), TtSemiEvtSolutionMaker::produce(), TestCUDAProducerGPUtoCPU::produce(), CaloMuonProducer::produce(), CaloMuonMerger::produce(), HIPixelTrackFilterProducer::produce(), HLTScoutingPrimaryVertexProducer::produce(), PPSLocalTrackLiteReAligner::produce(), StripCompactDigiSimLinksProducer::produce(), SeedCreatorFromRegionHitsEDProducerT< T_SeedCreator >::produce(), L1TkHTMissProducer::produce(), Phase2L1TGMTProducer::produce(), L1MetPfProducer::produce(), l1tpf::PFClusterProducerFromL1EGClusters::produce(), HLTJetL1TMatchProducer< T >::produce(), FastTrackerRecHitMaskProducer::produce(), LHETablesProducer::produce(), edmtest::TransformIntProducer::produce(), PFEGammaToCandidate::produce(), MeasurementTrackerEventProducer::produce(), ProbeMulteplicityProducer::produce(), PFMET::produce(), pat::BadPFCandidateJetsEEnoiseProducer::produce(), AlcaRecoTrackSelector::produce(), ElectronIDExternalProducer< algo >::produce(), JetTracksAssociationToTrackRefs::produce(), HLTHcalTowerNoiseCleaner::produce(), HLTHcalTowerNoiseCleanerWithrechit::produce(), PFJetsTauOverlapRemoval::produce(), Phase2L1TGMTFilter::produce(), TrackFromPVSelector::produce(), L1TMuonBarrelKalmanTrackProducer::produce(), PFCandidateMuonUntagger::produce(), EgammaHLTBcHcalIsolationProducersRegional::produce(), TestCUDAProducerGPUEW::produce(), PUFilter::produce(), PPSFilteredProtonProducer::produce(), PixelInactiveAreaTrackingRegionsSeedingLayersProducer::produce(), cms::MuonMET::produce(), MuonSelectionTypeValueMapProducer::produce(), CandidateTriggerObjectProducer::produce(), cms::JetVertexAssociation::produce(), PFDisplacedVertexCandidateProducer::produce(), KFBasedPixelFitterProducer::produce(), ZllArbitrator::produce(), TauGenJetProducer::produce(), pat::GenJetFlavourInfoPreserver::produce(), pat::PATElectronSlimmer::produce(), pat::PATGenJetSlimmer::produce(), TrackerHitProducer::produce(), pat::PATMuonSlimmer::produce(), L1TMuonShowerProducer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaGlobalProducerOffset::produce(), ElectronPATIdMVAProducer::produce(), MuonRefProducer::produce(), MtdSimLayerClusterToTPAssociatorByTrackIdProducer::produce(), PFConversionProducer::produce(), MVAJetPuIdProducer::produce(), NtpProducer< C >::produce(), MuonLinksProducerForHLT::produce(), JetCoreClusterSplitter::produce(), MtdSimLayerClusterToTPAssociatorEDProducer::produce(), CalibratedElectronProducerRun2T< T >::produce(), ColinsSoperVariablesComputer::produce(), PFTauL1TJetsMatching::produce(), PFLinker::produce(), SiPixelFedFillerWordEventNumber::produce(), Phase2L1TGMTStubProducer::produce(), SiStripRegFEDSelector::produce(), ShallowSimhitClustersProducer::produce(), TrackFitterProducer::produce(), LowPtGSFToPackedCandidateLinker::produce(), pat::PATJetSlimmer::produce(), pat::PATLostTracks::produce(), ObjectMultiplicityCounter< T >::produce(), pat::PATTrackAndVertexUnpacker::produce(), pat::helper::AnythingToValueMap< Adaptor, Collection, value_type >::produce(), TtHadEvtSolutionMaker::produce(), EgammaEcalPFClusterIsolationProducer< T1 >::produce(), pat::PATTriggerObjectStandAloneSlimmer::produce(), RPCPointProducer::produce(), PixelNtupletsFitterProducer::produce(), pat::PATPhotonSlimmer::produce(), PixelVertexProducerFromSoAAlpaka::produce(), PixelVertexSoAFromCUDA::produce(), MuonTrackProducer::produce(), GsfElectronFromPVSelector::produce(), MtdRecoClusterToSimLayerClusterAssociatorByHitsProducer::produce(), HIProtoTrackFilterProducer::produce(), pat::GenMETExtractor::produce(), L1BJetProducer::produce(), L1SeedConePFJetProducer::produce(), ScGMTRawToDigi::produce(), SiPixelDigiErrorsFromSoA::produce(), SiPixelDigiErrorsFromSoAAlpaka::produce(), TkInstLumiTableProducer::produce(), pfTracksProducer::produce(), HiHFFilterProducer::produce(), OtherObjectVariableComputer< T >::produce(), cms::CSJetProducer::produce(), pat::RecoMETExtractor::produce(), HiBadParticleCleaner::produce(), HLTPFJetIDProducer::produce(), SiPixelClusterShapeCacheProducer::produce(), ZtoEEElectronTrackProducer::produce(), pat::PATTriggerObjectStandAloneUnpacker::produce(), HectorProducer::produce(), L1TMuonEndCapShowerProducer::produce(), ScCaloRawToDigi::produce(), l1tpf::PFTrackProducerFromL1Tracks::produce(), ShallowTrackClustersProducer::produce(), PFElectronTranslator::produce(), FastTrackerRecHitCombiner::produce(), ZtoMMMuonTrackProducer::produce(), edmtest::ExistingDictionaryTestProducer::produce(), pat::PackedCandidateTrackChi2Producer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::stream::SynchronizingEDProducer<>::produce(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaGlobalProducerE::produce(), QjetsAdder::produce(), edm::FwdPtrProducer< T, H >::produce(), edm::ProductFromFwdPtrProducer< T, H >::produce(), LHECOMWeightProducer::produce(), HiFJGridEmptyAreaCalculator::produce(), MuonLinksProducer::produce(), CollectionCombiner< Collection >::produce(), Type1PFMET::produce(), HLTDiPFJetPlusTausCandidatePFJetProducer::produce(), PFDisplacedVertexProducer::produce(), CAHitNtupletEDProducerT< T_Generator >::produce(), AlcaBeamSpotProducer::produce(), TOoLLiPProducer::produce(), NearbyCandCountComputer::produce(), GenProtonTableProducer::produce(), HLTJetTimingProducer< T >::produce(), pat::PATVertexAssociationProducer::produce(), HitPairEDProducer::produce(), DeepFlavourONNXJetTagsProducer::produce(), TestCUDAProducerGPUEWTask::produce(), ElectronIdMVABased::produce(), VertexCompositeCandidateCollectionSelector::produce(), SubjetFilterJetProducer::produce(), HitTripletEDProducerT< T_HitTripletGenerator >::produce(), MuonReSeeder::produce(), EgammaHcalPFClusterIsolationProducer< T1 >::produce(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaGlobalProducer::produce(), HLTMhtProducer::produce(), SiPixelDigisClustersFromSoAT< TrackerTraits >::produce(), CTPPSLocalTrackLiteProducer::produce(), CTPPSDiamondLocalTrackFitter::produce(), UnifiedParticleTransformerAK4ONNXJetTagsProducer::produce(), ECALRegFEDSelector::produce(), AlCaEcalHcalReadoutsProducer::produce(), l1tpf::PFClusterProducerFromHGC3DClusters::produce(), JPTJetSlimmer::produce(), TriggerObjectFilterByCollection::produce(), TSToSimTSHitLCAssociatorEDProducer::produce(), edmtest::TableTestProducer::produce(), BeamSpotProducer::produce(), ParticleNetSonicJetTagsProducer::produce(), ParticleTransformerAK4ONNXJetTagsProducer::produce(), EgammaHLTClusterShapeProducer::produce(), HiFJRhoProducer::produce(), TkAlCaOverlapTagger::produce(), GEMDigiToRawModule::produce(), TauJetSelectorForHLTTrackSeeding::produce(), LaserAlignmentProducer::produce(), TrackAssociatorEDProducer::produce(), TopBottomClusterInfoProducer::produce(), HLTCaloTowerHtMhtProducer::produce(), HLTHtMhtProducer::produce(), EgammaIsoHcalDetIdCollectionProducer::produce(), L1NNTauProducer::produce(), trklet::ProducerAS::produce(), SiPixelRecHitCUDAT< TrackerTraits >::produce(), GenJetGenPartMerger::produce(), BeamDivergenceVtxGenerator::produce(), EgammaIsoESDetIdCollectionProducer::produce(), SiPixelDigisClustersFromSoAAlpaka< TrackerTraits >::produce(), HLTJetCollectionsForBoostedLeptonPlusJets< jetType >::produce(), VertexFromTrackProducer::produce(), PixelVertexProducerFromSoA::produce(), GEMChamberMasker::produce(), HLTTauMCProducer::produce(), DeepCombinedONNXJetTagsProducer::produce(), L1TrackerEtMissProducer::produce(), pat::L1MuonMatcher::produce(), pat::MatcherUsingTracks::produce(), FastTrackerRecHitMatcher::produce(), DeepJetTableProducer< T >::produce(), SeedClusterRemoverPhase2::produce(), DeregionizerProducer::produce(), HBHEIsolatedNoiseReflagger::produce(), VersionedIdProducer< PhysicsObjectPtr, SelectorType >::produce(), HLTDisplacedmumumuVtxProducer::produce(), DeepVertexONNXJetTagsProducer::produce(), BeamSpotOnlineProducer::produce(), PixelFitterByHelixProjectionsProducer::produce(), HLTJetCollForElePlusJets< T >::produce(), EmptyHepMCProducer::produce(), pat::PackedCandidateMuonSelectorProducer::produce(), TSToSCAssociatorEDProducer::produce(), LCToSCAssociatorEDProducer::produce(), SeedClusterRemover::produce(), TSToSimTSAssociatorEDProducer::produce(), edm::CFWriter::produce(), trklet::ProducerTT::produce(), GEMRawToDigiModule::produce(), HLTMETCleanerUsingJetID::produce(), HGCalSlinkEmulator::produce(), trackerTFP::ProducerTT::produce(), pat::HLTL1MuonMatcher::produce(), PFTrackProducer::produce(), GlobalTrackQualityProducer::produce(), PileupJetIDVarProducer::produce(), pat::DuplicatedElectronCleaner::produce(), pat::PATCleaner< PATObjType >::produce(), SimTauProducer::produce(), CandMergerCleanOthersByDR::produce(), MuonShowerInformationProducer::produce(), HLTDisplacedmumuVtxProducer::produce(), DeepDoubleXONNXJetTagsProducer::produce(), TotemT2RecHitProducer::produce(), LCToSimTSAssociatorEDProducer::produce(), LCToCPAssociatorEDProducer::produce(), MCToCPAssociatorEDProducer::produce(), AlcaPCCEventProducer::produce(), TriggerSummaryProducerRAW::produce(), L1TkHTMissEmulatorProducer::produce(), L1TEGMultiMerger::InstanceMerger< T >::produce(), L1TMuonBarrelKalmanStubProducer::produce(), trackerTFP::ProducerHT::produce(), trackerTFP::ProducerMHT::produce(), trackerTFP::ProducerZHT::produce(), trackerTFP::ProducerZHTout::produce(), CTPPSPixelRecHitProducer::produce(), pat::PATCompositeCandidateProducer::produce(), PuppiPhoton::produce(), EgammaHLTEleL1TrackIsolProducer::produce(), HLTMuonL2SelectorForL3IO::produce(), CalibratedPhotonProducerT< T >::produce(), L1GctInternJetProducer::produce(), AlcaPCCProducer::produce(), TSGForOIFromL2::produce(), TrackSelectorByRegion::produce(), MkFitSiPixelHitConverter::produce(), HLTMuonTrackSelector::produce(), TrackMergeremb< T1 >::produce(), HLTCaloJetIDProducer::produce(), pat::PATMETProducer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamProducer::produce(), MkFitPhase2HitConverter::produce(), PixelTrackSoAFromCUDAT< TrackerTraits >::produce(), HLTDisplacedtktktkVtxProducer::produce(), L1TMuonOverlapPhase1TrackProducer::produce(), PFEGammaProducer::produce(), HLTDisplacedtktkVtxProducer::produce(), TagProbeMassProducer::produce(), GtPsbTextToDigi::produce(), sistrip::DigiToRawModule::produce(), MuonSpecialVariables::produce(), edmtest::TransformAsyncIntStreamProducer::produce(), HcalTrigPrimDigiProducer::produce(), MkFitEventOfHitsProducer::produce(), JetSubstructurePacker::produce(), pat::PATGenericParticleProducer::produce(), trackerTFP::ProducerKF::produce(), trackerTFP::ProducerGP::produce(), SiPixelPhase2DigiToClusterCUDA::produce(), FixedGridRhoProducerFastjetFromRecHit::produce(), MatchedProbeMaker< T >::produce(), SiPixelRecHitFromSoAAlpaka< TrackerTraits >::produce(), TotemTimingLocalTrackFitter< T >::produce(), ALPAKA_ACCELERATOR_NAMESPACE::PixelVertexProducerAlpaka< TrackerTraits >::produce(), CosmicsMuonIdProducer::produce(), MuonDetCleaner< T1, T2 >::produce(), L1TMuonQualityAdjuster::produce(), PFProducer::produce(), JetCorrectorProducer< T >::produce(), HLTJetCollectionsForLeptonPlusJets< jetType >::produce(), EgammaIsoDetIdCollectionProducer< T1 >::produce(), PFRecoTauTagInfoProducer::produce(), ME0ChamberMasker::produce(), l1t::HGC3DClusterTMVASelector::produce(), AlCaElectronTracksReducer::produce(), LaserAlignmentT0Producer::produce(), HLTCollectionProducer< T >::produce(), edmtest::TransformAsyncIntProducer::produce(), CaloCleaner< T >::produce(), MkFitProducer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::SiPixelPhase2DigiToCluster::produce(), ConversionSeedFilterCharge::produce(), PartonSelector::produce(), JetConstituentTableProducer< T >::produce(), HLTTrackClusterRemoverNew::produce(), ReducedRecHitCollectionProducer::produce(), ElectronNHitSeedProducer::produce(), pat::LeptonUpdater< T >::produce(), pat::PATJetUpdater::produce(), SiPixelRecHitFromCUDAT< TrackerTraits >::produce(), tt::StubAssociator::produce(), ClusterCompatibilityProducer::produce(), cms::HitReCalibrator::produce(), NeutronHitsCollector::produce(), OutsideInMuonSeeder::produce(), PuppiProducer::produce(), CTPPSDiamondRecHitProducer::produce(), trklet::ProducerKFout::produce(), ParticleNetFeatureEvaluator::produce(), HcalUMNioTableProducer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::CAHitNtupletAlpaka< TrackerTraits >::produce(), modules::MuonCleanerBySegmentsT< T >::produce(), pat::PATPackedGenParticleProducer::produce(), HLTScoutingTrackProducer::produce(), BoostedJetONNXJetTagsProducer::produce(), V0Producer::produce(), EgammaHLTR9IDProducer::produce(), HcalRecHitRecalib::produce(), SiPixelRecHitSoAFromCUDAT< TrackerTraits >::produce(), VertexProducer::produce(), FakeTrackProducer< T >::produce(), SiPixelRecHitSoAFromLegacyT< TrackerTraits >::produce(), L1CaloJetHTTProducer::produce(), L1TEGammaFilteredCollectionProducer::produce(), trackerTFP::ProducerKFin::produce(), l1t::L1ComparatorRun2::produce(), AlCaGammaJetProducer::produce(), L1TCtL2EgProducer::produce(), trackerDTC::ProducerED::produce(), PFCand_AssoMap::produce(), pat::PATPackedCandidateProducer::produce(), L1EmulBias::produce(), TrackerCleaner< T >::produce(), EgammaHLTElectronTrackIsolationProducers::produce(), EgammaHLTHcalVarProducerFromRecHit::produce(), AlignmentPrescaler::produce(), HLTHcalPFClusterIsolationProducer< T1 >::produce(), NTuplingDevice::produce(), pat::PATPFParticleProducer::produce(), trklet::ProducerKFin::produce(), PATTracksToPackedCandidates::produce(), CollectionMerger< T1, T2 >::produce(), PixelVertexProducerCUDAT< TrackerTraits >::produce(), CalibratedElectronProducerT< T >::produce(), L1ExtraParticleMapProd::produce(), GctDigiToRaw::produce(), TwoBodyDecayConstraintProducer::produce(), pat::PATMHTProducer::produce(), L1RCTTPGProvider::produce(), trklet::ProducerDR::produce(), RctTextToRctDigi::produce(), HITrackClusterRemover::produce(), GenPartIsoProducer::produce(), MkFitSeedConverter::produce(), TSGForOIDNN::produce(), EcalRecHitRecalib::produce(), LTCRawToDigi::produce(), BtoCharmDecayVertexMergerT< VTX >::produce(), EcalFEtoDigi::produce(), SeedProducerFromSoAT< TrackerTraits >::produce(), FromClusterSummaryMultiplicityProducer::produce(), PixelFitterByConformalMappingAndLineProducer::produce(), ScalersRawToDigi::produce(), EgammaHLTPhotonTrackIsolationProducersRegional::produce(), MomentumConstraintProducer::produce(), LeptonInJetProducer< T >::produce(), CaloTowersMerger::produce(), MuMuForEmbeddingSelector::produce(), TwoBodyDecayMomConstraintProducer::produce(), TrackDistanceValueMapProducer::produce(), HLTTrackMETProducer::produce(), TestBXVectorRefProducer::produce(), MuScleFitMuonProducer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::SiPixelRecHitAlpaka< TrackerTraits >::produce(), HTXSRivetProducer::produce(), ConversionSeedFilter::produce(), DeepBoostedJetTagInfoProducer::produce(), CastorJetIDProducer::produce(), cms::MuonMETValueMapProducer::produce(), NjettinessAdder::produce(), Onia2MuMuPAT::produce(), EventWithHistoryProducer::produce(), TotemTimingRecHitProducer::produce(), HLTL1TMuonSelector::produce(), CTPPSPixelClusterProducer::produce(), HLTScoutingCaloProducer::produce(), CAHitNtupletCUDAT< TrackerTraits >::produce(), MuonTimingProducer::produce(), HLTHGCalLayerClusterIsolationProducer< T1 >::produce(), HLTJetCollectionsForElePlusJets< T >::produce(), L1DummyProducer::produce(), PATHemisphereProducer::produce(), HBHENoiseFilterResultProducer::produce(), trklet::ProducerDRin::produce(), PrimaryVertexSorter< ParticlesCollection >::produce(), JetPlusTrackProducer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaStreamSynchronizingProducer::produce(), trklet::ProducerTBout::produce(), MuPFIsoEmbedder::produce(), TrackMCQuality::produce(), TextToRaw::produce(), edm::LogErrorHarvester::produce(), PackedCandidateGenAssociationProducer::produce(), VertexConstraintProducer::produce(), PF_PU_AssoMap::produce(), HcalDigiToRawuHTR::produce(), L1TGlobalProducer::produce(), SiStripFineDelayHit::produce(), MkFitSiStripHitConverter::produce(), HiGenCleaner< T2 >::produce(), EGMSeedGainProducer< T >::produce(), L1TMuonOverlapTrackProducer::produce(), TcdsRawToDigi::produce(), HGCalElectronFilter::produce(), MuonHLTSeedMVAClassifier::produce(), cms::MuonTCMETValueMapProducer::produce(), GenJetFlavourTableProducer::produce(), HGCalPhotonIDValueMapProducer::produce(), HLTmumutktkVtxProducer::produce(), L1TPhysicalEtAdder::produce(), TrackAssociatorByPositionProducer::produce(), RctRawToDigi::produce(), TrackCandidateTopBottomHitFilter::produce(), CastorCellProducer::produce(), DeltaRNearestObjectComputer< T >::produce(), HBHEPlan1Combiner::produce(), SCEnergyCorrectorDRNProducer::produce(), pat::PATConversionProducer::produce(), EventWithHistoryProducerFromL1ABC::produce(), SourceCardTextToRctDigi::produce(), MuonFSRAssociator::produce(), Phase1L1TJetSumsProducer::produce(), LumiProducerFromBrilcalc::produce(), PFBadHcalPseudoClusterProducer::produce(), JetIDProducer::produce(), BSCTrigger::produce(), QuickTrackAssociatorByHitsProducer::produce(), EcalFEDWithCRCErrorProducer::produce(), L1PrefiringWeightProducer::produce(), GenJetTauTaggerProducer::produce(), HFJetShowerShape::produce(), HGCalElectronIDValueMapProducer::produce(), L1GlobalTriggerRecordProducer::produce(), HLTL1MuonNoL2Selector::produce(), HLTL1MuonSelector::produce(), ExtraFromSeeds::produce(), CalibrationTrackSelectorFromDetIdList::produce(), ConfigurableAPVCyclePhaseProducer::produce(), TrackingMaterialProducer::produce(), l1t::L1TCaloRCTToUpgradeConverter::produce(), TrajectorySeedFromMuonProducer::produce(), MaskedRctInputDigiProducer::produce(), L1TBMTFConverter::produce(), RecHitCorrector::produce(), Phase1L1TJetCalibrator::produce(), HiSpikeCleaner::produce(), GctRawToDigi::produce(), PFClusterMatchedToPhotonsSelector::produce(), L1Comparator::produce(), HiL1Subtractor::produce(), DeDxHitInfoProducer::produce(), SoftKillerProducer::produce(), TrackAssociatorByChi2Producer::produce(), L1GTEvmDigiToRaw::produce(), JetPlusTrackAddonSeedProducer::produce(), InterestingTrackEcalDetIdProducer::produce(), pat::PATTriggerMatchEmbedder< PATObjectType >::produce(), pat::PATIsolatedTrackProducer::produce(), PatJPsiProducer::produce(), ValueMapTraslator::produce(), l1t::FakeInputProducer::produce(), HLTEcalPFClusterIsolationProducer< T1 >::produce(), CTPPSProtonProducer::produce(), DeDxEstimatorProducer::produce(), PFPileUp::produce(), pat::MatcherByPulls< T >::produce(), InputDataProducer::produce(), L1TExtCondProducer::produce(), PATObjectCrossLinker::produce(), LHE2HepMCConverter::produce(), DeepDoubleXTagInfoProducer::produce(), HLTmumutkVtxProducer::produce(), OnlineMetaDataRawToDigi::produce(), TtbarTrackProducer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::SiPixelRawToCluster< TrackerTraits >::produce(), L1TMicroGMTInputProducer::produce(), PFECALSuperClusterProducer::produce(), MultiplicityProducer< T >::produce(), HLTRechitsToDigis::produce(), L1TMuonCaloSumProducer::produce(), IsFromLostTrackMapProducer::produce(), HiEvtPlaneFlatProducer::produce(), HLTScoutingPFProducer::produce(), InterestingDetIdFromSuperClusterProducer::produce(), pat::PATPhotonProducer::produce(), L1TrackerEtMissEmulatorProducer::produce(), ParticleTowerProducer< T >::produce(), InterestingDetIdCollectionProducer::produce(), TrackAlgoCompareUtil::produce(), SeedToTrackProducer::produce(), AlCaECALRecHitReducer::produce(), CastorClusterProducer::produce(), L1TPFCaloProducer::produce(), HcalHitSelection::produce(), NanoAODBaseCrossCleaner::produce(), CTPPSFastTrackingProducer::produce(), pat::DisplacedMuonFilterProducer::produce(), L1GTDigiToRaw::produce(), L1GtTextToRaw::produce(), JetDeltaRTagInfoValueMapProducer< T, I >::produce(), GenHIEventProducer::produce(), FastjetJetProducer::produce(), FFTJetPFPileupCleaner::produce(), L1TMuonLegacyConverter::produce(), TrackAssociatorByHitsProducer::produce(), PPSSimTrackProducer::produce(), Phase2L1CaloPFClusterEmulator::produce(), L1TJetsMatching< T >::produce(), FFTJetPileupEstimator::produce(), PF_PU_FirstVertexTracks::produce(), L1TMuonCPPFDigiProducer::produce(), FFTJetVertexAdder::produce(), AlCaDiJetsProducer::produce(), L1TrackTripletEmulatorProducer::produce(), tmtt::TMTrackProducer::produce(), CTPPSPixelLocalTrackProducer::produce(), DTDigitizer::produce(), L1TrackJetProducer::produce(), CaloRecHitsBeamHaloCleaned::produce(), l1t::AMC13DumpToRaw::produce(), CastorTowerProducer::produce(), GTTFileReader::produce(), AlCaHBHEMuonProducer::produce(), EcalIsolatedParticleCandidateProducer::produce(), L1TExtCondLegacyToStage2::produce(), RctInputTextToDigi::produce(), L1TMicroGMTInputProducerFromGen::produce(), Phase2L1TGMTSAMuonProducer::produce(), IsolatedEcalPixelTrackCandidateProducer::produce(), EgammaHLTGsfTrackVarProducer::produce(), PFTauTransverseImpactParameters::produce(), BetaStarVarProducer< T >::produce(), BeamSpotToCUDA::produce(), TrackFromSeedProducer::produce(), L1GlobalTriggerEvmRawToDigi::produce(), TrackingParticleSelectorByGen::produce(), SiPixelRawToClusterCUDAT< TrackerTraits >::produce(), CaloTPTableProducer::produce(), HLTPrescaleRecorder::produce(), L1TriggerResultsConverter::produce(), l1t::AMCDumpToRaw::produce(), JetConstituentSelector< T, C >::produce(), VertexTableProducer::produce(), JetPlusTrackProducerAA::produce(), HcalUHTRTableProducer::produce(), GenJetBCEnergyRatio::produce(), TemplatedDeepNNTagInfoProducer< IPTag, SVTag >::produce(), DTTrigProd::produce(), PFTauPrimaryVertexProducerBase::produce(), EcalDigiToRaw::produce(), PFTauSecondaryVertexProducer::produce(), PFCandidateRecalibrator::produce(), PFCand_NoPU_WithAM::produce(), MuonHLTSeedMVAClassifierPhase2::produce(), L1CaloJetProducer::produce(), NuclearSeedsEDProducer::produce(), RPCChamberMasker::produce(), BoostedJetMerger::produce(), L2MuonSeedGeneratorFromL1T::produce(), HLTTauRefProducer::produce(), FFTJetEFlowSmoother::produce(), SiPixelCalibDigiProducer::produce(), TPStubValueMapProducer::produce(), JetTagProducer::produce(), PixelTrackProducerFromSoAAlpaka< TrackerTraits >::produce(), pat::PATJetProducer::produce(), reco::CentralityProducer::produce(), pat::PATTauProducer::produce(), HLTScoutingMuonProducer::produce(), pat::PATTriggerEventProducer::produce(), ProtonProducer::produce(), SoftPFElectronTagInfoProducer::produce(), ElectronHEEPIDValueMapProducer::produce(), ConvBremSeedProducer::produce(), L2MuonSeedGeneratorFromL1TkMu::produce(), L1TrackJetEmulatorProducer::produce(), reco::BeamHaloSummaryProducer::produce(), TriggerObjectTableProducer::produce(), L2MuonSeedGenerator::produce(), MuonFSRProducer::produce(), AlCaHcalNoiseProducer::produce(), HLTJetHFCleaner< JetType >::produce(), FastPrimaryVertexWithWeightsProducer::produce(), L1ExtraParticlesProd::produce(), AlignmentMuonHIPTrajectorySelector::produce(), APVCyclePhaseProducerFromL1ABC::produce(), PixelTrackProducerFromSoAT< TrackerTraits >::produce(), sistrip::FEDEmulatorModule::produce(), LeptonJetVarProducer< T >::produce(), FFTJetPileupProcessor::produce(), RPCTrigger::produce(), CTPPSSimHitProducer::produce(), HoverEValueMapProducer< T >::produce(), ClusterTPAssociationProducer::produce(), SoftPFMuonTagInfoProducer::produce(), RPDigiProducer::produce(), PixelJetPuId::produce(), TrackExtrapolator::produce(), l1t::MP7BufferDumpToRaw::produce(), Phase2L1CaloJetEmulator::produce(), GenFilterEfficiencyProducer::produce(), L1TStage2Layer2Producer::produce(), L1TCaloLayer1::produce(), APVCyclePhaseProducerFromL1TS::produce(), ConditionDumperInEdm::produce(), GlobalVariablesTableProducer::produce(), HLTScoutingEgammaProducer::produce(), EmbeddingVertexCorrector::produce(), MVAValueMapProducer< ParticleType >::produce(), ShallowGainCalibration::produce(), TPFastJetProducer::produce(), L1TrackFastJetProducer::produce(), L1TZDCProducer::produce(), L1TMuonProducer::produce(), JetIdSelector< T >::produce(), L1GlobalTriggerRawToDigi::produce(), l1t::BXVectorInputProducer::produce(), PrimaryVertexProducer::produce(), L1TowerCalibrator::produce(), Phase2L1CaloEGammaEmulator::produce(), L1FastTrackingJetProducer::produce(), L1TruthTrackFastJetProducer::produce(), MuonSimHitProducer::produce(), CATopJetTagger::produce(), DeepCMVATagInfoProducer::produce(), CTPPSTotemDigiToRaw::produce(), TrackerToMuonPropagator::produce(), reco::HcalNoiseInfoProducer::produce(), CalibratedDigis::produce(), ClusterSummaryProducer::produce(), Phase1L1TJetProducer::produce(), ConversionProducer::produce(), L1TStage2Layer1Producer::produce(), l1t::GenToInputProducer::produce(), NearbyPixelClustersProducer::produce(), ObjectViewMatcher< T1, T2 >::produce(), PFSimParticleProducer::produce(), FastSimProducer::produce(), BoostedDoubleSVProducer::produce(), MuonMCClassifier::produce(), BJetEnergyRegressionVarProducer< T >::produce(), CTPPSPixelDigiToRaw::produce(), ObjectViewCleaner< T >::produce(), pat::PATElectronProducer::produce(), BTagProbabilityToDiscriminator::produce(), CSCOverlapsTrackPreparation::produce(), L1TCaloLayer1RawToDigi::produce(), CTPPSRecHitProducer::produce(), CentralityBinProducer::produce(), PPSDirectProtonSimulation::produce(), ParticleTransformerAK4TagInfoProducer::produce(), LeptonFSRProducer::produce(), MkFitOutputConverter::produce(), FastTrackDeDxProducer::produce(), MuonSimClassifier::produce(), UnifiedParticleTransformerAK4TagInfoProducer::produce(), MuonIdProducer::produce(), HLTDummyCollections::produce(), JetDeltaRValueMapProducer< T, C, TN >::produce(), ExternalLHEProducer::produce(), EmbeddingLHEProducer::produce(), PixelClusterTagInfoProducer::produce(), RPCTechnicalTrigger::produce(), DeepFlavourTagInfoProducer::produce(), L1TStage1Layer2Producer::produce(), DigiSimLinkPruner::produce(), PFElecTkProducer::produce(), FastPrimaryVertexProducer::produce(), CandMCMatchTableProducer::produce(), pat::PATTriggerProducer::produce(), HLTJetsCleanedFromLeadingLeptons< JetType >::produce(), reco::modules::CosmicTrackSplitter::produce(), FFTJetPatRecoProducer::produce(), GenTtbarCategorizer::produce(), NuclearTrackCorrector::produce(), pat::helper::ManyThingsToValueMaps< Adaptor, Collection, value_type >::produce(), GlobalHitsProdHist::produce(), GoodSeedProducer::produce(), hitTripletEDProducerT::Impl< T_HitTripletGenerator, T_SeedingHitSets, T_IntermediateHitTriplets >::produce(), GlobalHitsProducer::produce(), HiPuRhoProducer::produce(), L1GlobalTrigger::produce(), HadronAndPartonSelector::produce(), L1TCaloSummary< INPUT, OUTPUT >::produce(), CTPPSPixelDigiProducer::produce(), VirtualJetProducer::produce(), reco::modules::TrackerTrackHitFilter::produce(), VIDNestedWPBitmapProducer< T >::produce(), PhotonIDValueMapProducer::produce(), AlCaHcalHBHEMuonProducer::produce(), TTStubBuilder< T >::produce(), pat::PATMuonProducer::produce(), reco::HcalHaloDataProducer::produce(), FFTJetCorrectionProducer::produce(), PileupJetIdProducer::produce(), TriggerSummaryProducerAOD::produce(), RPCSeedGenerator::produce(), reco::modules::JetFlavourIdentifier::produce(), AlCaIsoTracksProducer::produce(), JetCoreMCtruthSeedGenerator::produce(), L1TrackSelectionProducer::produce(), DTTrigPhase2Prod::produce(), SelectedElectronFEDListProducer< TEle, TCand >::produce(), L1NNCaloTauProducer::produce(), IsoValueMapProducer< T >::produce(), EgammaHLTFilteredObjProducer< OutCollType >::produce(), JetPartonMatcher::produce(), reco::EcalHaloDataProducer::produce(), L1TrackVertexAssociationProducer::produce(), AlCaHcalIsotrkProducer::produce(), DRNCorrectionProducerT< T >::produce(), DeepCoreSeedGenerator::produce(), L1TCorrelatorLayer1Producer::produce(), HiFJRhoFlowModulationProducer::produce(), L1GTTInputProducer::produce(), EgammaHLTPixelMatchVarProducer::produce(), GlobalDigisProducer::produce(), FFTJetProducer::produce(), ChainedJetCorrectorProducer::produce(), pat::PATObjectUserDataEmbedder< T, ParentType >::produce(), HcalDigiSortedTableProducer::produce(), reco::CSCHaloDataProducer::produce(), IPProducer< Container, Base, Helper >::produce(), TestInterProcessRandomProd::produce(), TestInterProcessProd::produce(), BaseMVAValueMapProducer< pat::Muon >::produce(), JetFlavourClustering::produce(), BTagSFProducer::produce(), AlCaHOCalibProducer::produce(), TopProjector< Top, Bottom, Matcher >::produce(), edm::HiMixingModule::produce(), GlobalRecHitsProducer::produce(), EvtPlaneProducer::produce(), BTVMCFlavourTableProducer::produce(), L1NNCaloTauEmulator::produce(), MuonToTrackingParticleAssociatorEDProducer::produce(), reco::GlobalHaloDataProducer::produce(), L1FPGATrackProducer::produce(), SimpleFlatTableProducerBase< T, BXVector< T > >::produce(), L1EGCrystalClusterEmulatorProducer::produce(), GenWeightsTableProducer::produce(), L1GlobalTriggerEvmRawToDigi::produceEmptyProducts(), L1GlobalTriggerRawToDigi::produceEmptyProducts(), SiStripFineDelayHit::produceNoTracking(), PixelVertexProducerCUDAT< TrackerTraits >::produceOnCPU(), PixelVertexProducerCUDAT< TrackerTraits >::produceOnGPU(), FastjetJetProducer::produceTrackJets(), PreMixingTrackingParticleWorker::put(), edm::PreMixingCrossingFrameWorker< T >::put(), PreMixingDigiSimLinkWorker< DigiSimLinkCollection >::put(), PreMixingCaloParticleWorker::put(), PreMixingMuonWorker< CSCWireDigiCollection >::put(), PreMixingCSCWorker::put(), hitTripletEDProducerT::ImplSeedingHitSets::put(), hitTripletEDProducerT::ImplIntermediateHitTriplets::put(), ALPAKA_ACCELERATOR_NAMESPACE::ProducerBase< BaseT, Args >::putBackend(), L1TCorrelatorLayer1Producer::putEgObjects(), L1TCtL2EgProducer::putEgObjects(), L1TCorrelatorLayer1Producer::putEgStaObjects(), hitTripletEDProducerT::ImplSeedingHitSets::putEmpty(), hitTripletEDProducerT::ImplIntermediateHitTriplets::putEmpty(), GtPsbTextToDigi::putEmptyDigi(), RctTextToRctDigi::putEmptyDigi(), SourceCardTextToRctDigi::putEmptyDigi(), TextToRaw::putEmptyDigi(), QGTagger::putInEvent(), HFJetShowerShape::putInEvent(), L1TCorrelatorLayer1Producer::putPuppi(), HiPuRhoProducer::putRho(), MuonCosmicCompatibilityFiller::pvMatches(), BJetEnergyRegressionMVA::readAdditionalCollections(), OMTFinput::readData(), TriggerTools::readEvent(), BeamFitter::readEvent(), PVFitter::readEvent(), L1TPFCaloProducer::readHcalDigis_(), L1TPFCaloProducer::readHcalHGCTowers_(), pat::helper::BasicOverlapTest::readInput(), pat::helper::OverlapBySuperClusterSeed::readInput(), l1t::GlobalBoard::receiveCaloObjectData(), l1t::GlobalBoard::receiveExternalData(), L1GlobalTriggerPSB::receiveGctObjectData(), L1GlobalTriggerGTL::receiveGmtObjectData(), l1t::GlobalBoard::receiveMuonObjectData(), l1t::GlobalBoard::receiveMuonShowerObjectData(), L1GlobalTriggerPSB::receiveTechnicalTriggers(), MTDDetLayerMeasurements::recHits(), MuonDetLayerMeasurements::recHits(), HcalDigisValidation::reco(), OMTFReconstruction::reconstruct(), TrackingRegionsFromSuperClustersProducer::regions(), L1MuonSeededTrackingRegionsProducer::regions(), EMTFSetup::reload(), l1t::L1TGlobalUtil::retrieveL1(), l1t::L1TGlobalUtil::retrieveL1Event(), L1RetrieveL1Extra::retrieveL1ExtraObjects(), TTClusterBuilder< T >::RetrieveRawHits(), cms::alpakatest::TestHostOnlyHelperClass::run(), PFEGammaToCandidateRemapper::run(), tnp::TagProbePairMaker::run(), pat::helper::AnyNumberAssociationAdaptor::run(), PFEGammaToCandidate::run(), L1GlobalTriggerFDL::run(), cms::SiPixelRecHitConverter::run(), pat::helper::AnyNumberAssociationAdaptor::run_(), cms::CSJetProducer::runAlgorithm(), l1t::GlobalBoard::runFDL(), PPSTimingCalibrationPCLWorker::searchForProduct(), PPSDiamondSampicTimingCalibrationPCLWorker::searchForProduct(), HLTLevel1GTSeed::seedsL1Extra(), HLTL1TSeed::seedsL1TriggerObjectMaps(), HLTLevel1GTSeed::seedsL1TriggerObjectMaps(), AlignmentTwoBodyDecayTrackSelector::select(), ElectronIDSelector< algo >::select(), AlignmentGlobalTrackSelector::select(), EventWithHistoryFilter::selected(), tadqm::TrackAnalyzer::setBX(), LowPtElectronModifier::setEvent(), VertexTimeAlgorithmFromTracksPID::setEvent(), EG8XObjectUpdateModifier::setEvent(), ClusterShapeTrajectoryFilter::setEvent(), reco::isodeposit::OtherCandidatesDeltaRVeto::setEvent(), CompositeLogicalTrajectoryFilter::setEvent(), CompositeTrajectoryFilter::setEvent(), EG9X105XObjectUpdateModifier::setEvent(), CkfBaseTrajectoryFilter::setEvent(), TSGFromPropagation::setEvent(), reco::isodeposit::OtherCandVeto::setEvent(), FastTSGFromPropagation::setEvent(), BaseCkfTrajectoryBuilder::setEvent(), FWEventItem::setEvent(), MuonCkfTrajectoryBuilder::setEvent_(), EG9X105XObjectUpdateModifier::TokenHandlePair< edm::View< reco::GsfElectron > >::setHandle(), tadqm::TrackAnalyzer::setLumi(), TrackingMonitor::setNclus(), tadqm::TrackAnalyzer::setNumberOfGoodVertices(), L1Analysis::L1AnalysisL1Menu::SetPrescaleFactorIndex(), CalibratedPhotonProducerT< T >::setSemiDetRandomSeed(), CalibratedElectronProducerT< T >::setSemiDetRandomSeed(), ParametrizedSubtractor::setupGeometryMap(), edm::Worker::skipOnPath(), pat::L1MuonMatcher::storeExtraInfo(), pat::HLTL1MuonMatcher::storeExtraInfo(), fastsim::TrackerSimHitProducer::storeProducts(), pat::MatcherUsingTracks::storeValueMap(), TriggerMatcherToHLTDebug::storeValueMap(), StringBranchHelper< Object, Collection >::StringBranchHelper(), StringLeaveHelper< Object >::StringLeaveHelper(), fwlite::Record::syncTo(), edmtest::SwitchProducerProvenanceAnalyzer::testProduct(), TrackingParticleNumberOfLayers::TrackingParticleNumberOfLayers(), edm::stream::impl::Transformer::transformAsync_(), edm::one::impl::Transformer< T >::transformAsync_(), edm::limited::impl::Transformer< T >::transformAsync_(), edm::global::impl::Transformer< T >::transformAsync_(), edm::TransformerBase::transformImpAsync(), L1GtUtils::triggerMask(), DTTrig::triggerReco(), MuonIdTruthInfo::truthMatchMuon(), L1GlobalTriggerRawToDigi::unpackGMT(), CosmicParametersDefinerForTP::vertex(), ParametersDefinerForTP::vertex(), WeightManager::weight(), WeightManager::weightsCollection(), NanoAODRNTupleOutputModule::write(), NanoAODOutputModule::write(), SubjetFilterJetProducer::writeCompoundJets(), cms::CompoundJetProducer::writeCompoundJets(), VirtualJetProducer::writeCompoundJets(), ECALRecHitAnalyzer::WriteECALRecHits(), VirtualJetProducer::writeJets(), FFTJetProducer::writeJets(), VirtualJetProducer::writeJetsWithConstituents(), BeamSpotOnlineShifter::writeToDB(), ElectronHEEPIDValueMapProducer::writeValueMap(), MuonSimClassifier::writeValueMap(), and MuonMCClassifier::writeValueMap().
const int iTCCEtaBounds[nTCCInEta+1] = {0, 7, 11, 28, 45, 49, 56} |
Definition at line 150 of file GenABIO.cc.
Referenced by getABTCCInputStream().
const int iTTEtaMax[nABInEta] = {10, 27, 44, 55} |
Definition at line 144 of file GenABIO.cc.
Referenced by fillABSRPFiles(), and fillABTTFFiles().
const int iTTEtaMin[nABInEta] = {0, 11, 28, 45} |
Definition at line 143 of file GenABIO.cc.
Referenced by fillABSRPFiles(), and fillABTTFFiles().
const int iTTEtaSign[nABInEta] = {-1, -1, 1, 1} |
Definition at line 145 of file GenABIO.cc.
Referenced by fillABSRPFiles(), and fillABTTFFiles().
Definition at line 141 of file GenABIO.cc.
Referenced by abConnect(), fillABSRPFiles(), and main().
const int nABABCh = 8 |
Definition at line 137 of file GenABIO.cc.
Referenced by abConnect(), and fillABIOFiles().
const int nABInEta = 4 |
Number of ABs in a phi-sector
Definition at line 130 of file GenABIO.cc.
Referenced by fillABIOFiles(), and fillABTTFFiles().
const int nABInPhi = 3 |
Number of ABs in an eta slice
Definition at line 133 of file GenABIO.cc.
Referenced by fillABIOFiles(), fillABSRPFiles(), and fillABTTFFiles().
const int nABTCCCh = 12 |
Definition at line 138 of file GenABIO.cc.
Referenced by fillABIOFiles().
const int nactions = 8 |
Definition at line 179 of file GenABIO.cc.
Referenced by main().
|
static |
Number of barrel trigger towers along eta
Definition at line 121 of file GenABIO.cc.
const int nDCCCh = 12 |
Definition at line 139 of file GenABIO.cc.
Referenced by fillABIOFiles().
const int nDCCEE = 9 |
Number of DCCs in an endcap
Definition at line 136 of file GenABIO.cc.
|
static |
Number of endcap, obviously tow
Definition at line 115 of file GenABIO.cc.
Referenced by HLTCSCAcceptBusyFilter::AcceptManyHitsInChamber(), fillABSRPFiles(), main(), EcalSelectiveReadoutProducer::printSrFlags(), and readSRF().
|
static |
Number of trigger towers along eta in one endcap
Definition at line 118 of file GenABIO.cc.
Referenced by fillABSRPFiles(), and getABDCCOutputStream().
|
static |
Range of the x-index of endcap crystals (xman-xmin+1).
Definition at line 100 of file GenABIO.cc.
Referenced by main().
|
static |
Range of the y-index of endcap crystals (yman-ymin+1).
Definition at line 103 of file GenABIO.cc.
Referenced by main().
|
static |
Range of endcap supercrystal x-index (xmax-xmin+1)
Definition at line 109 of file GenABIO.cc.
Referenced by fillABSRPFiles(), main(), and readSRF().
|
static |
Range of endcap supercrystal y-index (ymay-ymin+1)
Definition at line 112 of file GenABIO.cc.
Referenced by fillABSRPFiles(), main(), and readSRF().
const int nTCCInEta = 6 |
Definition at line 140 of file GenABIO.cc.
Definition at line 142 of file GenABIO.cc.
Referenced by fillABSRPFiles(), fillABTTFFiles(), and getABTTPhiBounds().
|
static |
Number of trigger towers along eta for the whole ECAL
Definition at line 124 of file GenABIO.cc.
Referenced by getFlagStream(), main(), and readTTF().
|
static |
Number of trigger towers in an eta ring
Definition at line 127 of file GenABIO.cc.
Referenced by fillABSRPFiles(), fillABTTFFiles(), getABTTPhiBounds(), getFlagStream(), main(), readSRF(), and readTTF().
char roFlagMarker[] |
Definition at line 169 of file GenABIO.cc.
Referenced by main(), writeABIOFileHeader(), and writeABSRFFileHeader().
const char* srfFilename = "SRF.txt" |
Definition at line 159 of file GenABIO.cc.
char srp2roFlags[128] |
Definition at line 166 of file GenABIO.cc.
Referenced by fillABSRPFiles(), getABDCCOutputStream(), and main().
Definition at line 163 of file GenABIO.cc.
Referenced by main(), EcalSelectiveReadoutProducer::printSrFlags(), writeABIOFileHeader(), and writeABTTFFileHeader().
|
static |
Edge size of a supercrystal. A supercrystal is a tower of 5x5 crystals.
Definition at line 106 of file GenABIO.cc.
const char tccFlagMarker[] = {'.', 'S', '?', 'C', '4', '5', '6', '7'} |
Definition at line 164 of file GenABIO.cc.
Referenced by EcalSelectiveReadoutSuppressor::printTTFlags(), EcalSelectiveReadoutProducer::printTTFlags(), and writeABIOFileHeader().
int theAB = -1 |
Definition at line 226 of file GenABIO.cc.
Referenced by main().
const char* ttfFilename = "TTF.txt" |
Definition at line 160 of file GenABIO.cc.
const char* xconnectFilename = "xconnect_universal.txt" |
Definition at line 161 of file GenABIO.cc.
Referenced by abConnect().