Go to the documentation of this file.
23 @example_stream#
include "DQMServices/Core/interface/DQMEDAnalyzer.h"
31 @example_stream#
include "DQMServices/Core/interface/MonitorElement.h"
96 @example_stream
using namespace edm;
110 @example_stream
example_ = ibook.
book1D(
"EXAMPLE",
"Example 1D", 20, 0., 10.);
111 @example_stream
example2D_ = ibook.
book2D(
"EXAMPLE_2D",
"Example 2D", 20, 0, 20, 15, 0, 15);
112 @example_stream
example3D_ = ibook.
book3D(
"EXAMPLE_3D",
"Example 3D", 20, 0, 20, 15, 0, 15, 25, 0, 25);
140 descriptions.
add(
"__class_lowercase__",
desc);
example_stream void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
example_stream MonitorElement * example2D_
MonitorElement * bookProfile2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, double lowZ, double highZ, char const *option="s", FUNC onbooking=NOOP())
example_stream MonitorElement * exampleTProfile_
virtual void setCurrentFolder(std::string const &fullpath)
#define DEFINE_FWK_MODULE(type)
void add(std::string const &label, ParameterSetDescription const &psetDescription)
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
MonitorElement * bookProfile(TString const &name, TString const &title, int nchX, double lowX, double highX, int, double lowY, double highY, char const *option="s", FUNC onbooking=NOOP())
example_global void dqmAnalyze(edm::Event const &, edm::EventSetup const &, Histograms___class__ const &) const override
example_stream int eventCount_
example_stream example_global example_stream example_globalstruct Histograms___class__
example_stream MonitorElement * exampleTProfile2D_
example_streamclass __class__
example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
MonitorElement * book3D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, int nchZ, double lowZ, double highZ, FUNC onbooking=NOOP())
bool include(const CollT &coll, const ItemT &item)
void analyze(const edm::Event &, const edm::EventSetup &) override
example_stream MonitorElement * example3D_
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
example_stream MonitorElement * example_