|
|
#include <GlobalHitsTester.h>
Definition at line 75 of file GlobalHitsTester.h.
◆ GlobalHitsTester()
Definition at line 4 of file GlobalHitsTester.cc.
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";
References doOutput, fName, frequency, getAllProvenances, edm::ParameterSet::getParameter(), edm::ParameterSet::getUntrackedParameter(), outputfile, printProvenanceInfo, AlCaHLTBitMon_QueryRunRegistry::string, verbosity, and vtxunit.
◆ ~GlobalHitsTester()
GlobalHitsTester::~GlobalHitsTester |
( |
| ) |
|
|
override |
◆ analyze()
Reimplemented from DQMEDAnalyzer.
Definition at line 78 of file GlobalHitsTester.cc.
79 for (
int i = 0;
i < 1000; ++
i) {
References dqm::impl::MonitorElement::Fill(), mps_fire::i, meTestFloat, meTestInt, meTestProfile1, meTestProfile2, meTestTH1F, meTestTH2F, meTestTH3F, RandomVal1, RandomVal2, and RandomVal3.
◆ bookHistograms()
Implements DQMEDAnalyzer.
Definition at line 42 of file GlobalHitsTester.cc.
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.);
References dqm::implementation::IBooker::book1D(), dqm::implementation::IBooker::book2D(), dqm::implementation::IBooker::book3D(), dqm::implementation::IBooker::bookFloat(), dqm::implementation::IBooker::bookInt(), dqm::implementation::IBooker::bookProfile(), dqm::implementation::IBooker::bookProfile2D(), dqm::implementation::IBooker::bookString(), meTestFloat, meTestInt, meTestProfile1, meTestProfile2, meTestString, meTestTH1F, meTestTH2F, meTestTH3F, and dqm::implementation::NavigatorBase::setCurrentFolder().
◆ count
unsigned int GlobalHitsTester::count |
|
private |
◆ doOutput
bool GlobalHitsTester::doOutput |
|
private |
◆ fName
std::string GlobalHitsTester::fName |
|
private |
◆ frequency
int GlobalHitsTester::frequency |
|
private |
◆ getAllProvenances
bool GlobalHitsTester::getAllProvenances |
|
private |
◆ label
std::string GlobalHitsTester::label |
|
private |
◆ meTestFloat
◆ meTestInt
◆ meTestProfile1
◆ meTestProfile2
◆ meTestString
◆ meTestTH1F
◆ meTestTH2F
◆ meTestTH3F
◆ outputfile
std::string GlobalHitsTester::outputfile |
|
private |
◆ printProvenanceInfo
bool GlobalHitsTester::printProvenanceInfo |
|
private |
◆ Random
TRandom* GlobalHitsTester::Random |
|
private |
◆ RandomVal1
double GlobalHitsTester::RandomVal1 |
|
private |
◆ RandomVal2
double GlobalHitsTester::RandomVal2 |
|
private |
◆ RandomVal3
double GlobalHitsTester::RandomVal3 |
|
private |
◆ verbosity
int GlobalHitsTester::verbosity |
|
private |
◆ vtxunit
int GlobalHitsTester::vtxunit |
|
private |
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
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())
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())
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