| 33 |
* @param min The lower limit of the histogram's X axis. |
* @param min The lower limit of the histogram's X axis. |
| 34 |
* @param max The upper limit of the histogram's X axis. |
* @param max The upper limit of the histogram's X axis. |
| 35 |
* @param nBins The number of bins. |
* @param nBins The number of bins. |
| 36 |
|
* @param logBinning If true, logarithmically-spaced bins will be used. |
| 37 |
* @param mode The mode of ROOT file creation (see documentation of TFile constructor |
* @param mode The mode of ROOT file creation (see documentation of TFile constructor |
| 38 |
* in ROOT's reference guide). |
* in ROOT's reference guide). |
| 39 |
*/ |
*/ |
| 40 |
CaloChi2HistoAction(const char *actionName, TString outFileName, CaloAxis *xAxis, CaloAxis *yAxis, float min = 0., |
CaloChi2HistoAction(const char *actionName, TString outFileName, CaloAxis *xAxis, CaloAxis *yAxis, float min = 0., |
| 41 |
float max = 1., unsigned int nBins = 100, TString mode = "UPDATE"); |
float max = 1., unsigned int nBins = 100, bool logBinning = false, TString mode = "UPDATE"); |
| 42 |
|
|
| 43 |
/*! @brief Destructor. */ |
/*! @brief Destructor. */ |
| 44 |
~CaloChi2HistoAction() { |
~CaloChi2HistoAction() { |