MarlinTrkProcessors  2.4.1
Public Member Functions | Protected Attributes | List of all members
DiagnosticsHistograms::Histograms Class Reference

Public Member Functions

 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)
 

Protected Attributes

std::vector< TH1 * > _h1D
 
std::vector< TH2 * > _h2D
 

The documentation for this class was generated from the following file: