|
| Histograms (int nhistos1D, int nhistos2D) |
|
void | create1D (int idx, const char *n, int nBin, double min, double max) |
|
void | create1D (int idx, const char *n, const char *t, int nBin, double min, double max) |
|
void | create1D (int idx, const char *n, const char *t, int nBin, double *bins) |
|
void | fill1D (int idx, double val, double weight=1.0) |
|
void | create2D (int idx, const char *n, int nBinX, double minX, double maxX, int nBinY, double minY, double maxY) |
|
void | create2D (int idx, const char *n, const char *t, int nBinX, double minX, double maxX, int nBinY, double minY, double maxY) |
|
void | fill2D (int idx, double valx, double valy, double weight=1.0) |
|
|
std::vector< TH1 * > | _h1D |
|
std::vector< TH2 * > | _h2D |
|
The documentation for this class was generated from the following file:
- SiliconTracking_MarlinTrk.cc