#include <DQMChannel.h>
Public Member Functions | |
DQMChannel (int bx, int by, int bz, float data, float rms) | |
DQMChannel () | |
int | getBin () |
int | getBinX () |
int | getBinY () |
int | getBinZ () |
float | getContents () |
float | getRMS () |
Public Attributes | |
int | binx |
int | biny |
int | binz |
float | content |
float | RMS |
Definition at line 4 of file DQMChannel.h.
|
inline |
|
inline |
Definition at line 28 of file DQMChannel.h.
|
inline |
Definition at line 12 of file DQMChannel.h.
References getBinX().
Referenced by BTagWeightCalculator.BTagWeightCalculator::calcJetWeightImpl().
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int DQMChannel::binx |
Definition at line 6 of file DQMChannel.h.
Referenced by getBinX().
int DQMChannel::biny |
Definition at line 7 of file DQMChannel.h.
Referenced by getBinY().
int DQMChannel::binz |
Definition at line 8 of file DQMChannel.h.
Referenced by 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(), 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 getRMS().