4 std::string MsgLoggerCat =
"ConverterTester_ConverterTester";
11 edm::LogInfo(MsgLoggerCat) <<
"\n===============================\n" 12 <<
"Initialized as EDAnalyzer with parameter values:\n" 13 <<
" Name = " <<
fName <<
"\n" 14 <<
" Verbosity = " << verbosity <<
"\n" 15 <<
" Frequency = " << frequency <<
"\n" 16 <<
"===============================\n";
57 meTestTH3F =
dbe->
book3D(
"Random3D",
"Random3D", 100, -10., 10., 100, -10., 10., 100, -10., 10.);
63 meTestProfile2 =
dbe->
bookProfile2D(
"Profile2",
"Profile2", 100, -10., 10., 100, -10, 10., 100, -10., 10.);
80 std::string MsgLoggerCat =
"ConverterTester_endJob";
82 edm::LogInfo(MsgLoggerCat) <<
"Terminating having processed " <<
count <<
" events.";
98 for (
int i = 0;
i < 1000; ++
i) {
MonitorElement * book2D(char_string const &name, char_string const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
Book 2D histogram.
MonitorElement * bookProfile2D(char_string const &name, char_string const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, double lowZ, double highZ, char const *option="s")
ConverterTester(const edm::ParameterSet &)
T getUntrackedParameter(std::string const &, T const &) const
void analyze(const edm::Event &, const edm::EventSetup &) override
MonitorElement * meTestTH3F
MonitorElement * meTestString
MonitorElement * bookInt(char_string const &name)
Book int.
MonitorElement * book1D(char_string const &name, char_string const &title, int const nchX, double const lowX, double const highX)
Book 1D histogram.
MonitorElement * bookFloat(char_string const &name)
Book float.
MonitorElement * meTestTH2F
void tag(MonitorElement *me, unsigned int myTag)
MonitorElement * meTestFloat
MonitorElement * meTestTH1FN
void endRun(const edm::Run &, const edm::EventSetup &) override
~ConverterTester() override
void beginRun(const edm::Run &, const edm::EventSetup &) override
MonitorElement * bookString(char_string const &name, char_string const &value)
Book string.
const std::string getFullname() const
get full name of ME including Pathname
void setCurrentFolder(std::string const &fullpath)
MonitorElement * bookProfile(char_string const &name, char_string const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, char const *option="s")
MonitorElement * meTestProfile1
MonitorElement * meTestProfile2
MonitorElement * meTestTH1FD
MonitorElement * book3D(char_string const &name, char_string const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, int nchZ, double lowZ, double highZ)
Book 3D histogram.
MonitorElement * meTestInt