25 : verbose_(iPS.getUntrackedParameter<
bool>(
"verbose")) {
47 desc.addUntracked<
bool>(
"verbose",
false)->setComment(
"Prints LogAbsolute messages if true");
48 descriptions.
add(
"TestServiceOne",
desc);
53 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::preBeginProcessBlock";
59 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::preEndProcessBlock";
65 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::preGlobalBeginRun";
71 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::preGlobalEndRun";
77 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::preGlobalBeginLumi";
83 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::preGlobalEndLumi";
90 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::preStreamBeginLumi";
97 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::postStreamBeginLumi";
104 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::preStreamEndLumi";
111 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::postStreamEndLumi";
118 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::preModuleStreamBeginLumi";
125 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::postModuleStreamBeginLumi";
132 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::preModuleStreamEndLumi";
139 edm::LogAbsolute(
"TestServiceOne") <<
"test message from TestServiceOne::postModuleStreamEndLumi";
unsigned int nPreStreamEndLumi() const
std::atomic< unsigned int > nPostStreamEndLumi_
unsigned int nPreStreamBeginLumi() const
void postStreamBeginLumi(edm::StreamContext const &)
void preGlobalEndLumi(edm::GlobalContext const &)
void preModuleStreamBeginLumi(edm::StreamContext const &, edm::ModuleCallingContext const &)
void watchPreGlobalEndLumi(PreGlobalEndLumi::slot_type const &iSlot)
void preGlobalBeginRun(edm::GlobalContext const &)
unsigned int nPostModuleStreamEndLumi() const
void watchPostStreamEndLumi(PostStreamEndLumi::slot_type const &iSlot)
void watchPreGlobalBeginLumi(PreGlobalBeginLumi::slot_type const &iSlot)
void watchPostModuleStreamEndLumi(PostModuleStreamEndLumi::slot_type const &iSlot)
std::atomic< unsigned int > nPostStreamBeginLumi_
void preGlobalEndRun(edm::GlobalContext const &)
void watchPreBeginProcessBlock(PreBeginProcessBlock::slot_type const &iSlot)
void watchPreEndProcessBlock(PreEndProcessBlock::slot_type const &iSlot)
void watchPreStreamEndLumi(PreStreamEndLumi::slot_type const &iSlot)
void preEndProcessBlock(edm::GlobalContext const &)
void preStreamBeginLumi(edm::StreamContext const &)
unsigned int nPostModuleStreamBeginLumi() const
void watchPreGlobalEndRun(PreGlobalEndRun::slot_type const &iSlot)
unsigned int nPreModuleStreamBeginLumi() const
TestServiceOne(const edm::ParameterSet &, edm::ActivityRegistry &)
void watchPostStreamBeginLumi(PostStreamBeginLumi::slot_type const &iSlot)
unsigned int nPostStreamBeginLumi() const
void postStreamEndLumi(edm::StreamContext const &)
void watchPreGlobalBeginRun(PreGlobalBeginRun::slot_type const &iSlot)
void watchPreModuleStreamBeginLumi(PreModuleStreamBeginLumi::slot_type const &iSlot)
void preStreamEndLumi(edm::StreamContext const &)
#define DEFINE_FWK_SERVICE(type)
std::atomic< unsigned int > nPostModuleStreamBeginLumi_
void watchPostModuleStreamBeginLumi(PostModuleStreamBeginLumi::slot_type const &iSlot)
void postModuleStreamEndLumi(edm::StreamContext const &, edm::ModuleCallingContext const &)
void watchPreModuleStreamEndLumi(PreModuleStreamEndLumi::slot_type const &iSlot)
void watchPreStreamBeginLumi(PreStreamBeginLumi::slot_type const &iSlot)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
std::atomic< unsigned int > nPreStreamEndLumi_
std::atomic< unsigned int > nPreModuleStreamBeginLumi_
unsigned int nPreModuleStreamEndLumi() const
std::atomic< unsigned int > nPostModuleStreamEndLumi_
std::atomic< unsigned int > nPreModuleStreamEndLumi_
Log< level::System, true > LogAbsolute
void postModuleStreamBeginLumi(edm::StreamContext const &, edm::ModuleCallingContext const &)
std::atomic< unsigned int > nPreStreamBeginLumi_
void preGlobalBeginLumi(edm::GlobalContext const &)
void preBeginProcessBlock(edm::GlobalContext const &)
static void fillDescriptions(edm::ConfigurationDescriptions &)
void preModuleStreamEndLumi(edm::StreamContext const &, edm::ModuleCallingContext const &)
unsigned int nPostStreamEndLumi() const