Go to the documentation of this file.
19 #ifndef CSCMonitorObject_H
20 #define CSCMonitorObject_H
46 void Fill(
float x,
float yw)
override {
51 void Fill(
float x,
float y,
float zw)
override {
56 void Fill(
float x,
float y,
float z,
float w)
override {
90 me->
getTH1()->SetAxisRange(from,
to, axis.c_str());
~CSCMonitorObject() override
dqm::legacy::DQMStore DQMStore
const double GetBinError(const int bin) override
virtual void setEntries(double nentries)
set # of entries
double GetBinContent(const int binX) override
const double GetEntries() override
const TH1 * getTH1(void) const override
dqm::legacy::MonitorElement MonitorElement
void Fill(float x, float yw) override
CSCMonitorObject(MonitorElement *p_me)
cscdqm::MonitorObject implementation used in CSCMonitorModuleCmn
void SetMaximum(const double d) override
void SetEntries(const double value) override
void SetAxisRange(const double from, const double to, const std::string &axis) override
const int GetMaximumBin() override
void SetBinContent(const int binX, const int binY, const double value) override
virtual TH1 * getTH1() const
void Fill(float x, float y, float zw) override
double GetBinContent(const int binX, int binY) override
void SetNormFactor(const double factor) override
void setAxisTitle(const std::string title, const int axisN) override
void SetBinContent(const int binX, const double value) override
virtual void setBinContent(int binx, double content)
set content of bin (1-D)
TH1 * getTH1Lock(void) override
void SetBinError(const int bin, const double error) override
void Fill(float x, float y, float z, float w) override
void Fill(float x) override
Monitoring Object interface used to cover Root object and provide common interface to EventProcessor ...
const TObject * getRefRootObject(void) const override
auto zw(V v) -> Vec2< typename std::remove_reference< decltype(v[0])>::type >
virtual void setAxisTitle(const std::string &title, int axis=1)
set x-, y- or z-axis title (axis=1, 2, 3 respectively)
virtual double getBinContent(int binx) const
get content of bin (1-D)