Typedefs | |
using | EdgeToPathMap = std::map< SimpleEdge, std::vector< unsigned int > > |
using | SimpleEdge = std::pair< unsigned int, unsigned int > |
Functions | |
void | throwIfImproperDependencies (EdgeToPathMap const &, std::vector< std::vector< unsigned int >> const &iPathIndexToModuleIndexOrder, std::vector< std::string > const &iPathNames, std::unordered_map< unsigned int, std::string > const &iModuleIndexToNames) |
Variables | |
constexpr auto | kDataDependencyIndex = std::numeric_limits<unsigned int>::max() |
constexpr auto | kInvalidIndex = std::numeric_limits<unsigned int>::max() |
using edm::graph::EdgeToPathMap = typedef std::map<SimpleEdge, std::vector<unsigned int> > |
Definition at line 40 of file throwIfImproperDependencies.h.
using edm::graph::SimpleEdge = typedef std::pair<unsigned int, unsigned int> |
Definition at line 39 of file throwIfImproperDependencies.h.
void edm::graph::throwIfImproperDependencies | ( | EdgeToPathMap const & | iEdgeToPathMap, |
std::vector< std::vector< unsigned int >> const & | iPathIndexToModuleIndexOrder, | ||
std::vector< std::string > const & | iPathNames, | ||
std::unordered_map< unsigned int, std::string > const & | iModuleIndexToNames | ||
) |
Definition at line 502 of file throwIfImproperDependencies.cc.
References hgcalTestNeighbor_cfi::detector, and g.
Referenced by edm::checkForModuleDependencyCorrectness().
|
constexpr |
Definition at line 37 of file throwIfImproperDependencies.h.
Referenced by edm::checkForModuleDependencyCorrectness().
|
constexpr |
Definition at line 34 of file throwIfImproperDependencies.h.
Referenced by edm::checkForModuleDependencyCorrectness().