Variables | |
tuple | BenchmarkLabel = cms.string('PFlowElectrons') |
tuple | bottomCollection = cms.InputTag("particleFlow") |
tuple | categories |
tuple | cerr |
tuple | cerr_stats |
tuple | collateHistograms = cms.untracked.bool(False) |
tuple | collectorHost = cms.untracked.string('localhost') |
tuple | collectorPort = cms.untracked.int32(9090) |
tuple | cout |
tuple | debug = cms.untracked.bool(False) |
tuple | debugModules = cms.untracked.vstring() |
tuple | debugs |
tuple | default |
tuple | deltaRMax = cms.double(0.05) |
tuple | destinations |
tuple | doMetPlots = cms.bool(False) |
tuple | duplicateCheckMode = cms.untracked.string('noDuplicateCheck') |
tuple | errors |
string | fa = 'RelValQCD' |
string | fb = 'FlatPt_15_3000_Fast' |
string | fc = 'ParticleFlow' |
tuple | fileNames |
tuple | filter = cms.untracked.string('') |
tuple | FrameworkJobReport |
tuple | fwkJobReports = cms.untracked.vstring('FrameworkJobReport') |
tuple | infos |
tuple | input = cms.untracked.int32(-1) |
tuple | InputRecoLabel = cms.InputTag("pfAllElectrons") |
tuple | InputTruthLabel = cms.InputTag("gensource") |
tuple | makeTriggerResults = cms.untracked.bool(True) |
tuple | maxDeltaEt = cms.double(50.0) |
tuple | maxDeltaPhi = cms.double(0.5) |
tuple | maxEta = cms.double(2.5) |
tuple | minDeltaEt = cms.double(-100.0) |
tuple | minDeltaPhi = cms.double(-0.5) |
tuple | minEta = cms.double(-1) |
tuple | name = cms.untracked.string('pileUpOnPFCandidates') |
tuple | noEventSort = cms.untracked.bool(True) |
tuple | OnlyTwoJets = cms.bool(False) |
tuple | OutputFile = cms.untracked.string('benchmark.root') |
tuple | pdgId = cms.vint32(11, -11) |
tuple | pdtFileName = cms.FileInPath('SimGeneral/HepPDTESSource/data/pythiaparticle.tbl') |
tuple | PFCandidates = cms.InputTag("particleFlow") |
tuple | PlotAgainstRecoQuantities = cms.bool(False) |
tuple | process = cms.Process("TEST") |
tuple | publishFrequency = cms.untracked.double(5.0) |
tuple | recPt = cms.double(2.0) |
tuple | referenceFileName = cms.untracked.string('') |
tuple | Rethrow |
tuple | secondaryFileNames = cms.untracked.vstring() |
tuple | select |
tuple | src = cms.InputTag("pfNoPileUp") |
tuple | StartFromGen = cms.bool(False) |
tuple | statistics = cms.untracked.vstring('cerr_stats') |
tuple | suppressDebug = cms.untracked.vstring() |
tuple | suppressInfo = cms.untracked.vstring() |
tuple | suppressWarning = cms.untracked.vstring() |
tuple | topCollection = cms.InputTag("pfPileUp") |
tuple | verbose = cms.untracked.bool(False) |
tuple | verboseQT = cms.untracked.int32(0) |
tuple | Vertices = cms.InputTag("offlinePrimaryVerticesWithBS") |
tuple | wantSummary = cms.untracked.bool(True) |
tuple | warnings |
tuple benchmark_cfg::BenchmarkLabel = cms.string('PFlowElectrons') |
Definition at line 48 of file benchmark_cfg.py.
tuple benchmark_cfg::bottomCollection = cms.InputTag("particleFlow") |
Definition at line 39 of file benchmark_cfg.py.
00001 cms.untracked.vstring('FwkJob', 00002 'FwkReport', 00003 'FwkSummary', 00004 'Root_NoDictionary')
Definition at line 154 of file benchmark_cfg.py.
tuple benchmark_cfg::cerr |
00001 cms.untracked.PSet( 00002 INFO = cms.untracked.PSet( 00003 limit = cms.untracked.int32(0) 00004 ), 00005 noTimeStamps = cms.untracked.bool(False), 00006 FwkReport = cms.untracked.PSet( 00007 reportEvery = cms.untracked.int32(100), 00008 optionalPSet = cms.untracked.bool(True), 00009 limit = cms.untracked.int32(10000000) 00010 ), 00011 default = cms.untracked.PSet( 00012 limit = cms.untracked.int32(10000000) 00013 ), 00014 Root_NoDictionary = cms.untracked.PSet( 00015 optionalPSet = cms.untracked.bool(True), 00016 limit = cms.untracked.int32(0) 00017 ), 00018 threshold = cms.untracked.string('INFO'), 00019 FwkJob = cms.untracked.PSet( 00020 optionalPSet = cms.untracked.bool(True), 00021 limit = cms.untracked.int32(0) 00022 ), 00023 FwkSummary = cms.untracked.PSet( 00024 reportEvery = cms.untracked.int32(1), 00025 optionalPSet = cms.untracked.bool(True), 00026 limit = cms.untracked.int32(10000000) 00027 ), 00028 optionalPSet = cms.untracked.bool(True) 00029 )
Definition at line 96 of file benchmark_cfg.py.
00001 cms.untracked.PSet( 00002 threshold = cms.untracked.string('WARNING'), 00003 output = cms.untracked.string('cerr'), 00004 optionalPSet = cms.untracked.bool(True) 00005 )
Definition at line 84 of file benchmark_cfg.py.
Referenced by edm::service::MessageLoggerDefaults::hardwireGridJobMode(), and edm::service::MessageLoggerDefaults::hardwireReleaseValidationJobMode().
tuple benchmark_cfg::collateHistograms = cms.untracked.bool(False) |
Definition at line 175 of file benchmark_cfg.py.
tuple benchmark_cfg::collectorHost = cms.untracked.string('localhost') |
Definition at line 165 of file benchmark_cfg.py.
tuple benchmark_cfg::collectorPort = cms.untracked.int32(9090) |
Definition at line 166 of file benchmark_cfg.py.
tuple benchmark_cfg::cout |
Definition at line 81 of file benchmark_cfg.py.
tuple benchmark_cfg::debug = cms.untracked.bool(False) |
Definition at line 167 of file benchmark_cfg.py.
Definition at line 145 of file benchmark_cfg.py.
tuple benchmark_cfg::debugs |
Definition at line 77 of file benchmark_cfg.py.
tuple benchmark_cfg::default |
Definition at line 92 of file benchmark_cfg.py.
tuple benchmark_cfg::deltaRMax = cms.double(0.05) |
Definition at line 58 of file benchmark_cfg.py.
00001 cms.untracked.vstring('warnings', 00002 'errors', 00003 'infos', 00004 'debugs', 00005 'cout', 00006 'cerr')
Definition at line 139 of file benchmark_cfg.py.
tuple benchmark_cfg::doMetPlots = cms.bool(False) |
Definition at line 62 of file benchmark_cfg.py.
Referenced by GenericBenchmark::setup().
tuple benchmark_cfg::duplicateCheckMode = cms.untracked.string('noDuplicateCheck') |
Definition at line 7 of file benchmark_cfg.py.
tuple benchmark_cfg::errors |
Definition at line 136 of file benchmark_cfg.py.
Referenced by FastFedCablingAlgorithm::analyse(), MuonSeedsAnalyzer::analyze(), DQMMessageLogger::analyze(), LogMessageMonitor::analyze(), CSCSegAlgoSK::buildSegments(), SiPixelActionExecutor::checkQTestResults(), GsfBetheHeitlerUpdator::compute(), DTSurveyChamber::compute(), HTrack::computePull(), FineDelayHistosUsingDb::create(), PedestalsHistosUsingDb::create(), PedsFullNoiseHistosUsingDb::create(), FastFedCablingHistosUsingDb::create(), VpspScanHistosUsingDb::create(), PedsOnlyHistosUsingDb::create(), NoiseHistosUsingDb::create(), CalibrationHistosUsingDb::create(), LatencyHistosUsingDb::create(), ApvTimingHistosUsingDb::create(), OptoScanHistosUsingDb::create(), InOutConversionSeedFinder::createSeed(), DDCheckMaterials(), HcalDbXml::dumpObject(), CastorDbXml::dumpObject(), EEDataCertificationTask::endLuminosityBlock(), EBDataCertificationTask::endLuminosityBlock(), HLTTauCertifier::endRun(), TrackAnalyzer::fillHistosForState(), HLTLogMonitorFilter::filter(), LogErrorEventFilter::filter(), SiStripElectronAlgo::findElectron(), CSCValidation::fitX(), CSCOfflineMonitor::fitX(), MinL3AlgoUnivErr< IDdet >::getError(), SiPixelCPEGenericDBErrorParametrization::getError(), NoiseHistograms::histoAnalysis(), ApvTimingHistograms::histoAnalysis(), OptoScanHistograms::histoAnalysis(), PedsFullNoiseHistograms::histoAnalysis(), PedsOnlyHistograms::histoAnalysis(), PedestalsHistograms::histoAnalysis(), VpspScanHistograms::histoAnalysis(), FastFedCablingHistograms::histoAnalysis(), htmlErrors(), MuonUpdatorAtVertex::MuonUpdatorAtVertex(), HcalTopologyRestrictionParser::parse(), cscdqm::EventProcessor::processCSC(), L1TCSCTFClient::processHistograms(), SiPixelRawToDigi::produce(), edm::LogErrorHarvester::produce(), DTSurvey::ReadChambers(), CocoaAnalyzer::ReadXMLFile(), BasicTrajectoryState::rescaleError(), PixelFitterByConformalMappingAndLine::run(), TrackFitter::run(), PixelFitterByHelixProjections::run(), CandMassKinFitter::set(), CommissioningAnalysis::setErrorCodes(), SigmaPtDiff::SigmaPtDiff(), CSCEventData::unpack_data(), and MuonAlignmentOutputXML::write().
string benchmark_cfg::fa = 'RelValQCD' |
Definition at line 13 of file benchmark_cfg.py.
Referenced by VVIObjDetails::dzero().
string benchmark_cfg::fb = 'FlatPt_15_3000_Fast' |
Definition at line 14 of file benchmark_cfg.py.
Referenced by HLTHeavyIon::analyze(), VVIObjDetails::dzero(), TriggerSummaryProducerAOD::endJob(), TriggerSummaryProducerAOD::produce(), edm::InputSource::readFile(), HLTHeavyIon::setup(), and HtrXmlPatternTool::writeXML().
string benchmark_cfg::fc = 'ParticleFlow' |
Definition at line 15 of file benchmark_cfg.py.
Referenced by EcalTrapezoidParameters::EcalTrapezoidParameters(), HcalHardcodeGeometryLoader::makeCell(), CastorHardcodeGeometryLoader::makeCell(), KinematicTree::motherParticle(), HcalPatternSource::produce(), HcalUnpacker::unpack(), and EcalTrapezoidParameters::vertexList().
tuple benchmark_cfg::fileNames |
00001 cms.untracked.vstring('/store/relval/CMSSW_3_3_0/RelValQCD_Pt_80_120/GEN-SIM-RECO/MC_31X_V9-v1/0009/880AA097-75B7-DE11-B848-001D09F23C73.root', 00002 '/store/relval/CMSSW_3_3_0/RelValQCD_Pt_80_120/GEN-SIM-RECO/MC_31X_V9-v1/0008/CC9C9FAC-86B6-DE11-8A1B-001D09F24FEC.root', 00003 '/store/relval/CMSSW_3_3_0/RelValQCD_Pt_80_120/GEN-SIM-RECO/MC_31X_V9-v1/0008/A44075CB-7FB6-DE11-8010-000423D98868.root', 00004 '/store/relval/CMSSW_3_3_0/RelValQCD_Pt_80_120/GEN-SIM-RECO/MC_31X_V9-v1/0008/6E433585-84B6-DE11-A3E1-001D09F2437B.root', 00005 '/store/relval/CMSSW_3_3_0/RelValQCD_Pt_80_120/GEN-SIM-RECO/MC_31X_V9-v1/0008/285A7AC1-82B6-DE11-BA29-001D09F2525D.root', 00006 '/store/relval/CMSSW_3_3_0/RelValQCD_Pt_80_120/GEN-SIM-RECO/MC_31X_V9-v1/0008/12755919-88B6-DE11-8FF2-000423D996C8.root', 00007 '/store/relval/CMSSW_3_3_0/RelValQCD_Pt_80_120/GEN-SIM-RECO/MC_31X_V9-v1/0008/04B93222-89B6-DE11-93E9-001D09F29524.root')
Definition at line 9 of file benchmark_cfg.py.
tuple benchmark_cfg::filter = cms.untracked.string('') |
Definition at line 163 of file benchmark_cfg.py.
00001 cms.untracked.PSet( 00002 default = cms.untracked.PSet( 00003 limit = cms.untracked.int32(0) 00004 ), 00005 optionalPSet = cms.untracked.bool(True), 00006 FwkJob = cms.untracked.PSet( 00007 optionalPSet = cms.untracked.bool(True), 00008 limit = cms.untracked.int32(10000000) 00009 ) 00010 )
Definition at line 125 of file benchmark_cfg.py.
Referenced by edm::service::MessageLoggerDefaults::hardwireGridJobMode(), and edm::service::MessageLoggerDefaults::hardwireReleaseValidationJobMode().
Definition at line 158 of file benchmark_cfg.py.
Referenced by edm::service::MessageLoggerScribe::configure_fwkJobReports(), edm::service::MessageServicePSetValidation::fwkJobReportPSets(), edm::service::MessageServicePSetValidation::noOtherPsets(), and edm::service::MessageServicePSetValidation::psetLists().
tuple benchmark_cfg::infos |
00001 cms.untracked.PSet( 00002 optionalPSet = cms.untracked.bool(True), 00003 Root_NoDictionary = cms.untracked.PSet( 00004 optionalPSet = cms.untracked.bool(True), 00005 limit = cms.untracked.int32(0) 00006 ), 00007 placeholder = cms.untracked.bool(True) 00008 )
Definition at line 146 of file benchmark_cfg.py.
Referenced by edmplugin::PluginCapabilities::available(), FWLiteJobMetadataManager::doUpdate(), and FWFFMetadataManager::doUpdate().
tuple benchmark_cfg::input = cms.untracked.int32(-1) |
Definition at line 185 of file benchmark_cfg.py.
tuple benchmark_cfg::InputRecoLabel = cms.InputTag("pfAllElectrons") |
Definition at line 61 of file benchmark_cfg.py.
tuple benchmark_cfg::InputTruthLabel = cms.InputTag("gensource") |
Definition at line 60 of file benchmark_cfg.py.
tuple benchmark_cfg::makeTriggerResults = cms.untracked.bool(True) |
Definition at line 37 of file benchmark_cfg.py.
tuple benchmark_cfg::maxDeltaEt = cms.double(50.0) |
Definition at line 59 of file benchmark_cfg.py.
tuple benchmark_cfg::maxDeltaPhi = cms.double(0.5) |
Definition at line 47 of file benchmark_cfg.py.
tuple benchmark_cfg::maxEta = cms.double(2.5) |
Definition at line 50 of file benchmark_cfg.py.
tuple benchmark_cfg::minDeltaEt = cms.double(-100.0) |
Definition at line 55 of file benchmark_cfg.py.
Referenced by PFBenchmarkAlgo::matchByDeltaEt().
tuple benchmark_cfg::minDeltaPhi = cms.double(-0.5) |
Definition at line 53 of file benchmark_cfg.py.
Referenced by L1MuonMatcherAlgo::matchGeneric().
tuple benchmark_cfg::minEta = cms.double(-1) |
Definition at line 51 of file benchmark_cfg.py.
Referenced by MaterialBudgetCastorHistos::book(), MaterialBudgetForward::book(), CSCSectorReceiverLUT::calcGlobalEtaME(), FWECALDetailViewBuilder::fillData(), DetIdAssociator::getDetIdsCloseToAPoint(), MuonErrorMatrix::MuonErrorMatrix(), EcalIndexingTools::setBinRange(), and GenericBenchmark::setup().
tuple benchmark_cfg::name = cms.untracked.string('pileUpOnPFCandidates') |
Definition at line 41 of file benchmark_cfg.py.
tuple benchmark_cfg::noEventSort = cms.untracked.bool(True) |
Definition at line 6 of file benchmark_cfg.py.
tuple benchmark_cfg::OnlyTwoJets = cms.bool(False) |
Definition at line 49 of file benchmark_cfg.py.
tuple benchmark_cfg::OutputFile = cms.untracked.string('benchmark.root') |
Definition at line 56 of file benchmark_cfg.py.
tuple benchmark_cfg::pdgId = cms.vint32(11, -11) |
Definition at line 18 of file benchmark_cfg.py.
Referenced by GenSpecificAlgo::addInfo(), FBaseSimEvent::addParticles(), Rivet::CMS_EWK_10_012::analyze(), IsolatedGenParticles::analyze(), PhotonValidator::analyze(), MBUEandQCDValidation::analyze(), VertexHistoryAnalyzer::analyze(), Rivet::MC_LES_HOUCHES_SYSTEMATICS_CMS::analyze(), IsolatedParticlesGeneratedJets::analyze(), myFastSimVal::analyze(), TrackHistoryAnalyzer::analyze(), TkConvValidator::analyze(), StGenEvent::associatedB(), reco::FlavorHistoryEvent::cache(), JetPartonMatching::calculate(), PFMETBenchmark::calculateQuantities(), TopGenEvent::candidate(), TrackingVerboseAction::checkTrackingVerbose(), METManager::computeGenMET(), GenParticleProducer::convertParticle(), TopGenEvent::daughterQuarkOfWPlus(), StGenEvent::decayB(), MuScleFitPlotter::fillGen1(), MuScleFitPlotter::fillGen2(), reco::modules::JetFlavourIdentifier::fillLeptons(), JetPartonMatcher::fillPhysicsDefinition(), reco::modules::JetFlavourIdentifier::findCandidates(), TtGenEvent::fromGluonFusion(), TtGenEvent::fromQuarkAnnihilation(), InputGenJetsParticleSelector::fromResonance(), TtGenEvent::fullLeptonicChannel(), CustomParticleFactory::getMassTable(), PrimaryVertexAnalyzer4PU::getSimPVs(), TtGenEvent::hadronicDecayB(), TtGenEvent::hadronicDecayTop(), TtGenEvent::hadronicDecayTopRadiation(), TtGenEvent::hadronicDecayW(), reco::modules::JetFlavourIdentifier::heaviestFlavour(), TrackingTruthProducer::isBremsstrahlungVertex(), InputGenJetsParticleSelector::isExcludedFromResonance(), InputGenJetsParticleSelector::isHadron(), lhef::JetInput::isHadron(), InputGenJetsParticleSelector::isIgnored(), MBUEandQCDValidation::isNeutral(), MBUEandQCDValidation::isNeutrino(), lhef::JetInput::isParton(), InputGenJetsParticleSelector::isParton(), InputGenJetsParticleSelector::isResonance(), lhef::JetInput::isResonance(), TtGenEvent::lepton(), TtGenEvent::leptonBar(), TtGenEvent::leptonicDecayB(), TtGenEvent::leptonicDecayTop(), TtGenEvent::leptonicDecayTopRadiation(), TtGenEvent::leptonicDecayW(), CustomParticleFactory::loadCustomParticles(), TtGenEvent::neutrino(), TtGenEvent::neutrinoBar(), TopGenEvent::numberOfBQuarks(), TopGenEvent::numberOfLeptons(), TrackHistoryAnalyzer::particleString(), VertexHistoryAnalyzer::particleString(), FlavorHistoryProducer::produce(), WeakEffectsWeightProducer::produce(), GenParticleProducer::produce(), TruthTauDecayModeProducer::produce(), TopGenEvent::radiatedGluons(), TtGenEvent::semiLeptonicChannel(), lhef::BranchingRatios::set(), objMon< T >::setMC(), TrackingTruthProducer::setTrackingParticle(), TtGenEvent::singleLepton(), StGenEvent::singleLepton(), TtGenEvent::singleNeutrino(), StGenEvent::singleNeutrino(), StGenEvent::singleTop(), StGenEvent::singleW(), ParticleReplacerClass::testEvent(), TrackHistoryAnalyzer::vertexString(), and VertexHistoryAnalyzer::vertexString().
tuple benchmark_cfg::pdtFileName = cms.FileInPath('SimGeneral/HepPDTESSource/data/pythiaparticle.tbl') |
Definition at line 180 of file benchmark_cfg.py.
tuple benchmark_cfg::PFCandidates = cms.InputTag("particleFlow") |
Definition at line 32 of file benchmark_cfg.py.
Referenced by PFSpecificAlgo::addInfo().
tuple benchmark_cfg::PlotAgainstRecoQuantities = cms.bool(False) |
Definition at line 54 of file benchmark_cfg.py.
tuple benchmark_cfg::process = cms.Process("TEST") |
Definition at line 3 of file benchmark_cfg.py.
tuple benchmark_cfg::publishFrequency = cms.untracked.double(5.0) |
Definition at line 164 of file benchmark_cfg.py.
tuple benchmark_cfg::recPt = cms.double(2.0) |
Definition at line 52 of file benchmark_cfg.py.
tuple benchmark_cfg::referenceFileName = cms.untracked.string('') |
Definition at line 173 of file benchmark_cfg.py.
tuple benchmark_cfg::Rethrow |
00001 cms.untracked.vstring('Unknown', 00002 'ProductNotFound', 00003 'DictionaryNotFound', 00004 'InsertFailure', 00005 'Configuration', 00006 'LogicError', 00007 'UnimplementedFeature', 00008 'InvalidReference', 00009 'NullPointerError', 00010 'NoProductSpecified', 00011 'EventTimeout', 00012 'EventCorruption', 00013 'ModuleFailure', 00014 'ScheduleExecutionFailure', 00015 'EventProcessorFailure', 00016 'FileInPathError', 00017 'FatalRootError', 00018 'NotFound')
Definition at line 39 of file benchmark_cfg.py.
Definition at line 8 of file benchmark_cfg.py.
tuple benchmark_cfg::select |
Definition at line 25 of file benchmark_cfg.py.
Referenced by CandCombinerBase< OutputCollection, CandPtr >::combine(), evf::ExceptionGenerator::defaultWebPage(), CSCSkim::doLongSATrack(), FlavorHistoryFilter::filter(), helper::CollectionFilter< C, S, MinNumberSelector >::filter(), helper::CollectionFilter< C, S, N >::filter(), spr::goodTrack(), PFRecoTauDiscriminationByInvMass::PFRecoTauDiscriminationByInvMass(), Select::printHTML(), Navigator::printSelectHTML(), ContentViewer::printSelectHTML(), reco::PhysObjectMatcher< C1, C2, S, D, Q >::produce(), reco::modules::MatcherBase< C1, C2, M >::produce(), reco::modulesNew::Matcher< C1, C2, S, D >::produce(), edm::multicore::MessageReceiverForSource::receive(), HCAL_HLX::TCPReceiver::ReceiveLumiSection(), ora::QueryableVector< Tp >::select(), HcalLaserDigi::setLaserControl(), and DTCtcp::WaitData().
tuple benchmark_cfg::src = cms.InputTag("pfNoPileUp") |
Definition at line 19 of file benchmark_cfg.py.
tuple benchmark_cfg::StartFromGen = cms.bool(False) |
Definition at line 57 of file benchmark_cfg.py.
Definition at line 95 of file benchmark_cfg.py.
Referenced by edm::service::MessageLoggerScribe::configure_statistics(), edm::service::MessageServicePSetValidation::noOtherPsets(), edm::service::MessageServicePSetValidation::psetLists(), and edm::service::MessageServicePSetValidation::statisticsPSets().
Definition at line 80 of file benchmark_cfg.py.
Definition at line 76 of file benchmark_cfg.py.
Definition at line 135 of file benchmark_cfg.py.
tuple benchmark_cfg::topCollection = cms.InputTag("pfPileUp") |
Definition at line 40 of file benchmark_cfg.py.
Referenced by pf2pat::TopProjectorAlgo< Top, Bottom >::processCollection(), and TopProjector< Top, Bottom >::processCollection().
tuple benchmark_cfg::verbose = cms.untracked.bool(False) |
Definition at line 33 of file benchmark_cfg.py.
tuple benchmark_cfg::verboseQT = cms.untracked.int32(0) |
Definition at line 172 of file benchmark_cfg.py.
Referenced by QualityTester::performTests(), and QualityTester::QualityTester().
tuple benchmark_cfg::Vertices = cms.InputTag("offlinePrimaryVerticesWithBS") |
Definition at line 34 of file benchmark_cfg.py.
tuple benchmark_cfg::wantSummary = cms.untracked.bool(True) |
Definition at line 38 of file benchmark_cfg.py.
tuple benchmark_cfg::warnings |
Definition at line 89 of file benchmark_cfg.py.
Referenced by SiPixelActionExecutor::checkQTestResults(), HLTTauCertifier::endRun(), and edm::service::MessageLoggerDefaults::hardwireAnalysisJobMode().