31 |
* Note that it must contain both the upper and lower limits, and |
* Note that it must contain both the upper and lower limits, and |
32 |
* that the elements must be ordered (ie., lowest value in the first |
* that the elements must be ordered (ie., lowest value in the first |
33 |
* element and so on). |
* element and so on). |
34 |
|
* @param thresholdCoeff The threshold rigidity coefficient for the event selection. |
35 |
*/ |
*/ |
36 |
LTGeoFillCut(const char *cutName, std::vector<float> binning, float thresholdCoeff) : |
LTGeoFillCut(const char *cutName, std::vector<float> binning, float thresholdCoeff) : |
37 |
PamCut(cutName), _binning(binning), _thresholdCoeff(thresholdCoeff), _histogram(binning.size() - 1, 0.), _histogram_tot(0.) { |
PamCut(cutName), _binning(binning), _thresholdCoeff(thresholdCoeff), _histogram(binning.size() - 1, 0.), |
38 |
|
_histogram_tot(0.) { |
39 |
} |
} |
40 |
/*! @brief Destructor. */ |
/*! @brief Destructor. */ |
41 |
~LTGeoFillCut() { |
~LTGeoFillCut() { |