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) {
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
T getParameter(std::string const &) const
MonitorElement * bookFloat(TString const &name, FUNC onbooking=NOOP())
MonitorElement * meTestProfile1
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)
void analyze(const edm::Event &, const edm::EventSetup &) override
MonitorElement * meTestInt
MonitorElement * bookString(TString const &name, TString const &value, FUNC onbooking=NOOP())
MonitorElement * meTestString
MonitorElement * meTestTH3F
T getUntrackedParameter(std::string const &, T const &) const
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 * meTestProfile2
Log< level::Info, false > LogInfo
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
MonitorElement * bookInt(TString const &name, FUNC onbooking=NOOP())
MonitorElement * meTestTH1F
MonitorElement * meTestFloat
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())
GlobalHitsTester(const edm::ParameterSet &)
MonitorElement * meTestTH2F
~GlobalHitsTester() override