23 @example_stream#
include "DQMServices/Core/interface/DQMEDAnalyzer.h" 31 @example_stream#
include "DQMServices/Core/interface/MonitorElement.h" 96 @example_stream
using namespace edm;
108 @example_stream __class_space__
edm::Run const&
run,
112 @example_stream
example_ = ibook.
book1D(
"EXAMPLE",
"Example 1D", 20, 0., 10.);
113 @example_stream
example2D_ = ibook.
book2D(
"EXAMPLE_2D",
"Example 2D", 20, 0, 20, 15, 0, 15);
114 @example_stream
example3D_ = ibook.
book3D(
"EXAMPLE_3D",
"Example 3D", 20, 0, 20, 15, 0, 15, 25, 0, 25);
141 descriptions.
add(
"__class_lowercase__",
desc);
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 int eventCount_
virtual void setCurrentFolder(std::string const &fullpath)
example_stream MonitorElement * exampleTProfile2D_
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
example_stream MonitorElement * exampleTProfile_
example_stream void analyze(const edm::Event &, const edm::EventSetup &) override
example_global example_streamclass __class__
example_stream MonitorElement * example3D_
example_stream void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
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_stream MonitorElement * example_
#define DEFINE_FWK_MODULE(type)
void analyze(const edm::Event &, const edm::EventSetup &) override
static void fillDescriptions(edm::ConfigurationDescriptions &descriptions)
example_global void dqmAnalyze(edm::Event const &, edm::EventSetup const &, Histograms___class__ const &) const override
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
void add(std::string const &label, ParameterSetDescription const &psetDescription)
example_stream MonitorElement * example2D_
bool include(const CollT &coll, const ItemT &item)
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, 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())
example_stream example_global example_stream example_stream example_globalstruct Histograms___class__