#include <DQMChannel.h>
Public Member Functions | |
DQMChannel (int bx, int by, int bz, float data, float rms) | |
DQMChannel (void) | |
int | getBin (void) |
int | getBinX (void) |
int | getBinY (void) |
int | getBinZ (void) |
float | getContents (void) |
float | getRMS (void) |
Public Attributes | |
int | binx |
int | biny |
int | binz |
float | content |
float | RMS |
Definition at line 4 of file DQMChannel.h.
|
inline |
Definition at line 19 of file DQMChannel.h.
References binx, biny, binz, content, data, RMS, and plotscripts::rms().
|
inline |
|
inline |
Definition at line 12 of file DQMChannel.h.
References getBinX().
Referenced by BTagWeightCalculator.BTagWeightCalculator::calcJetWeight().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int DQMChannel::binx |
Definition at line 6 of file DQMChannel.h.
Referenced by DQMChannel(), and getBinX().
int DQMChannel::biny |
Definition at line 7 of file DQMChannel.h.
Referenced by DQMChannel(), and getBinY().
int DQMChannel::binz |
Definition at line 8 of file DQMChannel.h.
Referenced by DQMChannel(), and getBinZ().
float DQMChannel::content |
Definition at line 9 of file DQMChannel.h.
Referenced by python.rootplot.utilities.Hist2D::_flat_content(), python.rootplot.root2matplotlib.Hist2D::box(), python.rootplot.root2matplotlib.Hist2D::col(), python.rootplot.root2matplotlib.Hist2D::contour(), DQMChannel(), getContents(), python.rootplot.utilities.Hist2D::TH2F(), and python.rootplot.root2matplotlib.Hist2D::TH2F().
float DQMChannel::RMS |
Definition at line 10 of file DQMChannel.h.
Referenced by DQMChannel(), and getRMS().