![]() |
AmpTools
|
#include <Histogram.h>
Public Attributes | |
| int | nBins |
| int | nBinsX |
| int | nBinsY |
| float | xLow |
| float | xHigh |
| float | yLow |
| float | yHigh |
| float | entries |
| float | contents [MAXBINS] |
Definition at line 48 of file Histogram.h.
| float HistStruct::contents[MAXBINS] |
Definition at line 53 of file Histogram.h.
| float HistStruct::entries |
Definition at line 52 of file Histogram.h.
| int HistStruct::nBins |
Definition at line 49 of file Histogram.h.
| int HistStruct::nBinsX |
Definition at line 49 of file Histogram.h.
| int HistStruct::nBinsY |
Definition at line 49 of file Histogram.h.
| float HistStruct::xHigh |
Definition at line 50 of file Histogram.h.
| float HistStruct::xLow |
Definition at line 50 of file Histogram.h.
| float HistStruct::yHigh |
Definition at line 51 of file Histogram.h.
| float HistStruct::yLow |
Definition at line 51 of file Histogram.h.