#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 popcon2dropbox::copy(), gather_cfg::cout, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), eostools::move(), dataset::name, prettyPrint(), muonDTDigis_cfi::pset, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 1100 of file EdmProvDump.cc.
References MessageLogger_cfi::cerr, gather_cfg::cout, ProvenanceDumper::dump(), MillePedeFileConverter_cfg::e, relativeConstraints::error, cppFunctionSkipper::exception, ProvenanceDumper::exitCode(), MillePedeFileConverter_cfg::fileName, utils::gErrorIgnoreLevel, kDependenciesCommandOpt, kDontPrintProductsCommandOpt, kDumpPSetIDOpt, fwlog::kError, kExtendedDescendantsCommandOpt, kFileNameOpt, kFindMatchCommandOpt, kFindMatchOpt, kHelpCommandOpt, kShowAllModulesCommandOpt, AlcaSiPixelAliHarvester0T_cff::options, AlCaHLTBitMon_ParallelJobs::p, ProvenanceDumper::printErrors(), findQualityFiles::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 popcon2dropbox::copy(), gather_cfg::cout, edm::ParameterSet::getParameter(), edm::ParameterSet::getParameterSet(), diffTwoXMLs::label, eostools::move(), prettyPrint(), muonDTDigis_cfi::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 gather_cfg::cout, summarizeEdmComparisonLogfiles::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(), command_line::start, AlCaHLTBitMon_QueryRunRegistry::string, and edm::VParameterSetEntry::vpset().
|
static |
Definition at line 304 of file EdmProvDump.cc.
References appendToSet(), getEcalConditions_orcoffint2r_cff::catalog, popcon2dropbox::copy(), gather_cfg::cout, edm::ServiceRegistry::createContaining(), Exception, corrVsCorr::filename, LaserTracksInput_cfi::fileNames, edm::InputFileCatalog::fileNames(), utils::gErrorIgnoreLevel, edm::ParameterSet::getParameterSet(), fwlog::kError, eostools::move(), dataset::name, cmsPerfStripChart::operate(), prettyPrint(), muonDTDigis_cfi::pset, mps_fire::result, mps_update::results, and AlCaHLTBitMon_QueryRunRegistry::string.
Referenced by findBinOfMaximum().
|
static |
Definition at line 44 of file EdmProvDump.cc.
Referenced by __assert_no_abort(), addFile(), PreMixingSiPixelWorker::addPileups(), PreMixingSiStripWorker::addPileups(), L1MuDTTrackAssembler::address(), L1MuBMTrackAssembler::address(), PreMixingSiPixelWorker::addSignals(), PreMixingSiStripWorker::addSignals(), metsig::significanceAlgo::addSignifMatrix(), edm::DataMixingSiPixelWorker::addSiPixelPileups(), edm::DataMixingSiPixelWorker::addSiPixelSignals(), edm::DataMixingSiStripWorker::addSiStripPileups(), edm::DataMixingSiStripWorker::addSiStripSignals(), SiPixelPhase1DigisV::analyze(), BufferedBoostIODBWriter::analyze(), SiPixelPhase1RecHitsV::analyze(), L1CaloInputScaleTester::analyze(), L1CaloInputScalesGenerator::analyze(), RecoTauPlotDiscriminator::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), FFTJetCorrectorDBWriter::analyze(), SiPixelDigiSource::analyze(), FFTJetImageRecorder::analyze(), SiPixelRawDataErrorSource::analyze(), HitEff::analyze(), SiPixelClusterSource::analyze(), HLTGetDigi::analyze(), FFTJetPileupAnalyzer::analyze(), optutl::CommandLineParser::argVec(), reco::PFTauDecayMode::associatedChargedPFCandidates(), reco::PFTauDecayMode::associatedNeutralPFCandidates(), cond::auth::Cipher::b64decrypt(), Basic2DGenericTopoClusterizer::buildClusters(), GenericSimClusterMapper::buildClusters(), PFClusterFromHGCalMultiCluster::buildClusters(), RealisticSimClusterMapper::buildClusters(), SiStripQuality::cabling(), L1RCTReceiverCard::cardNumber(), tensorflow::NTSession::CheckFetch(), DeepTauId::checkInputs(), SpikeAndDoubleSpikeCleaner::clean(), ClusterCollectionFP420::ClusterCollectionFP420(), PixelThresholdClusterizer::clusterizeDetUnit(), MuonErrorMatrix::complicatedTerm(), convertFile(), APVModeFilter::convertMode(), sistrip::RawToDigiUnpacker::createDigis(), sistrip::SpyUnpacker::createDigis(), CTPPSPixelDigiCollection::CTPPSPixelDigiCollection(), d2str(), edm::ThinnedAssociationsHelper::data(), SiStripCondObjBuilderFromDb::dbParams(), PhysicsTools::VarProcessor::deriv(), edm::DetSetVector< T >::DetSetVector(), DigiCollectionFP420::DigiCollectionFP420(), dumpFiles(), EcalTBCrystalMap::EcalTBCrystalMap(), encodeFile(), SiStripBackplaneCalibration::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(), LHEXMLStringProduct::getCompressed(), PFMETAlgorithmMVA::getCovU2(), jsoncollector::DataPoint::getDefinition(), SimpleElectronicsSimInMIPs::getEventSetup(), ETLElectronicsSim::getEventSetup(), BTLElectronicsSim::getEventSetup(), GFOverlay::GetHistManager(), L1RPCHsbConfig::getHsbMask(), tensorflow::TBBSession::GetOrCreateExecutors(), tensorflow::NTSession::GetOrCreateExecutors(), OMTFReconstruction::getProcessorCandidates(), SiPixelHistogramId::getRawId(), MixEvtVtxGenerator::getRecVertex(), MixBoostEvtVtxGenerator::getRecVertex(), SiStripApvGain::getRegistryPointers(), SiStripSummary::getRegistryVectorEnd(), HDQMSummary::getRegistryVectorEnd(), SiStripThreshold::getRegistryVectorEnd(), RPCLBPacker::getRPCLBRecords(), METCorrectorParametersCollection::getSections(), MEtXYcorrectParametersCollection::getSections(), JetCorrectorParametersCollection::getSections(), MixEvtVtxGenerator::getVertex(), edm::HiMixingModule::HiMixingModule(), i2str(), edm::RootInputFileSequence::initFile(), SiPixelGainCalibrationOffline::initialize(), SiPixelGainCalibration::initialize(), 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(), VirtualJetProducer::jetType(), FFTJetProducer::loadEnergyFlow(), SiStripAPVRestorer::loadMeanCMMap(), FFTJetProducer::loadSparseTreeData(), edm::service::SiteLocalConfigService::lookupCalibConnect(), edm::makeInput(), HLTConfigProvider::matched(), METCorrectorParameters::METCorrectorParameters(), MEtXYcorrectParameters::MEtXYcorrectParameters(), SymmetricLayerFinder::mirror(), 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(), dqmstorepb::ROOTFilePB_Histo::New(), dqmstorepb::ROOTFilePB::New(), SiStripPartition::operator!=(), SiStripDbParams::operator!=(), AnomalousTower::operator()(), BlockSolver::operator()(), DivisiveClusterizer1D< T >::operator()(), pixeltemp::DivisiveClusterizer1D< T >::operator()(), egPM::Param< reco::ElectronSeed >::operator()(), operator>>(), trivialParser::parse(), PFClusterCollectionMerger::PFClusterCollectionMerger(), PixelDigiCollection::PixelDigiCollection(), PlotCombiner(), printTrackerMap(), HistogramProbabilityEstimator::probability(), FFTJetTreeDump::processTreeData(), CrossingFramePSimHitToPSimHitsConverter::produce(), PileupSummaryInfoSlimmer::produce(), SiStripZeroSuppression::produce(), RawDataCollectorByLabel::produce(), PFClusterCollectionMerger::produce(), ScaleCorrMETData::produce(), SiPixelClusterShapeCacheProducer::produce(), sistrip::ExcludedFEDListProducer::produce(), TotemRPRecHitProducer::produce(), SiStripClusterToDigiProducer::produce(), PixelClusterSelectorTopBottom::produce(), reco::tautools::CopyProducer< Collection >::produce(), TotemRPClusterProducer::produce(), StripClusterSelectorTopBottom::produce(), cms::ReconstructerFP420::produce(), cms::ElseMETProducer::produce(), reco::tautools::CastedRefProducer< DerivedCollection, BaseType >::produce(), cms::PFClusterMETProducer::produce(), pat::ModifiedObjectProducer< T >::produce(), TotemRPLocalTrackFitter::produce(), cms::GenMETProducer::produce(), cms::TrackerizerFP420::produce(), TotemRPUVPatternFinder::produce(), cms::ClusterizerFP420::produce(), cms::CaloMETProducer::produce(), FFTJetPileupEstimator::produce(), cms::PFMETProducer::produce(), cms::SiPixelRecHitConverter::produce(), HLTRecHitInAllL1RegionsProducer< RecHitType >::produce(), HLTCaloObjInRegionsProducer< CaloObjType, CaloObjCollType >::produce(), tensorflow::NTSession::PRun(), SiStripBadStrip::put(), CSCPairResidualsConstraint::radius(), L1RCTReceiverCard::randomInput(), RBXAndHPDCleaner::RBXAndHPDCleaner(), edm::read_whole_file(), DQMStore::readFilePB(), HcalForwardLibWriter::readUserData(), RecoCollectionFP420::RecoCollectionFP420(), DualBzeroTrajectoryFactory::referenceStateAndRecHits(), DualTrajectoryFactory::referenceStateAndRecHits(), GlobalTrackingRegionWithVerticesProducer::regions(), optutl::CommandLineParser::removeEnding(), PileUpSubtractor::reset(), FastLineRecognition::resetGeometry(), dqmservices::TriggerSelector::returnStatus(), SiStripRecHitConverterAlgorithm::run(), DigiSimLinkAlgorithm::run(), PixelUnpackingRegions::run(), CMSInsideOutAlgorithm::run(), cms::SiPixelRecHitConverter::run(), DTOccupancyTestML::runOccupancyTest(), SeedFinderBase::SeedFinderBase(), tensorflow::NTSession::SendPRunInputs(), reco::CaloMuon::setCaloCompatibility(), reco::Muon::setCaloCompatibility(), reco::PFTauDecayMode::setDecayMode(), EcalTBReadout::setDetIds(), EcalFenixPeakFinder::setInput(), EcalFenixAmplitudeFilter::setInput(), EcalFenixStripFormatEE::setInput(), EcalFenixStripFormatEB::setInput(), L1GctElectronSorter::setInputEmCand(), UEAnalysisSelectorRootple::SetInputList(), hcalCalib::SetInputList(), metsig::significanceAlgo::setSignifMatrix(), l1t::MicroGMTIsolationUnit::setTowerSums(), SiStripRecHitConverterAlgorithm::products::shrink_to_fit(), MuonErrorMatrix::simpleTerm(), SiStripDetKey::SiStripDetKey(), SiStripFecKey::SiStripFecKey(), SiStripFedKey::SiStripFedKey(), SubsystemNeutronReader::SubsystemNeutronReader(), L1MuGMTLUTHelpers::Tokenizer::Tokenizer(), ClusterChecker::tooManyClusters(), TotemRPRecHitProducerAlgorithm::TotemRPRecHitProducerAlgorithm(), TrackCollectionFP420::TrackCollectionFP420(), BzeroReferenceTrajectoryFactory::trajectories(), DualTrajectoryFactory::trajectories(), DualBzeroTrajectoryFactory::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_(), LHEXMLStringProduct::writeCompressedContent(), AnomalousTower::~AnomalousTower(), DAFTrackProducerAlgorithm::~DAFTrackProducerAlgorithm(), l1t::MicroGMTExtrapolationLUT::~MicroGMTExtrapolationLUT(), l1t::MicroGMTLUT::~MicroGMTLUT(), l1t::MicroGMTMatchQualFineLUT::~MicroGMTMatchQualFineLUT(), l1t::MicroGMTMatchQualSimpleLUT::~MicroGMTMatchQualSimpleLUT(), l1t::MicroGMTRankPtQualLUT::~MicroGMTRankPtQualLUT(), l1t::MicroGMTRelativeIsolationCheckLUT::~MicroGMTRelativeIsolationCheckLUT(), cms::PFMETProducer::~PFMETProducer(), PileUpSubtractor::~PileUpSubtractor(), PixelClusterizerBase::~PixelClusterizerBase(), SiPixelGainCalibrationForHLT::~SiPixelGainCalibrationForHLT(), SiStripNoises::~SiStripNoises(), SiStripPedestals::~SiStripPedestals(), edm::SiteLocalConfig::~SiteLocalConfig(), TTClusterAlgorithm_neighbor< T >::~TTClusterAlgorithm_neighbor(), and TTClusterAlgorithm_official< T >::~TTClusterAlgorithm_official().
|
static |
Definition at line 1079 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1078 of file EdmProvDump.cc.
|
static |
Definition at line 1091 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1090 of file EdmProvDump.cc.
|
static |
Definition at line 1098 of file EdmProvDump.cc.
|
static |
Definition at line 1097 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1085 of file EdmProvDump.cc.
|
static |
Definition at line 1084 of file EdmProvDump.cc.
|
static |
Definition at line 1081 of file EdmProvDump.cc.
|
static |
Definition at line 1080 of file EdmProvDump.cc.
|
static |
Definition at line 1083 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1082 of file EdmProvDump.cc.
|
static |
Definition at line 1096 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1089 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1088 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1095 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1094 of file EdmProvDump.cc.
|
static |
Definition at line 1087 of file EdmProvDump.cc.
Referenced by main().
|
static |
Definition at line 1086 of file EdmProvDump.cc.
|
static |
Definition at line 1093 of file EdmProvDump.cc.
|
static |
Definition at line 1092 of file EdmProvDump.cc.
|
static |
Definition at line 1077 of file EdmProvDump.cc.
|
static |
Definition at line 1076 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(), BPHRecoBuilder::build(), XrdAdaptor::RequestManager::checkSourcesImpl(), OptOPinhole::defaultBehaviour(), HcalTimeSlew::delay(), 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(), lhef::LHERunInfo::findHeader(), RawEventFileWriterForBU::finishFileWrite(), 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(), METCorrectorParametersCollection::METCorrectorParametersCollection(), ObjectCountEventSelector< C, S, N, CS >::operator()(), reco::operator<<(), METCorrectorParametersCollection::operator[](), cond::persistency::PayloadProxy< cond::persistency::KeyList >::PayloadProxy(), XrdAdaptor::RequestManager::pickSingleSource(), pos::PixelTimeFormatter::PixelTimeFormatter(), HLTExoticaPlotter::plotterBookHistos(), FastTimerService::printEvent(), FastTimerService::printSummary(), 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(), L1MuDTExtrapolationUnit::which_ext(), L1MuBMExtrapolationUnit::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(), HLTObjectMonitorProtonLead::dqmBeginRun(), HLTObjectMonitor::dqmBeginRun(), HLTObjectsMonitor::dqmBeginRun(), edm::LHEProvenanceHelper::fillCommonProcessParameterSet(), pat::PATTriggerProducer::produce(), and ProvenanceDumper::work_().
|
static |
Definition at line 41 of file EdmProvDump.cc.
Referenced by ElectronGeneralAnalyzer::analyze(), DQMHcalIsolatedBunchAlCaReco::analyze(), PixelVTXMonitor::analyze(), EwkMuLumiMonitorDQM::analyze(), dimuonHLTFilterCheck::analyze(), BeamMonitor::analyze(), MuTriggerAnalyzer::analyze(), MuonRecoOneHLT::analyze(), GeneralHLTOffline::analyze(), HLTMuonMatchAndPlotContainer::analyze(), HeavyFlavorValidation::analyze(), HigPhotonJetHLTOfflineSource::analyze(), IsoTrackCalibration::analyze(), StudyHLT::analyze(), HcalIsoTrkAnalyzer::analyze(), L1Muon2RecoTreeProducer::analyze(), HLTObjectMonitorProtonLead::analyze(), HLTObjectMonitor::analyze(), IsoTrig::analyze(), HLTObjectsMonitor::analyze(), L1MuonRecoTreeProducer::analyze(), IsolatedTracksCone::analyze(), MuScleFit::duringLoop(), PdfSystematicsAnalyzer::filter(), SimpleSystematicsAnalyzer::filter(), WMuNuValidator::filter(), WMuNuSelector::filter(), AlCaIsolatedBunchFilter::filter(), AlCaIsolatedBunchSelector::filter(), AlCaIsoTracksProducerFilter::filter(), AlCaHBHEMuonFilter::filter(), AlCaIsoTracksFilter::filter(), AlCaIsoTracksProducer::initializeGlobalCache(), HSCPValidator::makeHLTPlots(), FWPathsPopup::postEvent(), PrescaleWeightProvider::prescaleWeight(), TriggerOutputBranches::processName(), pat::PATTriggerObjectStandAloneSlimmer::produce(), pat::PATTriggerObjectStandAloneUnpacker::produce(), pat::PATMuonProducer::produce(), AlCaIsoTracksProducer::produce(), GsfElectronDataAnalyzer::trigger(), DQMAnalyzer::trigger(), and ProvenanceDumper::work_().