Go to the documentation of this file.
9 : inputmepset_(getHistoPSet(iConfig.getParameter<
edm::
ParameterSet>(
"inputme"))),
10 outputmepset_(getOutputHistoPSet(iConfig.getParameter<
edm::
ParameterSet>(
"outputme"))) {
11 edm::LogInfo(
"DQMScaleToClient") <<
"Constructor DQMScaleToClient::DQMScaleToClient " << std::endl;
27 pset.getParameter<
double>(
"factor"),
73 edm::LogInfo(
"DQMScaleToClient") <<
"DQMScaleToClient::endLumi " << std::endl;
84 pset.add<
double>(
"factor", 1.);
97 descriptions.
add(
"dqmScaleToClient",
desc);
static void fillOutputMePSetDescription(edm::ParameterSetDescription &pset)
void dqmEndJob(DQMStore::IBooker &, DQMStore::IGetter &) override
virtual void setCurrentFolder(std::string const &fullpath)
Log< level::Info, false > LogInfo
static OutputMEPSet getOutputHistoPSet(edm::ParameterSet pset)
static MEPSet getHistoPSet(edm::ParameterSet pset)
DQMScaleToClient(const edm::ParameterSet &ps)
#define DEFINE_FWK_MODULE(type)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
Integral< F, X >::type integral(const F &f)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
virtual TH1 * getTH1() const
void dqmEndLuminosityBlock(DQMStore::IBooker &, DQMStore::IGetter &, edm::LuminosityBlock const &, edm::EventSetup const &) override
Log< level::Error, false > LogError
OutputMEPSet outputmepset_
virtual MonitorElement * get(std::string const &fullpath) const
static void fillMePSetDescription(edm::ParameterSetDescription &pset)
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())