Jpp
18.0.0-rc.3
the software that should make you happy
|
Auxiliary data structure for histogram management. More...
Public Member Functions | |
JHistogram () | |
Default constructor. More... | |
JHistogram (TH2D *__h2s, TH1D *__h1l) | |
Constructor. More... | |
Public Attributes | |
TH2D * | h2s |
TH1D * | h1l |
Auxiliary data structure for histogram management.
Definition at line 71 of file JMonitorL1dt.cc.
|
inline |
|
inline |
Constructor.
__h2s | 2D histogram for signal |
__h1l | 1D histogram for background |
Definition at line 87 of file JMonitorL1dt.cc.
TH2D* MONITORL1DT::JHistogram::h2s |
Definition at line 96 of file JMonitorL1dt.cc.
TH1D* MONITORL1DT::JHistogram::h1l |
Definition at line 97 of file JMonitorL1dt.cc.