CMS 3D CMS Logo

Classes | Typedefs | Functions | Variables
EdmProvDump.cc File Reference
#include "DataFormats/Common/interface/setIsMergeable.h"
#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 >, IdToBranchesModuleToIdBranches
 

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 &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::ostream & prettyPrint (std::ostream &oStream, edm::ParameterSet const &iPSet, 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 const std::string 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 const std::string source = std::string("source")
 
static const std::string triggerPaths = std::string("@trigger_paths")
 
static const std::string triggerResults = std::string("TriggerResults")
 

Typedef Documentation

◆ IdToBranches

typedef std::map<std::string, std::vector<edm::BranchDescription> > IdToBranches

Definition at line 37 of file EdmProvDump.cc.

◆ ModuleToIdBranches

typedef std::map<std::pair<std::string, std::string>, IdToBranches> ModuleToIdBranches

Definition at line 38 of file EdmProvDump.cc.

Function Documentation

◆ appendToSet()

static void appendToSet ( std::set< std::string > &  iSet,
std::vector< std::string > const &  iFrom 
)
static

Definition at line 260 of file EdmProvDump.cc.

260  {
261  for (auto const& n : iFrom) {
262  iSet.insert(n);
263  }
264 }

References dqmiodumpmetadata::n.

◆ eventSetupComponent()

std::string eventSetupComponent ( char const *  iType,
std::string const &  iCompName,
edm::ParameterSet const &  iProcessConfig,
std::string const &  iProcessName 
)

Definition at line 133 of file EdmProvDump.cc.

136  {
137  std::ostringstream result;
138  edm::ParameterSet const& pset = iProcessConfig.getParameterSet(iCompName);
139  std::string name(pset.getParameter<std::string>("@module_label"));
140  if (name.empty()) {
141  name = pset.getParameter<std::string>("@module_type");
142  }
143 
144  result << iType << ": " << name << " " << iProcessName << "\n"
145  << " parameters: ";
146  prettyPrint(result, pset, " ", " ");
147  return result.str();
148 }

References edm::ParameterSet::getParameterSet(), Skims_PA_cff::name, prettyPrint(), muonDTDigis_cfi::pset, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.

◆ main()

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:

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:

Definition at line 1051 of file EdmProvDump.cc.

1051  {
1052  using namespace boost::program_options;
1053 
1054  std::string descString(argv[0]);
1055  descString += " [options] <filename>";
1056  descString += "\nAllowed options";
1057  options_description desc(descString);
1058  desc.add_options()(kHelpCommandOpt, "show help message")(kSortCommandOpt, "alphabetially sort EventSetup components")(
1059  kDependenciesCommandOpt, "print what data each EDProducer is directly dependent upon")(
1060  kExtendedAncestorsCommandOpt, "print what data each EDProducer is dependent upon including indirect dependences")(
1062  "print what data depends on the data each EDProducer produces including indirect dependences")(
1063  kExcludeESModulesCommandOpt, "do not print ES module information")(
1064  kShowAllModulesCommandOpt, "show all modules (not just those that created data in the file)")(
1065  kShowTopLevelPSetsCommandOpt, "show all top level PSets")(
1067  boost::program_options::value<std::vector<std::string>>(),
1068  "show only modules whose information contains the matching string (or all the matching strings, this option can "
1069  "be repeated with different strings)")(kDontPrintProductsCommandOpt, "do not print products produced by module")(
1071  value<std::string>(),
1072  "print the parameter set associated with the parameter set ID string (and print nothing else)");
1073  //we don't want users to see these in the help messages since this
1074  // name only exists since the parser needs it
1075  options_description hidden;
1076  hidden.add_options()(kFileNameOpt, value<std::string>(), "file name");
1077 
1078  //full list of options for the parser
1079  options_description cmdline_options;
1080  cmdline_options.add(desc).add(hidden);
1081 
1082  positional_options_description p;
1083  p.add(kFileNameOpt, -1);
1084 
1085  variables_map vm;
1086  try {
1087  store(command_line_parser(argc, argv).options(cmdline_options).positional(p).run(), vm);
1088  notify(vm);
1089  } catch (error const& iException) {
1090  std::cerr << iException.what();
1091  return 1;
1092  }
1093 
1094  if (vm.count(kHelpOpt)) {
1095  std::cout << desc << std::endl;
1096  return 0;
1097  }
1098 
1099  if (vm.count(kSortOpt)) {
1100  HistoryNode::sort_ = true;
1101  }
1102 
1103  bool showDependencies = false;
1104  if (vm.count(kDependenciesOpt)) {
1105  showDependencies = true;
1106  }
1107 
1108  bool extendedAncestors = false;
1109  if (vm.count(kExtendedAncestorsOpt)) {
1110  extendedAncestors = true;
1111  }
1112 
1113  bool extendedDescendants = false;
1114  if (vm.count(kExtendedDescendantsOpt)) {
1115  extendedDescendants = true;
1116  }
1117 
1118  bool excludeESModules = false;
1119  if (vm.count(kExcludeESModulesOpt)) {
1120  excludeESModules = true;
1121  }
1122 
1123  bool showAllModules = false;
1124  if (vm.count(kShowAllModulesOpt)) {
1125  showAllModules = true;
1126  }
1127 
1128  bool showTopLevelPSets = false;
1129  if (vm.count(kShowTopLevelPSetsOpt)) {
1130  showTopLevelPSets = true;
1131  }
1132 
1134  if (vm.count(kFileNameOpt)) {
1135  try {
1136  fileName = vm[kFileNameOpt].as<std::string>();
1137  } catch (boost::bad_any_cast const& e) {
1138  std::cout << e.what() << std::endl;
1139  return 2;
1140  }
1141  } else {
1142  std::cout << "Data file not specified." << std::endl;
1143  std::cout << desc << std::endl;
1144  return 2;
1145  }
1146 
1147  std::string dumpPSetID;
1148  if (vm.count(kDumpPSetIDOpt)) {
1149  try {
1150  dumpPSetID = vm[kDumpPSetIDOpt].as<std::string>();
1151  } catch (boost::bad_any_cast const& e) {
1152  std::cout << e.what() << std::endl;
1153  return 2;
1154  }
1155  }
1156 
1157  std::vector<std::string> findMatch;
1158  if (vm.count(kFindMatchOpt)) {
1159  try {
1160  findMatch = vm[kFindMatchOpt].as<std::vector<std::string>>();
1161  } catch (boost::bad_any_cast const& e) {
1162  std::cout << e.what() << std::endl;
1163  return 2;
1164  }
1165  }
1166 
1167  bool dontPrintProducts = false;
1168  if (vm.count(kDontPrintProductsOpt)) {
1169  dontPrintProducts = true;
1170  }
1171 
1172  //silence ROOT warnings about missing dictionaries
1174 
1175  ProvenanceDumper dumper(fileName,
1176  showDependencies,
1177  extendedAncestors,
1178  extendedDescendants,
1179  excludeESModules,
1180  showAllModules,
1181  showTopLevelPSets,
1182  findMatch,
1183  dontPrintProducts,
1184  dumpPSetID);
1185  int exitCode(0);
1186  try {
1187  dumper.dump();
1188  exitCode = dumper.exitCode();
1189  } catch (cms::Exception const& x) {
1190  std::cerr << "cms::Exception caught\n";
1191  std::cerr << x.what() << '\n';
1192  exitCode = 2;
1193  } catch (std::exception& x) {
1194  std::cerr << "std::exception caught\n";
1195  std::cerr << x.what() << '\n';
1196  exitCode = 3;
1197  } catch (...) {
1198  std::cerr << "Unknown exception caught\n";
1199  exitCode = 4;
1200  }
1201 
1202  dumper.printErrors(std::cerr);
1203  return exitCode;
1204 }

References dir2webdir::argc, cmsBatch::argv, EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0::cerr, gather_cfg::cout, submitPVResolutionJobs::desc, ProvenanceDumper::dump(), MillePedeFileConverter_cfg::e, relativeConstraints::error, cppFunctionSkipper::exception, ProvenanceDumper::exitCode(), MillePedeFileConverter_cfg::fileName, utils::gErrorIgnoreLevel, kDependenciesCommandOpt, kDependenciesOpt, kDontPrintProductsCommandOpt, kDontPrintProductsOpt, kDumpPSetIDCommandOpt, kDumpPSetIDOpt, fwlog::kError, kExcludeESModulesCommandOpt, kExcludeESModulesOpt, kExtendedAncestorsCommandOpt, kExtendedAncestorsOpt, kExtendedDescendantsCommandOpt, kExtendedDescendantsOpt, kFileNameOpt, kFindMatchCommandOpt, kFindMatchOpt, kHelpCommandOpt, kHelpOpt, kShowAllModulesCommandOpt, kShowAllModulesOpt, kShowTopLevelPSetsCommandOpt, kShowTopLevelPSetsOpt, kSortCommandOpt, kSortOpt, AlcaSiPixelAliHarvester0T_cff::options, AlCaHLTBitMon_ParallelJobs::p, ProvenanceDumper::printErrors(), writedatasetfile::run, and AlCaHLTBitMon_QueryRunRegistry::string.

◆ nonProducerComponent()

std::string nonProducerComponent ( std::string const &  iCompName,
edm::ParameterSet const &  iProcessConfig,
std::string const &  iProcessName 
)

Definition at line 206 of file EdmProvDump.cc.

208  {
209  std::ostringstream result;
210  edm::ParameterSet const& pset = iProcessConfig.getParameterSet(iCompName);
211  std::string label(pset.getParameter<std::string>("@module_label"));
212 
213  result << "Module: " << label << " " << iProcessName << "\n"
214  << " parameters: ";
215  prettyPrint(result, pset, " ", " ");
216  return result.str();
217 }

References edm::ParameterSet::getParameterSet(), label, prettyPrint(), muonDTDigis_cfi::pset, mps_fire::result, and AlCaHLTBitMon_QueryRunRegistry::string.

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
edm::ProcessHistory iHist 
)

Definition at line 113 of file EdmProvDump.cc.

113  {
114  std::string const indentDelta(" ");
115  std::string indent = indentDelta;
116  for (auto const& process : iHist) {
117  os << indent << process.processName() << " '" << process.passID() << "' '" << process.releaseVersion() << "' ("
118  << process.parameterSetID() << ")" << std::endl;
119  indent += indentDelta;
120  }
121  return os;
122 }

References util.rrClient::indent, LaserDQM_cfg::process, and AlCaHLTBitMon_QueryRunRegistry::string.

◆ prettyPrint() [1/3]

static std::ostream& prettyPrint ( std::ostream &  os,
edm::ParameterSetEntry const &  psetEntry,
std::string const &  iIndent,
std::string const &  iIndentDelta 
)
static

Definition at line 374 of file EdmProvDump.cc.

377  {
378  char const* trackiness = (psetEntry.isTracked() ? "tracked" : "untracked");
379  os << "PSet " << trackiness << " = (";
380  prettyPrint(os, psetEntry.pset(), iIndent + iIndentDelta, iIndentDelta);
381  os << ")";
382  return os;
383 }

References edm::ParameterSetEntry::isTracked(), prettyPrint(), and edm::ParameterSetEntry::pset().

◆ prettyPrint() [2/3]

static std::ostream& prettyPrint ( std::ostream &  os,
edm::VParameterSetEntry const &  vpsetEntry,
std::string const &  iIndent,
std::string const &  iIndentDelta 
)
static

Definition at line 385 of file EdmProvDump.cc.

388  {
389  std::vector<edm::ParameterSet> const& vps = vpsetEntry.vpset();
390  os << "VPSet " << (vpsetEntry.isTracked() ? "tracked" : "untracked") << " = ({" << std::endl;
391  std::string newIndent = iIndent + iIndentDelta;
393  std::string const between(",\n");
394  for (auto const& item : vps) {
395  os << start << newIndent;
396  prettyPrint(os, item, newIndent, iIndentDelta);
397  start = between;
398  }
399  if (!vps.empty()) {
400  os << std::endl;
401  }
402  os << iIndent << "})";
403  return os;
404 }

References edm::VParameterSetEntry::isTracked(), B2GTnPMonitor_cfi::item, prettyPrint(), command_line::start, AlCaHLTBitMon_QueryRunRegistry::string, and edm::VParameterSetEntry::vpset().

◆ prettyPrint() [3/3]

static std::ostream & prettyPrint ( std::ostream &  oStream,
edm::ParameterSet const &  iPSet,
std::string const &  iIndent,
std::string const &  iIndentDelta 
)
static

Definition at line 406 of file EdmProvDump.cc.

409  {
410  std::string newIndent = iIndent + iIndentDelta;
411 
412  oStream << "{" << std::endl;
413  for (auto const& item : iPSet.tbl()) {
414  // indent a bit
415  oStream << newIndent << item.first << ": " << item.second << std::endl;
416  }
417  for (auto const& item : iPSet.psetTable()) {
418  // indent a bit
419  edm::ParameterSetEntry const& pe = item.second;
420  oStream << newIndent << item.first << ": ";
421  prettyPrint(oStream, pe, iIndent, iIndentDelta);
422  oStream << std::endl;
423  }
424  for (auto const& item : iPSet.vpsetTable()) {
425  // indent a bit
426  edm::VParameterSetEntry const& pe = item.second;
427  oStream << newIndent << item.first << ": ";
428  prettyPrint(oStream, pe, newIndent, iIndentDelta);
429  oStream << std::endl;
430  }
431  oStream << iIndent << "}";
432 
433  return oStream;
434 }

References B2GTnPMonitor_cfi::item, edm::ParameterSet::psetTable(), AlCaHLTBitMon_QueryRunRegistry::string, edm::ParameterSet::tbl(), and edm::ParameterSet::vpsetTable().

Referenced by ProvenanceDumper::dumpParameterSetForID_(), eventSetupComponent(), nonProducerComponent(), prettyPrint(), topLevelPSet(), and ProvenanceDumper::work_().

◆ topLevelPSet()

static std::string topLevelPSet ( std::string const &  iName,
edm::ParameterSet const &  iProcessConfig,
std::string const &  iProcessName 
)
static

Definition at line 266 of file EdmProvDump.cc.

268  {
269  std::ostringstream result;
270  edm::ParameterSet const& pset = iProcessConfig.getParameterSet(iName);
271 
272  result << "PSet: " << iName << " " << iProcessName << "\n"
273  << " parameters: ";
274  prettyPrint(result, pset, " ", " ");
275  return result.str();
276 }

References edm::ParameterSet::getParameterSet(), prettyPrint(), muonDTDigis_cfi::pset, and mps_fire::result.

Referenced by findBinOfMaximum().

Variable Documentation

◆ input

const std::string input = std::string("@main_input")
static

Definition at line 48 of file EdmProvDump.cc.

Referenced by TestCUDAProducerGPUEW::acquire(), TestCUDAProducerGPUEWTask::acquire(), addFile(), trklet::MatchEngine::addInput(), trklet::ProjectionRouter::addInput(), trklet::TrackletEngine::addInput(), trklet::TripletEngine::addInput(), trklet::FitTrack::addInput(), trklet::PurgeDuplicate::addInput(), trklet::TrackletEngineDisplaced::addInput(), trklet::MatchCalculator::addInput(), trklet::TrackletCalculator::addInput(), trklet::TrackletCalculatorDisplaced::addInput(), trklet::MatchProcessor::addInput(), trklet::TrackletProcessor::addInput(), trklet::VMRouterCM::addInput(), trklet::VMRouter::addInput(), TTClusterAlgorithm_neighbor< T >::addNeighbors(), PreMixingSiPixelWorker::addPileups(), PreMixingSiStripWorker::addPileups(), L1MuDTTrackAssembler::addressEncoder12(), L1MuBMTrackAssembler::addressEncoder12(), L1MuDTTrackAssembler::addressEncoder12s(), L1MuBMTrackAssembler::addressEncoder12s(), PreMixingSiPixelWorker::addSignals(), PreMixingSiStripWorker::addSignals(), metsig::significanceAlgo::addSignifMatrix(), edm::DataMixingSiPixelWorker::addSiPixelPileups(), edm::DataMixingSiPixelWorker::addSiPixelSignals(), edm::DataMixingSiStripWorker::addSiStripPileups(), edm::DataMixingSiStripWorker::addSiStripSignals(), trklet::Sector::addWire(), TestCUDAAnalyzerGPU::analyze(), BufferedBoostIODBWriter::analyze(), SiPixelPhase1DigisV::analyze(), SiPixelPhase1RecHitsV::analyze(), L1CaloInputScalesGenerator::analyze(), SiPixelDigiSource::analyze(), L1CaloInputScaleTester::analyze(), SiPixelClusterSource::analyze(), sistrip::SpyIdentifyRunsModule::analyze(), SiPixelRawDataErrorSource::analyze(), FFTJetCorrectorDBWriter::analyze(), FFTJetImageRecorder::analyze(), HitEff::analyze(), HLTGetDigi::analyze(), FFTJetPileupAnalyzer::analyze(), TrackerRemapper::analyzeGeneric(), reco::PFTauDecayMode::associatedChargedPFCandidates(), reco::PFTauDecayMode::associatedNeutralPFCandidates(), cond::auth::Cipher::b64decrypt(), cond::auth::Cipher::b64encrypt(), PPSModifySingularModes::beginRun(), CSCStubMatcher::bestAlctInChamber(), CSCStubMatcher::bestClctInChamber(), CSCStubMatcher::bestLctInChamber(), cond::auth::Cipher::bf_process_alloc(), CTPPSDiamondRecHitProducerAlgorithm::build(), TotemTimingRecHitProducerAlgorithm::build(), Basic2DClusterForEachSeed::buildClusters(), Basic2DGenericTopoClusterizer::buildClusters(), PFMultiDepthClusterizer::buildClusters(), GenericSimClusterMapper::buildClusters(), Basic2DGenericPFlowClusterizer::buildClusters(), PFClusterFromHGCalMultiCluster::buildClusters(), PFlow2DClusterizerWithTime::buildClusters(), RealisticSimClusterMapper::buildClusters(), SiStripFedCabling::buildFedCabling(), AlignmentTask::buildGeometry(), TotemRPRecHitProducerAlgorithm::buildRecoHits(), Basic2DGenericTopoClusterizer::buildTopoCluster(), FinalTreeBuilder::buildTree(), HiPuRhoProducer::calculateOrphanInput(), l1t::calibrateAndRankJets(), l1t::calibrateAndRankTaus(), PtAssignmentEngineDxy::call_tensorflow_dxy(), BoostedJetONNXJetTagsProducer::center_norm_pad(), SiStripCondObjBuilderFromDb::checkForCompatibility(), DeepTauId::checkInputs(), FlagsCleanerECAL::clean(), RBXAndHPDCleaner::clean(), ECALPFSeedCleaner::clean(), SpikeAndDoubleSpikeCleaner::clean(), SiStripPsuDetIdMap::clone(), SiStripConfigDb::clone(), TTClusterAlgorithm_neighbor< T >::Cluster(), TTClusterAlgorithm_official< T >::Cluster(), TTClusterAlgorithm< T >::Cluster(), StripClusterizerAlgorithm::clusterize(), MTDThresholdClusterizer::clusterize(), StripClusterizerAlgorithm::clusterize_(), PixelThresholdClusterizer::clusterizeDetUnit(), PixelThresholdClusterizer::clusterizeDetUnitT(), SeedingOTEDProducer::collectVHsOnLayer(), SiStripThreshold::compact(), MuonErrorMatrix::complicatedTerm(), DQMBarycenter::TkAlBarycenters::computeBarycenters(), AlignmentPI::TkAlBarycenters::computeBarycenters(), consumeChunkBack(), consumeChunkFront(), edm::FileLocator::convert(), CompositeAlignmentParameters::convert(), convertFile(), APVModeFilter::convertMode(), cond::persistency::convertoToOracleConnection(), copy_and_sort_vector(), FSQ::HandlerTemplate< TInputCandidateType, TOutputCandidateType, filter >::count(), cond::persistency::countslash(), SiStripAPVRestorer::createCMMapCMstored(), SiStripAPVRestorer::createCMMapRealPed(), sistrip::SpyUnpacker::createDigis(), sistrip::RawToDigiUnpacker::createDigis(), JetTracksAssociationDR::createJetRefs(), JetTracksAssociationDR::createTrackRefs(), d2str(), cond::auth::Cipher::decrypt(), PhysicsTools::VarProcessor::deriv(), jsoncollector::JSONSerializer::deserialize(), edm::DetSetVector< TotemRPLocalTrack::FittedRecHit >::DetSetVector(), RPDisplacementGenerator::displace(), dumpFiles(), EcalTBCrystalMap::EcalTBCrystalMap(), l1t::EGammaToGtScales(), encodeFile(), cond::auth::Cipher::encrypt(), SiStripBackplaneCalibration::endOfJob(), ticl::PatternRecognitionbyCA< TILES >::energyRegressionAndID(), TrackstersMergeProducer::energyRegressionAndID(), l1t::EtSumToGtScales(), PhysicsTools::VarProcessor::eval(), TauNNId::EvaluateNN(), extractGlobalTriggerWord(), reco::tau::factorizePUQCuts(), ViewTranslator::fedToFec(), L1RCTReceiverCard::fileInput(), SiPixelRawDataErrorModule::fill(), SiPixelClusterModule::fill(), SiPixelDigiModule::fill(), SiPixelBarycenter::fillBarycenterHistograms(), LHEXMLStringProduct::fillCompressedContent(), SiPixelRawDataErrorModule::fillFED(), L1RCTReceiverCard::fillInput(), pat::helper::OverlapBySuperClusterSeed::fillOverlapsForItem(), LaserAlignmentEventFilter::filter(), ClusterMultiplicityFilter::filter(), FFTJetDijetFilter::filter(), DAFTrackProducerAlgorithm::filter(), reco::PFTauDecayMode::filteredPFCandidates(), CrossingPtBasedLinearizationPointFinder::find(), DivisiveClusterizer1D< T >::findCandidates(), pixeltemp::DivisiveClusterizer1D< reco::Track >::findCandidates(), PassThruSeedFinder::findSeeds(), LocalMaximumSeedFinder::findSeeds(), KinematicParticleVertexFitter::fit(), KinematicConstrainedVertexFitter::fit(), KinematicConstrainedVertexFitterT< nTrk, nConstraint >::fit(), FixedGridEnergyDensity::FixedGridEnergyDensity(), gen::Hydjet2Hadronizer::generatePartonsAndHadronize(), FFTJetProducer::genJetPreclusters(), SiStripHistoId::getComponentId(), L1RPCHsbConfig::getHsbMask(), trivialParser::getNextLine(), FastLineRecognition::getPatterns(), OMTFReconstruction::getProcessorCandidates(), SiPixelHistogramId::getRawId(), MixEvtVtxGenerator::getRecVertex(), MixBoostEvtVtxGenerator::getRecVertex(), RPCLBPacker::getRPCLBRecords(), METCorrectorParametersCollection::getSections(), MEtXYcorrectParametersCollection::getSections(), JetCorrectorParametersCollection::getSections(), MixEvtVtxGenerator::getVertex(), GsfElectronAlgo::GsfElectronAlgo(), HDQMSummary::HDQMSummary(), edm::HiMixingModule::HiMixingModule(), i2str(), CSCOverlapsAlignmentAlgorithm::initialize(), edm::RootInputFileSequence::initTheFile(), 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(), HiPuRhoProducer::inputTowers(), VirtualJetProducer::inputTowers(), SiStripNullKey::isConsistent(), SiStripKey::isConsistent(), SiStripDetKey::isConsistent(), SiStripFecKey::isConsistent(), SiStripFedKey::isConsistent(), SiStripNullKey::isEqual(), SiStripKey::isEqual(), SiStripDetKey::isEqual(), SiStripFecKey::isEqual(), SiStripFedKey::isEqual(), JetCorrectorParameters::JetCorrectorParameters(), l1t::JetToGtEtaScales(), l1t::JetToGtPtScales(), MuonProducer::labelOrInstance(), dqmservices::DQMProtobufReader::load(), FFTJetProducer::loadEnergyFlow(), SiStripAPVRestorer::loadMeanCMMap(), FFTJetProducer::loadSparseTreeData(), sistrip::RawToDigiUnpacker::locateStartOfFedBuffer(), edm::service::SiteLocalConfigService::lookupCalibConnect(), l1t::MicroGMTLUT::lookupPacked(), CSCComparatorCodeLUT::lookupPacked(), edm::makeInput(), ticl::PatternRecognitionbyCA< TILES >::makeTracksters(), dqmservices::TriggerSelector::makeXMLString(), L1TGCTClient::makeXProjection(), L1TGCTClient::makeYProjection(), jpt::Map::Map(), HLTConfigProvider::matched(), trackerDTC::DTC::merge(), ticl::PatternRecognitionbyCA< TILES >::mergeTrackstersTRK(), METCorrectorParameters::METCorrectorParameters(), MEtXYcorrectParameters::MEtXYcorrectParameters(), SymmetricLayerFinder::mirror(), HiggsValidation::MonitoredDecays::MonitoredDecays(), mtrTransfer(), MuonAlignment::MuonAlignment(), 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()(), reco::PFCandidateWithSrcPtrFactory::operator()(), BlockSolver::operator()(), TrackClassFilter::operator()(), DivisiveClusterizer1D< T >::operator()(), reco::tau::xclean::CrossCleanPiZeros< PtrIter >::operator()(), pixeltemp::DivisiveClusterizer1D< reco::Track >::operator()(), std::hash< mtd_digitizer::MTDCellId >::operator()(), egPM::ParamBin1D< InputType, ParamType >::operator()(), egPM::ParamBin2D< InputType, ParamType >::operator()(), egPM::ParamBin3D< InputType, ParamType >::operator()(), egPM::Param< reco::ElectronSeed >::operator()(), operator<<(), SiStripPartition::operator=(), SiStripDbParams::operator=(), SiStripPartition::operator==(), SiStripDbParams::operator==(), operator>>(), trivialParser::parse(), SiStripDbParams::partitionNames(), egPM::ParamBin1D< InputType, ParamType >::pass(), egPM::ParamBin2D< InputType, ParamType >::pass(), egPM::ParamBin3D< InputType, ParamType >::pass(), EcalTBReadout::performReadout(), PFClusterCollectionMerger::PFClusterCollectionMerger(), reco::PFTauDecayMode::pfMasterClones(), L1MuGMTLUT::PortDecoder::PortDecoder(), SiStripProcessedRawDigiProducer::pr_process(), TTUBasicConfig::preprocess(), RBCBasicConfig::preprocess(), printTrackerMap(), SeedingOTEDProducer::printVHsOnLayer(), L1MuBMTrackAssembler::priorityEncoder12(), L1MuDTTrackAssembler::priorityEncoder12(), L1MuDTTrackAssembler::priorityEncoder21(), L1MuBMTrackAssembler::priorityEncoder21(), L1MuDTTrackAssembler::priorityEncoder22(), L1MuBMTrackAssembler::priorityEncoder22(), L1MuBMTrackAssembler::priorityEncoder4(), L1MuDTTrackAssembler::priorityEncoder4(), HistogramProbabilityEstimator::probability(), SiStripClusterToDigiProducer::process(), SiStripZeroSuppression::processHybrid(), SiStripZeroSuppression::processRaw(), FFTJetTreeDump::processTreeData(), MLPFProducer::produce(), CrossingFramePSimHitToPSimHitsConverter::produce(), PileupSummaryInfoSlimmer::produce(), TestCUDAProducerCPU::produce(), SiStripZeroSuppression::produce(), TestCUDAProducerGPU::produce(), RawDataCollectorByLabel::produce(), CTPPSModifiedOpticalFunctionsESSource::produce(), ScaleCorrMETData::produce(), PFClusterCollectionMerger::produce(), SiStripClusterToDigiProducer::produce(), pat::ModifiedObjectProducer< T >::produce(), RawDataMapperByLabel::produce(), SiPixelClusterShapeCacheProducer::produce(), cms::ReconstructerFP420::produce(), sistrip::ExcludedFEDListProducer::produce(), PixelClusterSelectorTopBottom::produce(), cms::TrackerizerFP420::produce(), StripClusterSelectorTopBottom::produce(), cms::ElseMETProducer::produce(), cms::PFClusterMETProducer::produce(), TrackstersProducer::produce(), TotemRPRecHitProducer::produce(), cms::GenMETProducer::produce(), SiPixelRecHitFromCUDA::produce(), SiPixelRecHitSoAFromLegacy::produce(), TotemRPClusterProducer::produce(), cms::ClusterizerFP420::produce(), cms::CaloMETProducer::produce(), TotemRPLocalTrackFitter::produce(), TotemRPUVPatternFinder::produce(), FFTJetPileupEstimator::produce(), cms::PFMETProducer::produce(), RPCTechnicalTrigger::produce(), HiPuRhoProducer::produce(), HLTCaloObjInRegionsProducer< CaloObjType, CaloObjCollType >::produce(), HLTRecHitInAllL1RegionsProducer< RecHitType >::produce(), cms::SiPixelRecHitConverter::produce(), PixelDigiCollection::put(), CTPPSPixelDigiCollection::put(), DigiCollectionFP420::put(), RecoCollectionFP420::put(), TrackCollectionFP420::put(), ClusterCollectionFP420::put(), mySiStripNoises::put(), SiStripNoises::put(), SiStripPedestals::put(), SiPixelGainCalibrationOffline::put(), SiPixelGainCalibration::put(), SiPixelGainCalibrationForHLT::put(), SiStripBadStrip::put(), SiStripApvGain::put(), HDQMSummary::put(), SiStripSummary::put(), SiStripQuality::put_replace(), TrackCollectionFP420::putclear(), ClusterCollectionFP420::putclear(), RecoCollectionFP420::putclear(), DigiCollectionFP420::putclear(), L1RCTReceiverCard::randomInput(), CSCPairResidualsConstraint::read(), edm::read_whole_file(), EcalTBReadout::readOut(), HcalForwardLibWriter::readUserData(), DualBzeroTrajectoryFactory::referenceStateAndRecHits(), DualTrajectoryFactory::referenceStateAndRecHits(), GlobalTrackingRegionWithVerticesProducer::regions(), optutl::CommandLineParser::removeEnding(), edm::RepeatingCachedRootSource::RepeatingCachedRootSource(), PPSDirectSimulationData::replace(), L1MuGMTLUTHelpers::replace(), edm::ThinnedAssociationsHelper::requireMatch(), PileUpSubtractor::reset(), FP420TrackMain::run(), FP420RecoMain::run(), BTLElectronicsSim::run(), RPDetDigitizer::run(), ETLElectronicsSim::run(), TTULogicUnit::run(), RPixDetDigitizer::run(), RawToDigiConverter::run(), FP420ClusterMain::run(), MTDTrackingRecHitProducer::run(), FP420DigiMain::run(), SiStripRecHitConverterAlgorithm::run(), MTDClusterProducer::run(), TotemRPClusterProducer::run(), PixelUnpackingRegions::run(), CTPPSPixelRecHitProducer::run(), CMSInsideOutAlgorithm::run(), DigiSimLinkAlgorithm::run(), CTPPSPixelClusterProducer::run(), SiPixelClusterProducer::run(), cms::SiPixelRecHitConverter::run(), RawToDigiConverter::runCommon(), DTOccupancyTestML::runOccupancyTest(), DeepTauId::saveInputs(), jsoncollector::DataPoint::serialize(), reco::CaloMuon::setCaloCompatibility(), reco::Muon::setCaloCompatibility(), edm::GenHIEvent::setGenParticles(), EcalEBFenixPeakFinder::setInput(), EcalFenixPeakFinder::setInput(), EcalEBFenixAmplitudeFilter::setInput(), EcalEBFenixStripFormatEB::setInput(), EcalFenixAmplitudeFilter::setInput(), EcalFenixOddAmplitudeFilter::setInput(), L1GctElectronSorter::setInputEmCand(), hcalCalib::SetInputList(), metsig::significanceAlgo::setSignifMatrix(), l1t::MicroGMTIsolationUnit::setTowerSums(), BlockSolver::shrink(), MuonErrorMatrix::simpleTerm(), SiStripDetKey::SiStripDetKey(), SiStripFecKey::SiStripFecKey(), SiStripFedCabling::SiStripFedCabling(), SiStripFedKey::SiStripFedKey(), SiStripHashedDetId::SiStripHashedDetId(), SiStripNoises::SiStripNoises(), SiStripSummary::SiStripSummary(), HcalHitSelection::skim(), CaloDigiCollectionSorter::sortedVector(), l1t::SortEGammas(), l1t::SortJets(), l1t::SortTaus(), trackerDTC::DTC::split(), L1MuDTTrackAssembler::subBitset56(), L1MuBMTrackAssembler::subBitset56(), L1MuBMTrackAssembler::subBitset68(), L1MuDTTrackAssembler::subBitset68(), SubsystemNeutronReader::SubsystemNeutronReader(), SiStripPedestalsSubtractor::subtract(), SiStripPedestalsSubtractor::subtract_(), HcalZeroSuppressionAlgo::suppress(), l1t::TauToGtEtaScales(), l1t::TauToGtPtScales(), edm::tokenize(), L1MuGMTLUTHelpers::Tokenizer::Tokenizer(), ClusterChecker::tooManyClusters(), TrackProducerFP420::trackFinderSophisticated(), BzeroReferenceTrajectoryFactory::trajectories(), DualBzeroTrajectoryFactory::trajectories(), DualTrajectoryFactory::trajectories(), ReferenceTrajectoryFactory::trajectories(), MuonGeometrySanityCheckCustomFrame::transform(), MuonGeometrySanityCheckCustomFrame::transformInverse(), LHCInterpolatedOpticalFunctionsSet::transport(), LHCOpticsApproximator::Transport(), dqmservices::TriggerSelector::trim(), l1t::MicroGMTCaloIndexSelectionLUT::unHashInput(), l1t::MicroGMTAbsoluteIsolationCheckLUT::unHashInput(), l1t::MicroGMTRelativeIsolationCheckLUT::unHashInput(), l1t::MicroGMTRankPtQualLUT::unHashInput(), l1t::MicroGMTExtrapolationLUT::unHashInput(), l1t::MicroGMTMatchQualSimpleLUT::unHashInput(), l1t::MicroGMTMatchQualFineLUT::unHashInput(), PFMETAlgorithmMVA::updateVariableNames(), edm::vector_transform(), SiStripPartition::versions(), SiStripProcessedRawDigiProducer::vr_process(), ProvenanceDumper::work_(), LHEXMLStringProduct::writeCompressedContent(), OMTFReconstruction::writeResultToXML(), and SiStripProcessedRawDigiProducer::zs_process().

◆ kDependenciesCommandOpt

char const* const kDependenciesCommandOpt = "dependencies,d"
static

Definition at line 1030 of file EdmProvDump.cc.

Referenced by main().

◆ kDependenciesOpt

char const* const kDependenciesOpt = "dependencies"
static

Definition at line 1029 of file EdmProvDump.cc.

Referenced by main().

◆ kDontPrintProductsCommandOpt

char const* const kDontPrintProductsCommandOpt = "dontPrintProducts,p"
static

Definition at line 1042 of file EdmProvDump.cc.

Referenced by main().

◆ kDontPrintProductsOpt

char const* const kDontPrintProductsOpt = "dontPrintProducts"
static

Definition at line 1041 of file EdmProvDump.cc.

Referenced by main().

◆ kDumpPSetIDCommandOpt

char const* const kDumpPSetIDCommandOpt = "dumpPSetID,i"
static

Definition at line 1049 of file EdmProvDump.cc.

Referenced by main().

◆ kDumpPSetIDOpt

char const* const kDumpPSetIDOpt = "dumpPSetID"
static

Definition at line 1048 of file EdmProvDump.cc.

Referenced by main().

◆ kExcludeESModulesCommandOpt

char const* const kExcludeESModulesCommandOpt = "excludeESModules,e"
static

Definition at line 1036 of file EdmProvDump.cc.

Referenced by main().

◆ kExcludeESModulesOpt

char const* const kExcludeESModulesOpt = "excludeESModules"
static

Definition at line 1035 of file EdmProvDump.cc.

Referenced by main().

◆ kExtendedAncestorsCommandOpt

char const* const kExtendedAncestorsCommandOpt = "extendedAncestors,x"
static

Definition at line 1032 of file EdmProvDump.cc.

Referenced by main().

◆ kExtendedAncestorsOpt

char const* const kExtendedAncestorsOpt = "extendedAncestors"
static

Definition at line 1031 of file EdmProvDump.cc.

Referenced by main().

◆ kExtendedDescendantsCommandOpt

char const* const kExtendedDescendantsCommandOpt = "extendedDescendants,c"
static

Definition at line 1034 of file EdmProvDump.cc.

Referenced by main().

◆ kExtendedDescendantsOpt

char const* const kExtendedDescendantsOpt = "extendedDescendants"
static

Definition at line 1033 of file EdmProvDump.cc.

Referenced by main().

◆ kFileNameOpt

char const* const kFileNameOpt = "input-file"
static

Definition at line 1047 of file EdmProvDump.cc.

Referenced by main().

◆ kFindMatchCommandOpt

char const* const kFindMatchCommandOpt = "findMatch,f"
static

Definition at line 1040 of file EdmProvDump.cc.

Referenced by main().

◆ kFindMatchOpt

char const* const kFindMatchOpt = "findMatch"
static

Definition at line 1039 of file EdmProvDump.cc.

Referenced by main().

◆ kHelpCommandOpt

char const* const kHelpCommandOpt = "help,h"
static

Definition at line 1046 of file EdmProvDump.cc.

Referenced by main().

◆ kHelpOpt

char const* const kHelpOpt = "help"
static

Definition at line 1045 of file EdmProvDump.cc.

Referenced by main().

◆ kShowAllModulesCommandOpt

char const* const kShowAllModulesCommandOpt = "showAllModules,a"
static

Definition at line 1038 of file EdmProvDump.cc.

Referenced by main().

◆ kShowAllModulesOpt

char const* const kShowAllModulesOpt = "showAllModules"
static

Definition at line 1037 of file EdmProvDump.cc.

Referenced by main().

◆ kShowTopLevelPSetsCommandOpt

char const* const kShowTopLevelPSetsCommandOpt = "showTopLevelPSets,t"
static

Definition at line 1044 of file EdmProvDump.cc.

Referenced by main().

◆ kShowTopLevelPSetsOpt

char const* const kShowTopLevelPSetsOpt = "showTopLevelPSets"
static

Definition at line 1043 of file EdmProvDump.cc.

Referenced by main().

◆ kSortCommandOpt

char const* const kSortCommandOpt = "sort,s"
static

Definition at line 1028 of file EdmProvDump.cc.

Referenced by main().

◆ kSortOpt

char const* const kSortOpt = "sort"
static

Definition at line 1027 of file EdmProvDump.cc.

Referenced by main().

◆ source

const std::string source = std::string("source")
static

Definition at line 47 of file EdmProvDump.cc.

Referenced by optutl::CommandLineParser::_runVariableCommandFromString(), optutl::CommandLineParser::_setVariablesFromFile(), Clusterizer1DCommons::add(), XrdAdaptor::RequestManager::addConnections(), HLTExoticaPlotter::analyze(), HLTHiggsPlotter::analyze(), HLTHiggsSubAnalysis::analyze(), HLTMuonPlotter::analyze(), HLTMuonPlotter::beginRun(), HLTExoticaPlotter::bookHist(), HLTHiggsPlotter::bookHist(), HLTHiggsSubAnalysis::bookHist(), HLTMuonPlotter::bookHist(), HLTExoticaSubAnalysis::bookHist(), HLTHiggsPlotter::bookHistograms(), HLTHiggsSubAnalysis::bookHistograms(), BPHRecoBuilder::build(), SiStripFedCablingBuilderFromDb::buildFecCabling(), SiStripEnumsAndStrings::cablingSource(), XrdAdaptor::RequestManager::checkSourcesImpl(), cond::Binary::copy(), npstat::copyBuffer(), spu::def(), OptOPinhole::defaultBehaviour(), HcalTimeSlew::delay(), V0Validator::doEfficiencies(), ESSummaryClient::endLumiAnalyze(), reco::ExpressionEvaluator::ExpressionEvaluator(), RecordHelper< TOutput >::extractRecord(), SmearedJetProducerT< T >::fillDescriptions(), pat::PATElectronProducer::fillElectron(), HLTExoticaPlotter::fillHist(), HLTHiggsPlotter::fillHist(), HLTHiggsSubAnalysis::fillHist(), HLTExoticaSubAnalysis::fillHist(), pat::PATMuonProducer::fillMuon(), helper::CollectionFilter< C, S, N >::filter(), helper::CollectionFilter< C, S, MinNumberSelector >::filter(), ObjectPairFilter< C, S >::filter(), helper::CollectionSizeFilter< C, N >::filter(), ObjectSelector< SingleElementCollectionSelector< InputCollection, Selector, reco::CandidateCollection, StoreContainer, RefAdder >, reco::CandidateCollection, NonNullNumberSelector >::filter(), RawEventFileWriterForBU::finishFileWrite(), XrdAdaptor::QualityMetricFactory::get(), XrdAdaptor::RequestManager::getActiveSourceNames(), XrdAdaptor::RequestManager::getDisabledSourceNames(), METCorrectorParametersCollection::getMiniAodBin(), XrdAdaptor::RequestManager::getPrettyActiveSourceNames(), XrdAdaptor::RequestManager::handle(), XrdAdaptor::RequestManager::handleOpen(), XrdAdaptor::ClientRequest::HandleResponse(), XrdAdaptor::RequestManager::OpenHandler::HandleResponseWithHosts(), HGCalSimHitStudy::HGCalSimHitStudy(), spu::inf(), XrdAdaptor::RequestManager::initialize(), ObjectCountEventSelector< C, S, N, CS >::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(), METCorrectorParametersCollection::push_back(), lumi::Lumi2DB::retrieveData(), lumi::DataPipe::setSource(), SiStripFedCablingBuilderFromDb::SiStripFedCablingBuilderFromDb(), TotemNumberMerger::Split(), HLTExoticaSubAnalysis::subAnalysisBookHistos(), npstat::transposeBuffer(), L1MuDTExtrapolationUnit::which_ext(), L1MuBMExtrapolationUnit::which_ext(), ProvenanceDumper::work_(), popcon::PopCon::write(), lumi::Lumi2DB::writeAllLumiDataToSchema2(), lumi::HLTV32DB::writeHltDataToSchema2(), and lumi::TRGScalers2DB::writeTrgDataToSchema2().

◆ triggerPaths

const std::string triggerPaths = std::string("@trigger_paths")
static

◆ triggerResults

const std::string triggerResults = std::string("TriggerResults")
static

Definition at line 45 of file EdmProvDump.cc.

Referenced by pat::PackedTriggerPrescales::addPrescaledTrigger(), ElectronGeneralAnalyzer::analyze(), HLTFiltersDQMonitor::analyze(), HLTTauDQMPathSummaryPlotter::analyze(), DQMHcalIsolatedBunchAlCaReco::analyze(), HLTTauDQMTagAndProbePlotter::analyze(), EwkMuLumiMonitorDQM::analyze(), PixelVTXMonitor::analyze(), HLTTauDQMPathPlotter::analyze(), TriggerMatchMonitor::analyze(), BeamMonitor::analyze(), MuonRecoOneHLT::analyze(), HigPhotonJetHLTOfflineSource::analyze(), BTVHLTOfflineSource::analyze(), HLTMuonMatchAndPlotContainer::analyze(), HeavyFlavorValidation::analyze(), StudyTriggerHLT::analyze(), HLTMuonMatchAndPlot::analyze(), IsoTrackCalibration::analyze(), L1Muon2RecoTreeProducer::analyze(), HLTObjectMonitorProtonLead::analyze(), StudyCaloResponse::analyze(), HLTObjectMonitor::analyze(), HcalIsoTrkAnalyzer::analyze(), IsoTrig::analyze(), HLTObjectsMonitor::analyze(), L1MuonRecoTreeProducer::analyze(), IsolatedTracksCone::analyze(), MuScleFit::duringLoop(), AlCaIsolatedBunchFilter::filter(), AlCaIsolatedBunchSelector::filter(), AlCaIsoTracksProducerFilter::filter(), AlCaHEMuonFilter::filter(), AlCaLowPUHBHEMuonFilter::filter(), AlCaHBHEMuonFilter::filter(), AlCaIsoTracksFilter::filter(), HLTTauDQMPath::fired(), dqmoffline::l1t::getFiredTriggerIndices(), pat::PackedTriggerPrescales::getPrescaleForIndex(), dqmoffline::l1t::getTriggerResults(), HigPhotonJetHLTOfflineSource::isMonitoredTriggerAccepted(), HLTTauDQMPath::lastPassedFilter(), dqmoffline::l1t::passesAnyTriggerFromList(), FWPathsPopup::postEvent(), PrescaleWeightProvider::prescaleWeight(), pat::PATTriggerObjectStandAloneSlimmer::produce(), pat::PATTriggerObjectStandAloneUnpacker::produce(), pat::PATMuonProducer::produce(), AlCaIsoTracksProducer::produce(), HLTPrescaleProvider::rejectedByHLTPrescaler(), AlCaIsoTracksProducer::select(), GsfElectronDataAnalyzer::trigger(), DQMAnalyzer::trigger(), TriggerOutputBranches::triggerNames(), fwlite::EventContainer::triggerNames(), fwlite::ChainEvent::triggerNames(), fwlite::MultiChainEvent::triggerNames(), fwlite::Event::triggerNames(), fwlite::EventContainer::triggerResultsByName(), fwlite::ChainEvent::triggerResultsByName(), fwlite::MultiChainEvent::triggerResultsByName(), fwlite::Event::triggerResultsByName(), ProvenanceDumper::work_(), and evf::EvFOutputModule::write().

kExtendedDescendantsOpt
static char const *const kExtendedDescendantsOpt
Definition: EdmProvDump.cc:1033
kShowAllModulesCommandOpt
static char const *const kShowAllModulesCommandOpt
Definition: EdmProvDump.cc:1038
cmsBatch.argv
argv
Definition: cmsBatch.py:279
start
Definition: start.py:1
kDependenciesCommandOpt
static char const *const kDependenciesCommandOpt
Definition: EdmProvDump.cc:1030
dqmiodumpmetadata.n
n
Definition: dqmiodumpmetadata.py:28
kShowTopLevelPSetsOpt
static char const *const kShowTopLevelPSetsOpt
Definition: EdmProvDump.cc:1043
kExcludeESModulesOpt
static char const *const kExcludeESModulesOpt
Definition: EdmProvDump.cc:1035
dir2webdir.argc
argc
Definition: dir2webdir.py:39
kExtendedDescendantsCommandOpt
static char const *const kExtendedDescendantsCommandOpt
Definition: EdmProvDump.cc:1034
AlCaHLTBitMon_ParallelJobs.p
p
Definition: AlCaHLTBitMon_ParallelJobs.py:153
prettyPrint
static std::ostream & prettyPrint(std::ostream &oStream, edm::ParameterSet const &iPSet, std::string const &iIndent, std::string const &iIndentDelta)
Definition: EdmProvDump.cc:406
gather_cfg.cout
cout
Definition: gather_cfg.py:144
MillePedeFileConverter_cfg.fileName
fileName
Definition: MillePedeFileConverter_cfg.py:32
kExtendedAncestorsOpt
static char const *const kExtendedAncestorsOpt
Definition: EdmProvDump.cc:1031
kExcludeESModulesCommandOpt
static char const *const kExcludeESModulesCommandOpt
Definition: EdmProvDump.cc:1036
kFindMatchOpt
static char const *const kFindMatchOpt
Definition: EdmProvDump.cc:1039
kFindMatchCommandOpt
static char const *const kFindMatchCommandOpt
Definition: EdmProvDump.cc:1040
ProvenanceDumper
Definition: EdmProvDump.cc:436
relativeConstraints.error
error
Definition: relativeConstraints.py:53
kFileNameOpt
static char const *const kFileNameOpt
Definition: EdmProvDump.cc:1047
kDumpPSetIDCommandOpt
static char const *const kDumpPSetIDCommandOpt
Definition: EdmProvDump.cc:1049
utils.gErrorIgnoreLevel
gErrorIgnoreLevel
Definition: utils.py:27
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition: AlCaHLTBitMon_QueryRunRegistry.py:256
kDependenciesOpt
static char const *const kDependenciesOpt
Definition: EdmProvDump.cc:1029
kDumpPSetIDOpt
static char const *const kDumpPSetIDOpt
Definition: EdmProvDump.cc:1048
cppFunctionSkipper.exception
exception
Definition: cppFunctionSkipper.py:10
edm::ParameterSet
Definition: ParameterSet.h:47
kShowAllModulesOpt
static char const *const kShowAllModulesOpt
Definition: EdmProvDump.cc:1037
LaserDQM_cfg.process
process
Definition: LaserDQM_cfg.py:3
kHelpCommandOpt
static char const *const kHelpCommandOpt
Definition: EdmProvDump.cc:1046
B2GTnPMonitor_cfi.item
item
Definition: B2GTnPMonitor_cfi.py:147
kShowTopLevelPSetsCommandOpt
static char const *const kShowTopLevelPSetsCommandOpt
Definition: EdmProvDump.cc:1044
kSortOpt
static char const *const kSortOpt
Definition: EdmProvDump.cc:1027
kExtendedAncestorsCommandOpt
static char const *const kExtendedAncestorsCommandOpt
Definition: EdmProvDump.cc:1032
submitPVResolutionJobs.desc
string desc
Definition: submitPVResolutionJobs.py:251
writedatasetfile.run
run
Definition: writedatasetfile.py:27
genVertex_cff.x
x
Definition: genVertex_cff.py:12
kDontPrintProductsOpt
static char const *const kDontPrintProductsOpt
Definition: EdmProvDump.cc:1041
util.rrClient.indent
indent
Definition: rrClient.py:41
edm::VParameterSetEntry
Definition: VParameterSetEntry.h:24
AlcaSiPixelAliHarvester0T_cff.options
options
Definition: AlcaSiPixelAliHarvester0T_cff.py:42
Skims_PA_cff.name
name
Definition: Skims_PA_cff.py:17
edm::ParameterSetEntry
Definition: ParameterSetEntry.h:23
kDontPrintProductsCommandOpt
static char const *const kDontPrintProductsCommandOpt
Definition: EdmProvDump.cc:1042
fwlog::kError
Definition: fwLog.h:35
kSortCommandOpt
static char const *const kSortCommandOpt
Definition: EdmProvDump.cc:1028
mps_fire.result
result
Definition: mps_fire.py:311
cms::Exception
Definition: Exception.h:70
command_line.start
start
Definition: command_line.py:167
EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.cerr
cerr
Definition: EcnaPython_AdcPeg12_S1_10_R170298_1_0_150_Dee0.py:8
label
const char * label
Definition: PFTauDecayModeTools.cc:11
kHelpOpt
static char const *const kHelpOpt
Definition: EdmProvDump.cc:1045
muonDTDigis_cfi.pset
pset
Definition: muonDTDigis_cfi.py:27
MillePedeFileConverter_cfg.e
e
Definition: MillePedeFileConverter_cfg.py:37