--- PamCut/MiscCuts/LTGeoFillCut/LTGeoFillCut.h 2009/05/27 13:30:09 1.1 +++ PamCut/MiscCuts/LTGeoFillCut/LTGeoFillCut.h 2009/05/29 10:10:19 1.2 @@ -31,9 +31,11 @@ * Note that it must contain both the upper and lower limits, and * that the elements must be ordered (ie., lowest value in the first * element and so on). + * @param thresholdCoeff The threshold rigidity coefficient for the event selection. */ LTGeoFillCut(const char *cutName, std::vector binning, float thresholdCoeff) : - 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.), + _histogram_tot(0.) { } /*! @brief Destructor. */ ~LTGeoFillCut() {