2 #include <fmt/format.h>
12 for (
int sec = 1; sec <= 12; ++sec) {
16 for (
int disk = 1; disk < 4; ++disk) {
21 for (
int wheel = -2; wheel <= 2; ++wheel) {
26 for (
int sec = 1; sec <= 12; ++sec) {
27 for (
int xbin = 1; xbin <= 15; ++xbin) {
36 for (
int wheel = -2; wheel <= 2; ++wheel) {
37 for (
int sector = 1; sector <= 12; ++sector) {
44 for (
int disk = -4; disk <= 4; ++disk) {
45 for (
int sector = 1; sector <= 6; ++sector) {
52 if (
std::abs(wheel) > 2
or sector < 1 or sector > 12)
60 if (sector < 1 or sector > 6)
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::EventIDconst &, edm::Timestampconst & > We also list in braces which AR_WATCH_USING_METHOD_ is used for those or
static void setBinEndcap(MonitorElement *me, const int disk, const int sector, const double value)
static void setBinsEndcap(MonitorElement *me, const double value)
Abs< T >::type abs(const T &t)
virtual void setBinLabel(int bin, const std::string &label, int axis=1)
set bin label for x, y or z axis (axis=1, 2, 3 respectively)
static MonitorElement * book(IBooker &booker, const std::string &name, const std::string &title)
virtual void setBinContent(int binx, double content)
set content of bin (1-D)
dqm::legacy::MonitorElement MonitorElement
MonitorElement * book2D(TString const &name, TString const &title, int nchX, double lowX, double highX, int nchY, double lowY, double highY, FUNC onbooking=NOOP())
dqm::reco::DQMStore::IBooker IBooker
static void setBinsBarrel(MonitorElement *me, const double value)
virtual TH1 * getTH1() const
static void setBinBarrel(MonitorElement *me, const int wheel, const int sector, const double value)