Public Member Functions | |
void | postEvent (edm::StreamContext const &sc) |
void | postModuleBeginStream (edm::StreamContext const &, edm::ModuleCallingContext const &mcc) |
void | postModuleConstruction (edm::ModuleDescription const &desc) |
void | postModuleEvent (edm::StreamContext const &sc, edm::ModuleCallingContext const &mcc) |
ROCmMonitoringService (edm::ParameterSet const &iConfig, edm::ActivityRegistry &iRegistry) | |
~ROCmMonitoringService ()=default | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Attributes | |
int | numberOfDevices_ = 0 |
Definition at line 21 of file ROCmMonitoringService.cc.
ROCmMonitoringService::ROCmMonitoringService | ( | edm::ParameterSet const & | iConfig, |
edm::ActivityRegistry & | iRegistry | ||
) |
Definition at line 37 of file ROCmMonitoringService.cc.
References numberOfDevices_, or, postEvent(), postModuleBeginStream(), postModuleConstruction(), postModuleEvent(), edm::ActivityRegistry::watchPostEvent(), edm::ActivityRegistry::watchPostModuleBeginStream(), edm::ActivityRegistry::watchPostModuleConstruction(), and edm::ActivityRegistry::watchPostModuleEvent().
|
default |
|
static |
Definition at line 59 of file ROCmMonitoringService.cc.
References edm::ConfigurationDescriptions::add(), submitPVResolutionJobs::desc, and edm::ConfigurationDescriptions::setComment().
void ROCmMonitoringService::postEvent | ( | edm::StreamContext const & | sc | ) |
Definition at line 115 of file ROCmMonitoringService.cc.
References dqm-mbProfile::log, and numberOfDevices_.
Referenced by ROCmMonitoringService().
void ROCmMonitoringService::postModuleBeginStream | ( | edm::StreamContext const & | , |
edm::ModuleCallingContext const & | mcc | ||
) |
Definition at line 101 of file ROCmMonitoringService.cc.
References dqm-mbProfile::log, edm::ModuleCallingContext::moduleDescription(), edm::ModuleDescription::moduleLabel(), edm::ModuleDescription::moduleName(), and numberOfDevices_.
Referenced by ROCmMonitoringService().
void ROCmMonitoringService::postModuleConstruction | ( | edm::ModuleDescription const & | desc | ) |
Definition at line 95 of file ROCmMonitoringService.cc.
References submitPVResolutionJobs::desc, dqm-mbProfile::log, and numberOfDevices_.
Referenced by ROCmMonitoringService().
void ROCmMonitoringService::postModuleEvent | ( | edm::StreamContext const & | sc, |
edm::ModuleCallingContext const & | mcc | ||
) |
Definition at line 108 of file ROCmMonitoringService.cc.
References dqm-mbProfile::log, edm::ModuleCallingContext::moduleDescription(), edm::ModuleDescription::moduleLabel(), edm::ModuleDescription::moduleName(), and numberOfDevices_.
Referenced by ROCmMonitoringService().
|
private |
Definition at line 34 of file ROCmMonitoringService.cc.
Referenced by postEvent(), postModuleBeginStream(), postModuleConstruction(), postModuleEvent(), and ROCmMonitoringService().