Go to the documentation of this file.
2 #include <fmt/format.h>
9 me->getTH1()->SetMinimum(-1
e-5);
16 for (
int disk = 1; disk < 4; ++disk) {
27 for (
int xbin = 1; xbin <= 15; ++xbin) {
28 me->setBinContent(xbin,
sec, -1);
37 for (
int sector = 1; sector <= 12; ++sector) {
44 for (
int disk = -4; disk <= 4; ++disk) {
45 for (
int sector = 1; sector <= 6; ++sector) {
60 if (sector < 1 or sector > 6)
64 me->setBinContent(11 + disk, sector,
value);
66 me->setBinContent(5 + disk, sector,
value);
dqm::implementation::IBooker IBooker
static void setBinsEndcap(MonitorElement *me, const double value)
static void setBinEndcap(MonitorElement *me, const int disk, const int sector, const double value)
static void setBinBarrel(MonitorElement *me, const int wheel, const int sector, const double value)
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
The Signals That Services Can Subscribe To This is based on ActivityRegistry and is current per Services can connect to the signals distributed by the ActivityRegistry in order to monitor the activity of the application Each possible callback has some defined which we here list in angle e< void, edm::EventID const &, edm::Timestamp const & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
static MonitorElement * book(IBooker &booker, const std::string &name, const std::string &title)
Abs< T >::type abs(const T &t)
static void setBinsBarrel(MonitorElement *me, const double value)
dqm::implementation::MonitorElement MonitorElement