Typedefs | |
using | SchedulingConstructLabelSet = std::unordered_set< std::string, std::hash< std::string >, std::equal_to<> > |
The label is an indicator of a path scheduling construct and not an actual module. More... | |
Functions | |
std::vector< std::string > | configurationToModuleBitPosition (std::vector< std::string >) |
std::string | removeSchedulingTokensFromModuleLabel (std::string iLabel) |
SchedulingConstructLabelSet const & | schedulingConstructLabels () |
using edm::path_configuration::SchedulingConstructLabelSet = typedef std::unordered_set<std::string, std::hash<std::string>, std::equal_to<> > |
The label is an indicator of a path scheduling construct and not an actual module.
Definition at line 32 of file path_configuration.h.
std::vector< std::string > edm::path_configuration::configurationToModuleBitPosition | ( | std::vector< std::string > | iConfig | ) |
Definition at line 29 of file path_configuration.cc.
References dqmiodumpmetadata::n, and schedulingConstructLabels().
Referenced by HLTConfigData::extract(), and edm::service::TriggerNamesService::TriggerNamesService().
std::string edm::path_configuration::removeSchedulingTokensFromModuleLabel | ( | std::string | iLabel | ) |
Definition at line 39 of file path_configuration.cc.
References ALPAKA_ACCELERATOR_NAMESPACE::brokenline::constexpr(), and submitPVValidationJobs::t.
Referenced by pat::TriggerObjectStandAlone::allLabels(), and HLTMuonPlotter::analyze().
SchedulingConstructLabelSet const & edm::path_configuration::schedulingConstructLabels | ( | ) |
Definition at line 22 of file path_configuration.cc.
Referenced by configurationToModuleBitPosition().