Go to the documentation of this file.
10 getAllProvenances(
false),
11 printProvenanceInfo(
false),
13 std::string MsgLoggerCat =
"GlobalHitsTester_GlobalHitsTester";
26 edm::LogInfo(MsgLoggerCat) <<
"\n===============================\n"
27 <<
"Initialized as EDAnalyzer with parameter values:\n"
28 <<
" Name = " <<
fName <<
"\n"
31 <<
" VtxUnit = " <<
vtxunit <<
"\n"
33 <<
" DoOutput = " <<
doOutput <<
"\n"
36 <<
"===============================\n";
66 meTestTH2F = ibooker.
book2D(
"Random2D",
"Random2D", 100, -10, 10., 100, -10., 10.);
69 meTestTH3F = ibooker.
book3D(
"Random3D",
"Random3D", 100, -10., 10., 100, -10., 10., 100, -10., 10.);
75 meTestProfile2 = ibooker.
bookProfile2D(
"Profile2",
"Profile2", 100, -10., 10., 100, -10, 10., 100, -10., 10.);
79 for (
int i = 0;
i < 1000; ++
i) {
MonitorElement * bookFloat(TString const &name, FUNC onbooking=NOOP())
MonitorElement * meTestTH1F
MonitorElement * meTestProfile2
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())
virtual void setCurrentFolder(std::string const &fullpath)
MonitorElement * meTestFloat
T getUntrackedParameter(std::string const &, T const &) const
Log< level::Info, false > LogInfo
MonitorElement * meTestTH2F
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
~GlobalHitsTester() 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())
MonitorElement * bookString(TString const &name, TString const &value, FUNC onbooking=NOOP())
GlobalHitsTester(const edm::ParameterSet &)
MonitorElement * meTestProfile1
MonitorElement * bookInt(TString const &name, FUNC onbooking=NOOP())
MonitorElement * meTestInt
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())
void analyze(const edm::Event &, const edm::EventSetup &) override
T getParameter(std::string const &) const
MonitorElement * book1D(TString const &name, TString const &title, int const nchX, double const lowX, double const highX, FUNC onbooking=NOOP())
MonitorElement * meTestTH3F
MonitorElement * meTestString