|
| SVDSummaryPlots () |
| Default constructor.
|
|
| SVDSummaryPlots (TString name, TString title) |
| this is the default constructor More...
|
|
| ~SVDSummaryPlots () |
| clean everything in the destructor
|
|
TH2F * | getHistogram (int view) |
| get a reference to the histogram for More...
|
|
float | getValue (const VxdID &vxdID, int view) |
| get the value contained in the corresponding bin, given VxdID and view
|
|
float | getValue (int layer, int ladder, int sensor, int view) |
| get the value contained in the corresponding bin, given More...
|
|
void | fill (int layer, int ladder, int sensor, int view, float value) |
| fill the histogram for More...
|
|
void | fill (const VxdID &vxdID, int view, float value) |
| fill the histogram for More...
|
|
void | setRunID (const TString &runID) |
| set run ids in title More...
|
|
void | reset () |
| Reset histograms.
|
|
void | setStats (bool stats=true) |
| set histograms stat More...
|
|
void | fill (const VxdID &vxdID, bool isU, float value) |
| fill the histogram for More...
|
|
void | customizeString (std::string &base, bool isU) |
| replaces layer ladder sensor view and apv with the current numbers
|
|
void | setMinimum (Int_t value=0) |
| set histogram minimum More...
|
|
void | setMaximum (Int_t value=0) |
| set histogram maximum More...
|
|
TH2Poly * | getPoly (int view, int min=-1111, int max=-1111) |
| Create the TH2Poly version of the plot.
|
|
void | clean () |
| delete pointers
|
|
|
Int_t | findBinY (Int_t layer, Int_t sensor) |
| find the Y bin given the layer and sensor number
|
|
void | customize (TH2F &histogram, int view) |
| customize the histogram with the sensor, view
|
|
void | generateHistogramBins (TH2Poly *histogram) |
| generate histogram bins
|
|
Int_t | findBinPoly (Int_t layer, Int_t ladder, Int_t sensor) |
| find the poly-bin given the layer, ladder and sensor number
|
|
| ClassDef (SVDSummaryPlots, 3) |
| needed by root
|
|
class to summarize SVD quantities per sensor and side
Definition at line 26 of file SVDSummaryPlots.h.