CMS 3D CMS Logo

Classes | Typedefs | Functions | Variables
EdmProvDump.cc File Reference
#include "DataFormats/Common/interface/setIsMergeable.h"
#include "DataFormats/Provenance/interface/BranchIDListHelper.h"
#include "DataFormats/Provenance/interface/BranchType.h"
#include "DataFormats/Provenance/interface/branchIDToProductID.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/Services/interface/setupSiteLocalConfig.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 <optional>
#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 &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 kProductIDEntryOpt = "productIDEntry"
 
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 Documentation

◆ IdToBranches

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

Definition at line 39 of file EdmProvDump.cc.

◆ ModuleToIdBranches

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

Definition at line 40 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 262 of file EdmProvDump.cc.

References dqmiodumpmetadata::n.

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

◆ eventSetupComponent()

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

Definition at line 135 of file EdmProvDump.cc.

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

138  {
139  std::ostringstream result;
140  edm::ParameterSet const& pset = iProcessConfig.getParameterSet(iCompName);
141  std::string name(pset.getParameter<std::string>("@module_label"));
142  if (name.empty()) {
143  name = pset.getParameter<std::string>("@module_type");
144  }
145 
146  result << iType << ": " << name << " " << iProcessName << "\n"
147  << " parameters: ";
148  prettyPrint(result, pset, " ", " ");
149  return result.str();
150 }
static std::ostream & prettyPrint(std::ostream &oStream, edm::ParameterSet const &iPSet, std::string const &iIndent, std::string const &iIndentDelta)
Definition: EdmProvDump.cc:404

◆ 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:

Prepare maps of good/bad channels:

Prepare maps of good/bad channels:

Definition at line 1133 of file EdmProvDump.cc.

References dir2webdir::argc, GCPpyPlots::argv, DMR_cfg::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, kProductIDEntryOpt, kShowAllModulesCommandOpt, kShowAllModulesOpt, kShowTopLevelPSetsCommandOpt, kShowTopLevelPSetsOpt, kSortCommandOpt, kSortOpt, AlcaSiPixelAliHarvester0T_cff::options, AlCaHLTBitMon_ParallelJobs::p, ProvenanceDumper::printErrors(), writedatasetfile::run, AlCaHLTBitMon_QueryRunRegistry::string, and x.

1133  {
1134  using namespace boost::program_options;
1135 
1136  std::string descString(argv[0]);
1137  descString += " [options] <filename>";
1138  descString += "\nAllowed options";
1139  options_description desc(descString);
1140 
1141  // clang-format off
1142  desc.add_options()(kHelpCommandOpt, "show help message")(kSortCommandOpt, "alphabetially sort EventSetup components")(
1143  kDependenciesCommandOpt, "print what data each EDProducer is directly dependent upon")(
1144  kExtendedAncestorsCommandOpt, "print what data each EDProducer is dependent upon including indirect dependences")(
1146  "print what data depends on the data each EDProducer produces including indirect dependences")(
1147  kExcludeESModulesCommandOpt, "do not print ES module information")(
1148  kShowAllModulesCommandOpt, "show all modules (not just those that created data in the file)")(
1149  kShowTopLevelPSetsCommandOpt, "show all top level PSets")(
1151  boost::program_options::value<std::vector<std::string>>(),
1152  "show only modules whose information contains the matching string (or all the matching strings, this option can "
1153  "be repeated with different strings)")(kDontPrintProductsCommandOpt, "do not print products produced by module")(
1155  value<std::string>(),
1156  "print the parameter set associated with the parameter set ID string (and print nothing else)")(
1158  value<int>(),
1159  "show ProductID instead of BranchID using the specified entry in the Events tree");
1160  // clang-format on
1161 
1162  //we don't want users to see these in the help messages since this
1163  // name only exists since the parser needs it
1164  options_description hidden;
1165  hidden.add_options()(kFileNameOpt, value<std::string>(), "file name");
1166 
1167  //full list of options for the parser
1168  options_description cmdline_options;
1169  cmdline_options.add(desc).add(hidden);
1170 
1171  positional_options_description p;
1172  p.add(kFileNameOpt, -1);
1173 
1174  variables_map vm;
1175  try {
1176  store(command_line_parser(argc, argv).options(cmdline_options).positional(p).run(), vm);
1177  notify(vm);
1178  } catch (error const& iException) {
1179  std::cerr << iException.what();
1180  return 1;
1181  }
1182 
1183  if (vm.count(kHelpOpt)) {
1184  std::cout << desc << std::endl;
1185  return 0;
1186  }
1187 
1188  if (vm.count(kSortOpt)) {
1189  HistoryNode::sort_ = true;
1190  }
1191 
1192  bool showDependencies = false;
1193  if (vm.count(kDependenciesOpt)) {
1194  showDependencies = true;
1195  }
1196 
1197  bool extendedAncestors = false;
1198  if (vm.count(kExtendedAncestorsOpt)) {
1199  extendedAncestors = true;
1200  }
1201 
1202  bool extendedDescendants = false;
1203  if (vm.count(kExtendedDescendantsOpt)) {
1204  extendedDescendants = true;
1205  }
1206 
1207  bool excludeESModules = false;
1208  if (vm.count(kExcludeESModulesOpt)) {
1209  excludeESModules = true;
1210  }
1211 
1212  bool showAllModules = false;
1213  if (vm.count(kShowAllModulesOpt)) {
1214  showAllModules = true;
1215  }
1216 
1217  bool showTopLevelPSets = false;
1218  if (vm.count(kShowTopLevelPSetsOpt)) {
1219  showTopLevelPSets = true;
1220  }
1221 
1223  if (vm.count(kFileNameOpt)) {
1224  try {
1225  fileName = vm[kFileNameOpt].as<std::string>();
1226  } catch (boost::bad_any_cast const& e) {
1227  std::cout << e.what() << std::endl;
1228  return 2;
1229  }
1230  } else {
1231  std::cout << "Data file not specified." << std::endl;
1232  std::cout << desc << std::endl;
1233  return 2;
1234  }
1235 
1236  std::string dumpPSetID;
1237  if (vm.count(kDumpPSetIDOpt)) {
1238  try {
1239  dumpPSetID = vm[kDumpPSetIDOpt].as<std::string>();
1240  } catch (boost::bad_any_cast const& e) {
1241  std::cout << e.what() << std::endl;
1242  return 2;
1243  }
1244  }
1245 
1246  std::vector<std::string> findMatch;
1247  if (vm.count(kFindMatchOpt)) {
1248  try {
1249  findMatch = vm[kFindMatchOpt].as<std::vector<std::string>>();
1250  } catch (boost::bad_any_cast const& e) {
1251  std::cout << e.what() << std::endl;
1252  return 2;
1253  }
1254  }
1255 
1256  bool dontPrintProducts = false;
1257  if (vm.count(kDontPrintProductsOpt)) {
1258  dontPrintProducts = true;
1259  }
1260 
1261  int productIDEntry = -1;
1262  if (vm.count(kProductIDEntryOpt)) {
1263  try {
1264  productIDEntry = vm[kProductIDEntryOpt].as<int>();
1265  } catch (boost::bad_any_cast const& e) {
1266  std::cout << e.what() << std::endl;
1267  return 2;
1268  }
1269  }
1270 
1271  //silence ROOT warnings about missing dictionaries
1273 
1274  ProvenanceDumper dumper(fileName,
1275  showDependencies,
1276  extendedAncestors,
1277  extendedDescendants,
1278  excludeESModules,
1279  showAllModules,
1280  showTopLevelPSets,
1281  findMatch,
1282  dontPrintProducts,
1283  dumpPSetID,
1284  productIDEntry);
1285  int exitCode(0);
1286  try {
1287  dumper.dump();
1288  exitCode = dumper.exitCode();
1289  } catch (cms::Exception const& x) {
1290  std::cerr << "cms::Exception caught\n";
1291  std::cerr << x.what() << '\n';
1292  exitCode = 2;
1293  } catch (std::exception& x) {
1294  std::cerr << "std::exception caught\n";
1295  std::cerr << x.what() << '\n';
1296  exitCode = 3;
1297  } catch (...) {
1298  std::cerr << "Unknown exception caught\n";
1299  exitCode = 4;
1300  }
1301 
1302  dumper.printErrors(std::cerr);
1303  return exitCode;
1304 }
static char const *const kDontPrintProductsCommandOpt
static char const *const kDumpPSetIDOpt
static char const *const kDependenciesOpt
static char const *const kFindMatchCommandOpt
static char const *const kShowTopLevelPSetsCommandOpt
static char const *const kHelpOpt
static char const *const kDontPrintProductsOpt
static char const *const kDependenciesCommandOpt
static char const *const kHelpCommandOpt
static char const *const kShowTopLevelPSetsOpt
static char const *const kShowAllModulesCommandOpt
static char const *const kExcludeESModulesCommandOpt
static char const *const kSortOpt
static char const *const kExcludeESModulesOpt
static char const *const kProductIDEntryOpt
static char const *const kSortCommandOpt
static char const *const kExtendedAncestorsCommandOpt
static char const *const kShowAllModulesOpt
gErrorIgnoreLevel
Definition: utils.py:27
static char const *const kExtendedDescendantsOpt
static char const *const kFileNameOpt
float x
static char const *const kExtendedAncestorsOpt
static char const *const kDumpPSetIDCommandOpt
static char const *const kExtendedDescendantsCommandOpt
static char const *const kFindMatchOpt

◆ nonProducerComponent()

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

Definition at line 208 of file EdmProvDump.cc.

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

210  {
211  std::ostringstream result;
212  edm::ParameterSet const& pset = iProcessConfig.getParameterSet(iCompName);
213  std::string label(pset.getParameter<std::string>("@module_label"));
214 
215  result << "Module: " << label << " " << iProcessName << "\n"
216  << " parameters: ";
217  prettyPrint(result, pset, " ", " ");
218  return result.str();
219 }
char const * label
static std::ostream & prettyPrint(std::ostream &oStream, edm::ParameterSet const &iPSet, std::string const &iIndent, std::string const &iIndentDelta)
Definition: EdmProvDump.cc:404

◆ operator<<()

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

Definition at line 115 of file EdmProvDump.cc.

References validateAlignments::indent, LaserDQM_cfg::process, and AlCaHLTBitMon_QueryRunRegistry::string.

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

◆ prettyPrint() [1/3]

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

Definition at line 404 of file EdmProvDump.cc.

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_().

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

◆ prettyPrint() [2/3]

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

Definition at line 372 of file EdmProvDump.cc.

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

375  {
376  char const* trackiness = (psetEntry.isTracked() ? "tracked" : "untracked");
377  os << "PSet " << trackiness << " = (";
378  prettyPrint(os, psetEntry.pset(), iIndent + iIndentDelta, iIndentDelta);
379  os << ")";
380  return os;
381 }
static std::ostream & prettyPrint(std::ostream &oStream, edm::ParameterSet const &iPSet, std::string const &iIndent, std::string const &iIndentDelta)
Definition: EdmProvDump.cc:404

◆ prettyPrint() [3/3]

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

Definition at line 383 of file EdmProvDump.cc.

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

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

◆ topLevelPSet()

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

Definition at line 268 of file EdmProvDump.cc.

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

Referenced by findBinOfMaximum().

270  {
271  std::ostringstream result;
272  edm::ParameterSet const& pset = iProcessConfig.getParameterSet(iName);
273 
274  result << "PSet: " << iName << " " << iProcessName << "\n"
275  << " parameters: ";
276  prettyPrint(result, pset, " ", " ");
277  return result.str();
278 }
static std::ostream & prettyPrint(std::ostream &oStream, edm::ParameterSet const &iPSet, std::string const &iIndent, std::string const &iIndentDelta)
Definition: EdmProvDump.cc:404

Variable Documentation

◆ input

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

Definition at line 50 of file EdmProvDump.cc.

Referenced by DeepMETSonicProducer::acquire(), TestPortableTranscriber::acquire(), TestCUDAProducerGPUEW::acquire(), TestCUDAProducerGPUEWTask::acquire(), ParticleNetSonicJetTagsProducer::acquire(), SiPixelPhase2DigiToClusterCUDA::acquire(), addFile(), trklet::ProjectionRouter::addInput(), trklet::MatchEngine::addInput(), trklet::TrackletEngine::addInput(), trklet::TripletEngine::addInput(), trklet::FitTrack::addInput(), trklet::InputRouter::addInput(), trklet::TrackletEngineDisplaced::addInput(), trklet::TrackletCalculator::addInput(), trklet::MatchCalculator::addInput(), trklet::TrackletCalculatorDisplaced::addInput(), trklet::MatchProcessor::addInput(), trklet::PurgeDuplicate::addInput(), trklet::TrackletProcessor::addInput(), trklet::TrackletProcessorDisplaced::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(), trackerTFP::Demonstrator::analyze(), SiPixelPhase1RecHitsV::analyze(), BufferedBoostIODBWriter::analyze(), SiPixelPhase1DigisV::analyze(), L1CaloInputScalesGenerator::analyze(), SiPixelDigiSource::analyze(), SiPixelClusterSource::analyze(), L1CaloInputScaleTester::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(), TotemT2RecHitProducerAlgorithm::build(), CTPPSDiamondRecHitProducerAlgorithm::build(), TotemTimingRecHitProducerAlgorithm::build(), Basic2DClusterForEachSeed::buildClusters(), Basic2DGenericTopoClusterizer::buildClusters(), GenericSimClusterMapper::buildClusters(), PFMultiDepthClusterizer::buildClusters(), PFClusterFromHGCalTrackster::buildClusters(), Basic2DGenericPFlowClusterizer::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(), btagbtvdeep::center_norm_pad(), btagbtvdeep::center_norm_pad_halfRagged(), SiStripCondObjBuilderFromDb::checkForCompatibility(), DeepTauId::checkInputs(), L2TauNNProducer::checknan(), ECALPFSeedCleaner::clean(), FlagsCleanerECAL::clean(), RBXAndHPDCleaner::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(), cms::config(), trackerTFP::HoughTransform::consume(), trackerTFP::GeometricProcessor::consume(), trklet::KFin::consume(), 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::PatternRecognitionbyCLUE3D< TILES >::energyRegressionAndID(), ticl::PatternRecognitionbyCA< TILES >::energyRegressionAndID(), ticl::PatternRecognitionbyFastJet< TILES >::energyRegressionAndID(), TrackstersMergeProducerV3::energyRegressionAndID(), TrackstersMergeProducer::energyRegressionAndID(), l1t::EtSumToGtScales(), PhysicsTools::VarProcessor::eval(), TSGForOIDNN::evaluateClassifier(), TauNNId::EvaluateNN(), TSGForOIDNN::evaluateRegressor(), nnet::exp_fcn_float(), JetHtPlotConfiguration::expandEnvironmentVariables(), extractGlobalTriggerWord(), reco::tau::factorizePUQCuts(), ViewTranslator::fedToFec(), L1RCTReceiverCard::fileInput(), SiPixelRawDataErrorModule::fill(), SiPixelClusterModule::fill(), SiPixelDigiModule::fill(), SiPixelBarycenter::fillBarycenterHistograms(), L2TauNNProducer::fillCaloRecHits(), LHEXMLStringProduct::fillCompressedContent(), SiPixelRawDataErrorModule::fillFED(), L1RCTReceiverCard::fillInput(), L2TauNNProducer::fillL1TauVars(), pat::helper::OverlapBySuperClusterSeed::fillOverlapsForItem(), L2TauNNProducer::fillPatatracks(), 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(), trackerTFP::FormatKF< v >::FormatKF(), 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(), edm::makeInput(), ticl::PatternRecognitionbyCLUE3D< TILES >::makeTracksters(), ticl::PatternRecognitionbyCA< TILES >::makeTracksters(), ticl::PatternRecognitionbyFastJet< 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(), querying::new_connection_dictionary(), EventCapture::observeEventBegin(), XMLEventWriter::observeProcesorEmulation(), EventCapture::observeProcesorEmulation(), 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(), PFClusterCollectionMerger::PFClusterCollectionMerger(), reco::PFTauDecayMode::pfMasterClones(), L1MuGMTLUT::PortDecoder::PortDecoder(), SiStripProcessedRawDigiProducer::pr_process(), RBCBasicConfig::preprocess(), TTUBasicConfig::preprocess(), printTrackerMap(), SeedingOTEDProducer::printVHsOnLayer(), L1MuBMTrackAssembler::priorityEncoder12(), L1MuDTTrackAssembler::priorityEncoder12(), L1MuDTTrackAssembler::priorityEncoder21(), L1MuBMTrackAssembler::priorityEncoder21(), L1MuBMTrackAssembler::priorityEncoder22(), L1MuDTTrackAssembler::priorityEncoder22(), L1MuDTTrackAssembler::priorityEncoder4(), L1MuBMTrackAssembler::priorityEncoder4(), HistogramProbabilityEstimator::probability(), SiStripClusterToDigiProducer::process(), SiStripZeroSuppression::processHybrid(), SiStripZeroSuppression::processRaw(), FFTJetTreeDump::processTreeData(), CrossingFramePSimHitToPSimHitsConverter::produce(), PileupSummaryInfoSlimmer::produce(), SiStripZeroSuppression::produce(), TestCUDAProducerCPU::produce(), TestCUDAProducerGPU::produce(), RawDataCollectorByLabel::produce(), CTPPSModifiedOpticalFunctionsESSource::produce(), PFClusterCollectionMerger::produce(), ScaleCorrMETData::produce(), MTDTrackingRecHitProducer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaESProducerA::produce(), SiStripClusterToDigiProducer::produce(), TotemRPRecHitProducer::produce(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaESProducerC::produce(), RawDataMapperByLabel::produce(), SiPixelClusterShapeCacheProducer::produce(), trklet::KFin::produce(), TotemRPClusterProducer::produce(), sistrip::ExcludedFEDListProducer::produce(), pat::ModifiedObjectProducer< T >::produce(), PixelClusterSelectorTopBottom::produce(), ALPAKA_ACCELERATOR_NAMESPACE::TestAlpakaESProducerB::produce(), cms::PFClusterMETProducer::produce(), cms::ElseMETProducer::produce(), StripClusterSelectorTopBottom::produce(), cms::GenMETProducer::produce(), TrackstersProducer::produce(), TotemRPLocalTrackFitter::produce(), SiPixelRecHitFromCUDAT< TrackerTraits >::produce(), TotemRPUVPatternFinder::produce(), cms::CaloMETProducer::produce(), SiPixelRecHitSoAFromLegacyT< TrackerTraits >::produce(), FFTJetPileupEstimator::produce(), cms::PFMETProducer::produce(), RPCTechnicalTrigger::produce(), HiPuRhoProducer::produce(), HLTCaloObjInRegionsProducer< CaloObjType, CaloObjCollType >::produce(), cms::SiPixelRecHitConverter::produce(), HLTRecHitInAllL1RegionsProducer< RecHitType >::produce(), CTPPSPixelDigiCollection::put(), PixelDigiCollection::put(), mySiStripNoises::put(), SiStripNoises::put(), SiStripPedestals::put(), SiPixelGainCalibrationOffline::put(), SiPixelGainCalibrationForHLT::put(), SiPixelGainCalibration::put(), SiStripBadStrip::put(), SiStripApvGain::put(), HDQMSummary::put(), SiStripSummary::put(), SiStripQuality::put_replace(), L1RCTReceiverCard::randomInput(), CSCPairResidualsConstraint::read(), edm::read_whole_file(), HcalForwardLibWriter::readUserData(), DualTrajectoryFactory::referenceStateAndRecHits(), DualBzeroTrajectoryFactory::referenceStateAndRecHits(), GlobalTrackingRegionWithVerticesProducer::regions(), optutl::CommandLineParser::removeEnding(), edm::RepeatingCachedRootSource::RepeatingCachedRootSource(), PPSDirectSimulationData::replace(), L1MuGMTLUTHelpers::replace(), edm::ThinnedAssociationsHelper::requireMatch(), PileUpSubtractor::reset(), ProcessorBase< GoldenPatternType >::restrictInput(), BTLElectronicsSim::run(), ETLElectronicsSim::run(), RPDetDigitizer::run(), TTULogicUnit::run(), RPixDetDigitizer::run(), RawToDigiConverter::run(), TotemRPClusterProducer::run(), SiStripRecHitConverterAlgorithm::run(), MTDClusterProducer::run(), CTPPSPixelRecHitProducer::run(), PixelUnpackingRegions::run(), DigiSimLinkAlgorithm::run(), CMSInsideOutAlgorithm::run(), CTPPSPixelClusterProducer::run(), SiPixelClusterProducer::run(), OMTFProcessor< GoldenPatternType >::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(), EcalFenixAmplitudeFilter::setInput(), EcalEBFenixStripFormatEB::setInput(), EcalFenixOddAmplitudeFilter::setInput(), L1GctElectronSorter::setInputEmCand(), hcalCalib::SetInputList(), metsig::significanceAlgo::setSignifMatrix(), l1t::MicroGMTIsolationUnit::setTowerSums(), BlockSolver::shrink(), nnet::sigmoid_fcn_float(), 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(), L2TauNNProducer::standardizeTensor(), 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(), BzeroReferenceTrajectoryFactory::trajectories(), DualTrajectoryFactory::trajectories(), DualBzeroTrajectoryFactory::trajectories(), ReferenceTrajectoryFactory::trajectories(), MuonGeometrySanityCheckCustomFrame::transform(), MuonGeometrySanityCheckCustomFrame::transformInverse(), LHCInterpolatedOpticalFunctionsSet::transport(), LHCOpticsApproximator::Transport(), trends(), dqmservices::TriggerSelector::trim(), l1t::MicroGMTCaloIndexSelectionLUT::unHashInput(), l1t::MicroGMTRelativeIsolationCheckLUT::unHashInput(), l1t::MicroGMTAbsoluteIsolationCheckLUT::unHashInput(), l1t::MicroGMTRankPtQualLUT::unHashInput(), l1t::MicroGMTExtrapolationLUT::unHashInput(), l1t::MicroGMTMatchQualSimpleLUT::unHashInput(), l1t::MicroGMTMatchQualFineLUT::unHashInput(), PFMETAlgorithmMVA::updateVariableNames(), edm::vector_transform(), SiStripPartition::versions(), SiStripProcessedRawDigiProducer::vr_process(), Phase2L1GMT::wordconcat(), ProvenanceDumper::work_(), LHEXMLStringProduct::writeCompressedContent(), OMTFReconstruction::writeResultToXML(), and SiStripProcessedRawDigiProducer::zs_process().

◆ kDependenciesCommandOpt

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

Definition at line 1111 of file EdmProvDump.cc.

Referenced by main().

◆ kDependenciesOpt

char const* const kDependenciesOpt = "dependencies"
static

Definition at line 1110 of file EdmProvDump.cc.

Referenced by main().

◆ kDontPrintProductsCommandOpt

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

Definition at line 1123 of file EdmProvDump.cc.

Referenced by main().

◆ kDontPrintProductsOpt

char const* const kDontPrintProductsOpt = "dontPrintProducts"
static

Definition at line 1122 of file EdmProvDump.cc.

Referenced by main().

◆ kDumpPSetIDCommandOpt

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

Definition at line 1130 of file EdmProvDump.cc.

Referenced by main().

◆ kDumpPSetIDOpt

char const* const kDumpPSetIDOpt = "dumpPSetID"
static

Definition at line 1129 of file EdmProvDump.cc.

Referenced by main().

◆ kExcludeESModulesCommandOpt

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

Definition at line 1117 of file EdmProvDump.cc.

Referenced by main().

◆ kExcludeESModulesOpt

char const* const kExcludeESModulesOpt = "excludeESModules"
static

Definition at line 1116 of file EdmProvDump.cc.

Referenced by main().

◆ kExtendedAncestorsCommandOpt

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

Definition at line 1113 of file EdmProvDump.cc.

Referenced by main().

◆ kExtendedAncestorsOpt

char const* const kExtendedAncestorsOpt = "extendedAncestors"
static

Definition at line 1112 of file EdmProvDump.cc.

Referenced by main().

◆ kExtendedDescendantsCommandOpt

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

Definition at line 1115 of file EdmProvDump.cc.

Referenced by main().

◆ kExtendedDescendantsOpt

char const* const kExtendedDescendantsOpt = "extendedDescendants"
static

Definition at line 1114 of file EdmProvDump.cc.

Referenced by main().

◆ kFileNameOpt

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

Definition at line 1128 of file EdmProvDump.cc.

Referenced by main().

◆ kFindMatchCommandOpt

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

Definition at line 1121 of file EdmProvDump.cc.

Referenced by main().

◆ kFindMatchOpt

char const* const kFindMatchOpt = "findMatch"
static

Definition at line 1120 of file EdmProvDump.cc.

Referenced by main().

◆ kHelpCommandOpt

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

Definition at line 1127 of file EdmProvDump.cc.

Referenced by main().

◆ kHelpOpt

char const* const kHelpOpt = "help"
static

Definition at line 1126 of file EdmProvDump.cc.

Referenced by main().

◆ kProductIDEntryOpt

char const* const kProductIDEntryOpt = "productIDEntry"
static

Definition at line 1131 of file EdmProvDump.cc.

Referenced by main().

◆ kShowAllModulesCommandOpt

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

Definition at line 1119 of file EdmProvDump.cc.

Referenced by main().

◆ kShowAllModulesOpt

char const* const kShowAllModulesOpt = "showAllModules"
static

Definition at line 1118 of file EdmProvDump.cc.

Referenced by main().

◆ kShowTopLevelPSetsCommandOpt

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

Definition at line 1125 of file EdmProvDump.cc.

Referenced by main().

◆ kShowTopLevelPSetsOpt

char const* const kShowTopLevelPSetsOpt = "showTopLevelPSets"
static

Definition at line 1124 of file EdmProvDump.cc.

Referenced by main().

◆ kSortCommandOpt

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

Definition at line 1109 of file EdmProvDump.cc.

Referenced by main().

◆ kSortOpt

char const* const kSortOpt = "sort"
static

Definition at line 1108 of file EdmProvDump.cc.

Referenced by main().

◆ source

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

Definition at line 49 of file EdmProvDump.cc.

Referenced by optutl::CommandLineParser::_runVariableCommandFromString(), optutl::CommandLineParser::_setVariablesFromFile(), Clusterizer1DCommons::add(), XrdAdaptor::RequestManager::addConnections(), HLTExoticaPlotter::analyze(), HLTHiggsPlotter::analyze(), HLTMuonPlotter::analyze(), HLTHiggsSubAnalysis::analyze(), HLTMuonPlotter::beginRun(), HLTExoticaPlotter::bookHist(), HLTHiggsPlotter::bookHist(), HLTMuonPlotter::bookHist(), HLTHiggsSubAnalysis::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(), HGCalHitValidation::fillDescriptions(), 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(), helper::CollectionSizeFilter< C, N >::filter(), ObjectSelectorBase< SingleElementCollectionSelector< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder >, OutputCollection, NonNullNumberSelector, PostProcessor, StoreManager, Base, ::reco::modules::EventSetupInit< SingleElementCollectionSelector< InputCollection, Selector, OutputCollection, StoreContainer, RefAdder > >::type >::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(), 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(), CandOneToManyDeltaRMatcher::produce(), CandOneToOneDeltaRMatcher::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(), L1MuBMExtrapolationUnit::which_ext(), L1MuDTExtrapolationUnit::which_ext(), ProvenanceDumper::work_(), popcon::PopCon::write(), lumi::Lumi2DB::writeAllLumiDataToSchema2(), lumi::HLTV32DB::writeHltDataToSchema2(), and lumi::TRGScalers2DB::writeTrgDataToSchema2().

◆ triggerPaths

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

◆ triggerResults

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

Definition at line 47 of file EdmProvDump.cc.

Referenced by evf::GlobalEvFOutputModule::acquire(), pat::PackedTriggerPrescales::addPrescaledTrigger(), ElectronGeneralAnalyzer::analyze(), HLTFiltersDQMonitor::analyze(), HLTTauDQMPathSummaryPlotter::analyze(), HLTTauDQMTagAndProbePlotter::analyze(), EwkMuLumiMonitorDQM::analyze(), HLTTauDQMPathPlotter::analyze(), TriggerMatchMonitor::analyze(), BeamMonitor::analyze(), PixelVTXMonitor::analyze(), DQMHcalIsolatedBunchAlCaReco::analyze(), MuonRecoOneHLT::analyze(), BaseTnPEfficiencyTask::analyze(), HigPhotonJetHLTOfflineSource::analyze(), BTVHLTOfflineSource::analyze(), HLTMuonMatchAndPlotContainer::analyze(), HeavyFlavorValidation::analyze(), StudyTriggerHLT::analyze(), JetHTAnalyzer::analyze(), HLTMuonMatchAndPlot::analyze(), IsoTrackCalibration::analyze(), HLTObjectMonitorProtonLead::analyze(), HLTObjectMonitor::analyze(), L1Muon2RecoTreeProducer::analyze(), StudyCaloResponse::analyze(), HcalIsoTrkSimAnalyzer::analyze(), HcalIsoTrkAnalyzer::analyze(), IsoTrig::analyze(), HLTObjectsMonitor::analyze(), IsolatedTracksCone::analyze(), L1MuonRecoTreeProducer::analyze(), MuScleFit::duringLoop(), AlCaIsolatedBunchSelector::filter(), AlCaIsolatedBunchFilter::filter(), AlCaIsoTracksProducerFilter::filter(), DisappearingMuonsSkimming::filter(), AlCaHBHEMuonFilter::filter(), AlCaHEMuonFilter::filter(), AlCaLowPUHBHEMuonFilter::filter(), AlCaIsoTracksFilter::filter(), HLTTauDQMPath::fired(), dqmoffline::l1t::getFiredTriggerIndices(), dqmoffline::l1t::getTriggerResults(), HigPhotonJetHLTOfflineSource::isMonitoredTriggerAccepted(), HLTTauDQMPath::lastPassedFilter(), dqmoffline::l1t::passesAnyTriggerFromList(), DisappearingMuonsSkimming::passTriggers(), FWPathsPopup::postEvent(), PrescaleWeightProvider::prescaleWeight(), pat::PATTriggerObjectStandAloneSlimmer::produce(), pat::PATTriggerObjectStandAloneUnpacker::produce(), AlCaHcalHBHEMuonProducer::produce(), pat::PATMuonProducer::produce(), AlCaIsoTracksProducer::produce(), AlCaHcalIsotrkProducer::produce(), HLTPrescaleProvider::rejectedByHLTPrescaler(), AlCaIsoTracksProducer::select(), 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().