#include "DataFormats/Provenance/interface/BranchType.h"
#include "DataFormats/Provenance/interface/EventSelectionID.h"
#include "DataFormats/Provenance/interface/History.h"
#include "DataFormats/Provenance/interface/ParameterSetBlob.h"
#include "DataFormats/Provenance/interface/ParameterSetID.h"
#include "DataFormats/Provenance/interface/ProcessHistoryRegistry.h"
#include "DataFormats/Provenance/interface/ProductRegistry.h"
#include "DataFormats/Provenance/interface/Parentage.h"
#include "DataFormats/Provenance/interface/ProductProvenance.h"
#include "DataFormats/Provenance/interface/StoredProductProvenance.h"
#include "DataFormats/Provenance/interface/ParentageRegistry.h"
#include "FWCore/Catalog/interface/InputFileCatalog.h"
#include "FWCore/ParameterSet/interface/ParameterSet.h"
#include "FWCore/ParameterSet/interface/Registry.h"
#include "FWCore/ServiceRegistry/interface/ServiceRegistry.h"
#include "FWCore/Services/src/SiteLocalConfigService.h"
#include "FWCore/Utilities/interface/Algorithms.h"
#include "FWCore/Utilities/interface/Exception.h"
#include "FWCore/Utilities/interface/propagate_const.h"
#include "TError.h"
#include "TFile.h"
#include "TTree.h"
#include "boost/program_options.hpp"
#include <cassert>
#include <iostream>
#include <memory>
#include <map>
#include <set>
#include <sstream>
#include <vector>
Go to the source code of this file.
Classes | |
class | ProvenanceDumper |
Typedefs | |
typedef std::map< std::string, std::vector < edm::BranchDescription > > | IdToBranches |
typedef std::map< std::pair < std::string, std::string > , IdToBranches > | ModuleToIdBranches |
Functions | |
static void | appendToSet (std::set< std::string > &iSet, std::vector< std::string > const &iFrom) |
std::string | eventSetupComponent (char const *iType, std::string const &iCompName, edm::ParameterSet const &iProcessConfig, std::string const &iProcessName) |
int | main (int argc, char *argv[]) |
std::string | nonProducerComponent (std::string const &iCompName, edm::ParameterSet const &iProcessConfig, std::string const &iProcessName) |
std::ostream & | operator<< (std::ostream &os, edm::ProcessHistory &iHist) |
static std::ostream & | prettyPrint (std::ostream &oStream, edm::ParameterSet const &iPSet, std::string const &iIndent, std::string const &iIndentDelta) |
static std::ostream & | prettyPrint (std::ostream &os, edm::ParameterSetEntry const &psetEntry, std::string const &iIndent, std::string const &iIndentDelta) |
static std::ostream & | prettyPrint (std::ostream &os, edm::VParameterSetEntry const &vpsetEntry, std::string const &iIndent, std::string const &iIndentDelta) |
static std::string | topLevelPSet (std::string const &iName, edm::ParameterSet const &iProcessConfig, std::string const &iProcessName) |
Variables | |
static std::string const | input = std::string("@main_input") |
static char const *const | kDependenciesCommandOpt = "dependencies,d" |
static char const *const | kDependenciesOpt = "dependencies" |
static char const *const | kDontPrintProductsCommandOpt = "dontPrintProducts,p" |
static char const *const | kDontPrintProductsOpt = "dontPrintProducts" |
static char const *const | kDumpPSetIDCommandOpt = "dumpPSetID,i" |
static char const *const | kDumpPSetIDOpt = "dumpPSetID" |
static char const *const | kExcludeESModulesCommandOpt = "excludeESModules,e" |
static char const *const | kExcludeESModulesOpt = "excludeESModules" |
static char const *const | kExtendedAncestorsCommandOpt = "extendedAncestors,x" |
static char const *const | kExtendedAncestorsOpt = "extendedAncestors" |
static char const *const | kExtendedDescendantsCommandOpt = "extendedDescendants,c" |
static char const *const | kExtendedDescendantsOpt = "extendedDescendants" |
static char const *const | kFileNameOpt = "input-file" |
static char const *const | kFindMatchCommandOpt = "findMatch,f" |
static char const *const | kFindMatchOpt = "findMatch" |
static char const *const | kHelpCommandOpt = "help,h" |
static char const *const | kHelpOpt = "help" |
static char const *const | kShowAllModulesCommandOpt = "showAllModules,a" |
static char const *const | kShowAllModulesOpt = "showAllModules" |
static char const *const | kShowTopLevelPSetsCommandOpt ="showTopLevelPSets,t" |
static char const *const | kShowTopLevelPSetsOpt = "showTopLevelPSets" |
static char const *const | kSortCommandOpt = "sort,s" |
static char const *const | kSortOpt = "sort" |
static std::string const | source = std::string("source") |
static std::string const | triggerPaths = std::string("@trigger_paths") |
static std::string const | triggerResults = std::string("TriggerResults") |
typedef std::map<std::string, std::vector<edm::BranchDescription> > IdToBranches |
Definition at line 36 of file EdmProvDump.cc.
typedef std::map<std::pair<std::string, std::string>, IdToBranches> ModuleToIdBranches |
Definition at line 37 of file EdmProvDump.cc.
|
static |
std::string eventSetupComponent | ( | char const * | iType, |
std::string const & | iCompName, | ||
edm::ParameterSet const & | iProcessConfig, | ||
std::string const & | iProcessName | ||
) |
Definition at line 159 of file EdmProvDump.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), mergeVDriftHistosByStation::name, prettyPrint(), TrackValidation_cff::pset, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 1090 of file EdmProvDump.cc.
References ecal_dqm_sourceclient-live_cfg::cerr, gather_cfg::cout, ProvenanceDumper::dump(), alignCSCRings::e, relativeConstraints::error, cppFunctionSkipper::exception, ProvenanceDumper::exitCode(), MillePedeFileConverter_cfg::fileName, kDependenciesCommandOpt, kDontPrintProductsCommandOpt, kDumpPSetIDOpt, fwlog::kError, kExtendedDescendantsCommandOpt, kFileNameOpt, kFindMatchCommandOpt, kFindMatchOpt, kHelpCommandOpt, kShowAllModulesCommandOpt, AlCaHLTBitMon_ParallelJobs::options, AlCaHLTBitMon_ParallelJobs::p, ProvenanceDumper::printErrors(), DTTTrigCorrFirst::run, AlCaHLTBitMon_QueryRunRegistry::string, cms::Exception::what(), and x().
std::string nonProducerComponent | ( | std::string const & | iCompName, |
edm::ParameterSet const & | iProcessConfig, | ||
std::string const & | iProcessName | ||
) |
Definition at line 241 of file EdmProvDump.cc.
References edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), diffTwoXMLs::label, prettyPrint(), TrackValidation_cff::pset, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
std::ostream& operator<< | ( | std::ostream & | os, |
edm::ProcessHistory & | iHist | ||
) |
Definition at line 135 of file EdmProvDump.cc.
References dataformats::indent(), LaserDQM_cfg::process, and AlCaHLTBitMon_QueryRunRegistry::string.
|
static |
Definition at line 443 of file EdmProvDump.cc.
References edm::ParameterSet::psetTable(), AlCaHLTBitMon_QueryRunRegistry::string, edm::ParameterSet::tbl(), and edm::ParameterSet::vpsetTable().
Referenced by ProvenanceDumper::dumpParameterSetForID_(), eventSetupComponent(), nonProducerComponent(), prettyPrint(), topLevelPSet(), and ProvenanceDumper::work_().
|
static |
Definition at line 416 of file EdmProvDump.cc.
References edm::ParameterSetEntry::isTracked(), prettyPrint(), and edm::ParameterSetEntry::pset().
|
static |
Definition at line 424 of file EdmProvDump.cc.
References edm::VParameterSetEntry::isTracked(), prettyPrint(), dqm_diff::start, AlCaHLTBitMon_QueryRunRegistry::string, and edm::VParameterSetEntry::vpset().
|
static |
Definition at line 304 of file EdmProvDump.cc.
References edm::ParameterSet::getParameterSet(), prettyPrint(), TrackValidation_cff::pset, and mps_fire::result.
Referenced by findBinOfMaximum().
|
static |
Definition at line 44 of file EdmProvDump.cc.
Referenced by addFile(), metsig::significanceAlgo::addSignifMatrix(), edm::DataMixingSiPixelWorker::addSiPixelPileups(), edm::DataMixingSiPixelMCDigiWorker::addSiPixelPileups(), edm::DataMixingSiPixelWorker::addSiPixelSignals(), edm::DataMixingSiPixelMCDigiWorker::addSiPixelSignals(), edm::DataMixingSiStripWorker::addSiStripPileups(), edm::DataMixingSiStripMCDigiWorker::addSiStripPileups(), edm::DataMixingSiStripWorker::addSiStripSignals(), edm::DataMixingSiStripMCDigiWorker::addSiStripSignals(), BufferedBoostIODBWriter::analyze(), L1CaloInputScalesGenerator::analyze(), L1CaloInputScaleTester::analyze(), RecoTauPlotDiscriminator::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), FFTJetCorrectorDBWriter::analyze(), SiPixelDigiSource::analyze(), HitEff::analyze(), FFTJetImageRecorder::analyze(), SiPixelRawDataErrorSource::analyze(), HLTGetDigi::analyze(), SiPixelClusterSource::analyze(), FFTJetPileupAnalyzer::analyze(), reco::PFTauDecayMode::associatedChargedPFCandidates(), reco::PFTauDecayMode::associatedNeutralPFCandidates(), cond::auth::Cipher::b64decrypt(), METCorrectorDBWriter::beginJob(), MuonErrorMatrix::complicatedTerm(), convertFile(), APVModeFilter::convertMode(), sistrip::SpyUnpacker::createDigis(), sistrip::RawToDigiUnpacker::createDigis(), d2str(), PhysicsTools::VarProcessor::deriv(), edm::DetSetVector< T >::DetSetVector(), dumpFiles(), EcalTBCrystalMap::EcalTBCrystalMap(), encodeFile(), SiStripLorentzAngleCalibration::endOfJob(), SiStripBackplaneCalibration::endOfJob(), SiPixelLorentzAngleCalibration::endOfJob(), EcalDeadChannelRecoveryNN< DetIdT >::estimateEnergy(), PhysicsTools::VarProcessor::eval(), L1RCTReceiverCard::fileInput(), pat::helper::OverlapBySuperClusterSeed::fillOverlapsForItem(), LaserAlignmentEventFilter::filter(), ClusterMultiplicityFilter::filter(), PFTauViewRefSelector::filter(), RecoTauDiscriminatorRefSelectorImpl< T >::filter(), reco::tau::AssociationMatchRefSelector< InputType, MatchedType, OutputType, ClonePolicy >::filter(), FFTJetDijetFilter::filter(), reco::PFTauDecayMode::filteredPFCandidates(), CrossingPtBasedLinearizationPointFinder::find(), DivisiveClusterizer1D< T >::findCandidates(), pixeltemp::DivisiveClusterizer1D< T >::findCandidates(), KinematicParticleVertexFitter::fit(), KinematicConstrainedVertexFitter::fit(), KinematicConstrainedVertexFitterT< nTrk, nConstraint >::fit(), FixedGridEnergyDensity::FixedGridEnergyDensity(), gen::PyquenHadronizer::generatePartonsAndHadronize(), gen::HydjetHadronizer::generatePartonsAndHadronize(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), FFTJetProducer::genJetPreclusters(), SiStripHistoId::getComponentId(), L1RPCHsbConfig::getHsbMask(), OMTFReconstruction::getProcessorCandidates(), SiPixelHistogramId::getRawId(), MixEvtVtxGenerator::getRecVertex(), MixBoostEvtVtxGenerator::getRecVertex(), METCorrectorParametersCollection::getSections(), JetCorrectorParametersCollection::getSections(), MixEvtVtxGenerator::getVertex(), MixBoostEvtVtxGenerator::getVertex(), edm::HiMixingModule::HiMixingModule(), i2str(), CSCOverlapsAlignmentAlgorithm::initialize(), MuonTaggerNoIPMLP::input0xb50d328(), MuonTaggerNoIPMLP::input0xb50d550(), MuonTaggerNoIPMLP::input0xb50d810(), MuonTaggerNoIPMLP::input0xb50dad0(), MuonTaggerNoIPMLP::input0xb50de18(), MuonTaggerNoIPMLP::input0xb50e090(), MuonTaggerNoIPMLP::input0xb50e350(), MuonTaggerNoIPMLP::input0xb50e5c0(), MuonTaggerNoIPMLP::input0xb50e6c8(), MuonTaggerNoIPMLP::input0xb50e968(), MuonTaggerNoIPMLP::input0xb50ec28(), MuonTaggerNoIPMLP::input0xb50eee8(), MuonTaggerNoIPMLP::input0xb50f1a8(), MuonTaggerNoIPMLP::input0xb50f4f0(), MuonTaggerNoIPMLP::input0xb50fae8(), MuonTaggerNoIPMLP::input0xb50fda8(), MuonTaggerNoIPMLP::input0xb510310(), MuonTaggerNoIPMLP::input0xb510650(), MuonTaggerNoIPMLP::input0xb510a58(), MuonTaggerNoIPMLP::input0xb510f10(), cms::SubEventGenJetProducer::inputTowers(), VirtualJetProducer::inputTowers(), SiStripDetKey::isConsistent(), SiStripFecKey::isConsistent(), SiStripFedKey::isConsistent(), SiStripDetKey::isEqual(), SiStripFecKey::isEqual(), SiStripFedKey::isEqual(), JetCorrectorParameters::JetCorrectorParameters(), FFTJetProducer::loadEnergyFlow(), SiStripAPVRestorer::LoadMeanCMMap(), FFTJetProducer::loadSparseTreeData(), edm::service::SiteLocalConfigService::lookupCalibConnect(), main(), edm::makeInput(), HLTConfigProvider::matched(), METCorrectorParameters::METCorrectorParameters(), HiggsValidation::MonitoredDecays::MonitoredDecays(), MuonTaggerNoIPMLP::neuron0xb50d328(), MuonTaggerNoIPMLP::neuron0xb50d550(), MuonTaggerNoIPMLP::neuron0xb50d810(), MuonTaggerNoIPMLP::neuron0xb50dad0(), MuonTaggerNoIPMLP::neuron0xb50de18(), MuonTaggerNoIPMLP::neuron0xb50e090(), MuonTaggerNoIPMLP::neuron0xb50e350(), MuonTaggerNoIPMLP::neuron0xb50e5c0(), MuonTaggerNoIPMLP::neuron0xb50e6c8(), MuonTaggerNoIPMLP::neuron0xb50e968(), MuonTaggerNoIPMLP::neuron0xb50ec28(), MuonTaggerNoIPMLP::neuron0xb50eee8(), MuonTaggerNoIPMLP::neuron0xb50f1a8(), MuonTaggerNoIPMLP::neuron0xb50f4f0(), MuonTaggerNoIPMLP::neuron0xb50fae8(), MuonTaggerNoIPMLP::neuron0xb50fda8(), MuonTaggerNoIPMLP::neuron0xb510310(), MuonTaggerNoIPMLP::neuron0xb510650(), MuonTaggerNoIPMLP::neuron0xb510a58(), MuonTaggerNoIPMLP::neuron0xb510f10(), SiStripPartition::operator!=(), SiStripDbParams::operator!=(), AnomalousTower::operator()(), BlockSolver::operator()(), FullConvolutionWithMaterial::operator()(), DivisiveClusterizer1D< T >::operator()(), pixeltemp::DivisiveClusterizer1D< T >::operator()(), egPM::Param< reco::ElectronSeed >::operator()(), operator>>(), trivialParser::parse(), PFClusterCollectionMerger::PFClusterCollectionMerger(), PlotCombiner(), printTrackerMap(), HistogramProbabilityEstimator::probability(), FFTJetTreeDump::processTreeData(), PileupSummaryInfoSlimmer::produce(), RawDataCollectorByLabel::produce(), PFClusterCollectionMerger::produce(), ScaleCorrMETData::produce(), SiPixelClusterShapeCacheProducer::produce(), sistrip::ExcludedFEDListProducer::produce(), SiStripClusterToDigiProducer::produce(), PixelClusterSelectorTopBottom::produce(), reco::tautools::CopyProducer< Collection >::produce(), StripClusterSelectorTopBottom::produce(), cms::ReconstructerFP420::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), cms::ElseMETProducer::produce(), pat::ModifiedObjectProducer< T >::produce(), cms::PFClusterMETProducer::produce(), cms::GenMETProducer::produce(), cms::TrackerizerFP420::produce(), cms::ClusterizerFP420::produce(), cms::CaloMETProducer::produce(), FFTJetPileupEstimator::produce(), SiStripMeanCMExtractor::produce(), SiPixelClusterProducer::produce(), cms::PFMETProducer::produce(), cms::SiPixelRecHitConverter::produce(), HLTRecHitInAllL1RegionsProducer< RecHitType >::produce(), L1RCTReceiverCard::randomInput(), edm::read_whole_file(), XMLConfigReader::readEvent(), DQMStore::readFilePB(), HcalForwardLibWriter::readUserData(), DualBzeroTrajectoryFactory::referenceStateAndRecHits(), DualTrajectoryFactory::referenceStateAndRecHits(), optutl::CommandLineParser::removeEnding(), PileUpSubtractor::reset(), SiStripRecHitConverterAlgorithm::run(), DigiSimLinkAlgorithm::run(), PixelUnpackingRegions::run(), CMSInsideOutAlgorithm::run(), cms::SiPixelRecHitConverter::run(), reco::CaloMuon::setCaloCompatibility(), reco::Muon::setCaloCompatibility(), EcalFenixPeakFinder::setInput(), EcalFenixStripFormatEE::setInput(), EcalFenixAmplitudeFilter::setInput(), EcalFenixStripFormatEB::setInput(), L1GctElectronSorter::setInputEmCand(), UEAnalysisSelectorRootple::SetInputList(), hcalCalib::SetInputList(), metsig::significanceAlgo::setSignifMatrix(), l1t::MicroGMTIsolationUnit::setTowerSums(), MuonErrorMatrix::simpleTerm(), SiStripDetKey::SiStripDetKey(), SiStripFecKey::SiStripFecKey(), SiStripFedKey::SiStripFedKey(), TrackClusterSplitter::splitClusters(), SiStripZeroSuppression::StandardZeroSuppression(), SubsystemNeutronReader::SubsystemNeutronReader(), ClusterChecker::tooManyClusters(), BzeroReferenceTrajectoryFactory::trajectories(), DualBzeroTrajectoryFactory::trajectories(), DualTrajectoryFactory::trajectories(), ReferenceTrajectoryFactory::trajectories(), MuonGeometrySanityCheckCustomFrame::transform(), MuonGeometrySanityCheckCustomFrame::transformInverse(), dqmservices::TriggerSelector::trim(), l1t::MicroGMTCaloIndexSelectionLUT::unHashInput(), l1t::MicroGMTAbsoluteIsolationCheckLUT::unHashInput(), PFMETAlgorithmMVA::updateVariableNames(), edm::vector_transform(), SiStripPartition::versions(), ProvenanceDumper::work_(), and LHEXMLStringProduct::writeCompressedContent().
|
static |
Definition at line 1069 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1068 of file EdmProvDump.cc.
|
static |
Definition at line 1081 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1080 of file EdmProvDump.cc.
|
static |
Definition at line 1088 of file EdmProvDump.cc.
|
static |
Definition at line 1087 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1075 of file EdmProvDump.cc.
|
static |
Definition at line 1074 of file EdmProvDump.cc.
|
static |
Definition at line 1071 of file EdmProvDump.cc.
|
static |
Definition at line 1070 of file EdmProvDump.cc.
|
static |
Definition at line 1073 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1072 of file EdmProvDump.cc.
|
static |
Definition at line 1086 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1079 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1078 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1085 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1084 of file EdmProvDump.cc.
|
static |
Definition at line 1077 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1076 of file EdmProvDump.cc.
|
static |
Definition at line 1083 of file EdmProvDump.cc.
|
static |
Definition at line 1082 of file EdmProvDump.cc.
|
static |
Definition at line 1067 of file EdmProvDump.cc.
|
static |
Definition at line 1066 of file EdmProvDump.cc.
|
static |
Definition at line 43 of file EdmProvDump.cc.
Referenced by optutl::CommandLineParser::_runVariableCommandFromString(), optutl::CommandLineParser::_setVariablesFromFile(), XrdAdaptor::RequestManager::addConnections(), HLTHiggsSubAnalysis::analyze(), HLTMuonPlotter::analyze(), HLTMuonPlotter::beginRun(), HLTExoticaPlotter::bookHist(), HLTHiggsPlotter::bookHist(), HLTHiggsSubAnalysis::bookHist(), HLTExoticaSubAnalysis::bookHist(), HLTMuonPlotter::bookHist(), HLTHiggsPlotter::bookHistograms(), HLTHiggsSubAnalysis::bookHistograms(), XrdAdaptor::RequestManager::checkSourcesImpl(), OptOPinhole::defaultBehaviour(), V0Validator::doEfficiencies(), PhysicsTools::TrainProcessor::doTrainBegin(), ESSummaryClient::endLumiAnalyze(), reco::ExpressionEvaluator::ExpressionEvaluator(), SmearedJetProducerT< T >::fillDescriptions(), pat::PATElectronProducer::fillElectron(), HLTExoticaPlotter::fillHist(), HLTHiggsPlotter::fillHist(), HLTHiggsSubAnalysis::fillHist(), HLTExoticaSubAnalysis::fillHist(), PhysicsTools::MVATrainer::fillInputVars(), pat::PATMuonProducer::fillMuon(), ObjectPairFilter< C, S >::filter(), ObjectSelector< SingleElementCollectionSelector< InputCollection, Selector, reco::CandidateCollection, StoreContainer, RefAdder >, reco::CandidateCollection, NonNullNumberSelector >::filter(), PhysicsTools::MVATrainer::findFinalProcessors(), RawEventFileWriterForBU::finishFileWrite(), ora::Version::fromString(), XrdAdaptor::QualityMetricFactory::get(), XrdAdaptor::RequestManager::getActiveSourceNames(), PhysicsTools::MVATrainer::getCalibration(), XrdAdaptor::RequestManager::getDisabledSourceNames(), METCorrectorParametersCollection::getMiniAodBin(), XrdAdaptor::RequestManager::getPrettyActiveSourceNames(), XrdAdaptor::RequestManager::handle(), XrdAdaptor::ClientRequest::HandleResponse(), XrdAdaptor::RequestManager::OpenHandler::HandleResponseWithHosts(), XrdAdaptor::RequestManager::initialize(), PhysicsTools::MVATrainer::loadState(), PhysicsTools::MVATrainer::makeTrainCalibration(), dqmstorepb::ROOTFilePB_Histo::MergeFrom(), dqmstorepb::ROOTFilePB::MergeFrom(), ObjectCountEventSelector< edm::View, AnySelector, MinNumberSelector >::operator()(), cond::parseToken(), cond::persistency::PayloadProxy< cond::persistency::KeyList >::PayloadProxy(), XrdAdaptor::RequestManager::pickSingleSource(), pos::PixelTimeFormatter::PixelTimeFormatter(), HLTExoticaPlotter::plotterBookHistos(), HepMCCopy::produce(), CandOneToOneDeltaRMatcher::produce(), CandOneToManyDeltaRMatcher::produce(), ObjectSelectorProducer< Selector, OutputCollection, PostProcessor, StoreManager, Base, Init >::produce(), lumi::Lumi2DB::retrieveData(), PhysicsTools::MVATrainer::saveState(), lumi::DataPipe::setSource(), SiStripFedCablingBuilderFromDb::SiStripFedCablingBuilderFromDb(), HLTExoticaSubAnalysis::subAnalysisBookHistos(), L1MuBMExtrapolationUnit::which_ext(), L1MuDTExtrapolationUnit::which_ext(), ProvenanceDumper::work_(), popcon::PopCon::write(), lumi::Lumi2DB::writeAllLumiDataToSchema2(), lumi::HLTV32DB::writeHltDataToSchema2(), and lumi::TRGScalers2DB::writeTrgDataToSchema2().
|
static |
Definition at line 42 of file EdmProvDump.cc.
Referenced by edm::DaqProvenanceHelper::DaqProvenanceHelper(), HLTObjectMonitor::dqmBeginRun(), edm::LHEProvenanceHelper::fillCommonProcessParameterSet(), pat::PATTriggerProducer::produce(), and ProvenanceDumper::work_().
|
static |
Definition at line 41 of file EdmProvDump.cc.
Referenced by pat::PackedTriggerPrescales::addPrescaledTrigger(), ElectronGeneralAnalyzer::analyze(), EwkMuDQM::analyze(), EwkElecDQM::analyze(), EwkMuLumiMonitorDQM::analyze(), PixelVTXMonitor::analyze(), StudyHLT::analyze(), dimuonHLTFilterCheck::analyze(), BeamMonitor::analyze(), myJetAna::analyze(), MuTriggerAnalyzer::analyze(), MuonRecoOneHLT::analyze(), GeneralHLTOffline::analyze(), HeavyFlavorValidation::analyze(), HigPhotonJetHLTOfflineSource::analyze(), HLTMuonMatchAndPlotContainer::analyze(), HcalIsoTrkAnalyzer::analyze(), IsoTrig::analyze(), IsoTrackCalibration::analyze(), L1Muon2RecoTreeProducer::analyze(), HLTObjectMonitor::analyze(), IsolatedTracksCone::analyze(), L1MuonRecoTreeProducer::analyze(), GammaJetAnalysis::analyze(), MuScleFit::duringLoop(), SimpleSystematicsAnalyzer::filter(), PdfSystematicsAnalyzer::filter(), myFilter::filter(), WMuNuValidator::filter(), WMuNuSelector::filter(), AlCaHBHEMuonFilter::filter(), AlCaIsoTracksFilter::filter(), pat::PackedTriggerPrescales::getPrescaleForIndex(), FWPathsPopup::postEvent(), PrescaleWeightProvider::prescaleWeight(), pat::PATTriggerObjectStandAloneUnpacker::produce(), AlCaIsoTracksProducer::produce(), GsfElectronDataAnalyzer::trigger(), DQMAnalyzer::trigger(), and ProvenanceDumper::work_().