#include <UpdaterService.h>
Public Member Functions | |
bool | check (std::string, std::string) |
bool | checkOnce (std::string) |
void | init (const edm::EventID &, const edm::Timestamp &) |
UpdaterService (const edm::ParameterSet &cfg, edm::ActivityRegistry &r) | |
~UpdaterService () | |
Static Public Member Functions | |
static void | fillDescriptions (edm::ConfigurationDescriptions &descriptions) |
Private Member Functions | |
void | theInit () |
Private Attributes | |
std::map< std::string, unsigned int > | theCounts |
const edm::EventID * | theEventId |
Definition at line 16 of file UpdaterService.h.
UpdaterService::UpdaterService | ( | const edm::ParameterSet & | cfg, |
edm::ActivityRegistry & | r | ||
) |
Definition at line 9 of file UpdaterService.cc.
References init(), theInit(), and edm::ActivityRegistry::watchPreProcessEvent().
UpdaterService::~UpdaterService | ( | ) |
Definition at line 15 of file UpdaterService.cc.
bool UpdaterService::check | ( | std::string | tag, |
std::string | label | ||
) |
Definition at line 52 of file UpdaterService.cc.
bool UpdaterService::checkOnce | ( | std::string | tag | ) |
Definition at line 32 of file UpdaterService.cc.
References submit::answer, edm::EventID::event(), i, LogDebug, edm::EventID::run(), GlobalPosition_Frontier_DevDB_cff::tag, theCounts, and theEventId.
|
static |
Definition at line 18 of file UpdaterService.cc.
References edm::ConfigurationDescriptions::add().
void UpdaterService::init | ( | const edm::EventID & | eId, |
const edm::Timestamp & | |||
) |
Definition at line 23 of file UpdaterService.cc.
References theEventId, and theInit().
Referenced by UpdaterService().
|
private |
Definition at line 28 of file UpdaterService.cc.
References theCounts.
Referenced by init(), and UpdaterService().
|
private |
Definition at line 31 of file UpdaterService.h.
Referenced by checkOnce(), and theInit().
|
private |
Definition at line 32 of file UpdaterService.h.
Referenced by checkOnce(), and init().