#include <ComponentMaker.h>
Definition at line 38 of file ComponentMaker.h.
virtual edm::eventsetup::ComponentMakerBaseHelper::~ComponentMakerBaseHelper |
( |
| ) |
|
|
inlinevirtual |
void edm::eventsetup::ComponentMakerBaseHelper::logInfoWhenSharing |
( |
ParameterSet const & |
iConfiguration | ) |
const |
|
protected |
Definition at line 23 of file ComponentMaker.cc.
References edm::ParameterSet::getParameter(), and diffTwoXMLs::label.
25 std::string edmtype = iConfiguration.getParameter<std::string>(
"@module_edm_type");
26 std::string modtype = iConfiguration.getParameter<std::string>(
"@module_type");
27 std::string
label = iConfiguration.getParameter<std::string>(
"@module_label");
28 edm::LogInfo(
"EventSetupSharing") <<
"Sharing " << edmtype <<
": class=" << modtype <<
" label='" << label <<
"'";