42 unsigned int minmax_half_window_length,
43 unsigned int maxmin_half_window_length,
44 double detection_threshold_on_minmax,
45 double detection_threshold_on_maxmin);
50 void guessParametersFromMsRunReader(
const MsRunReader &reader);
55 void setDetectionThresholdOnMinmax(
double detectionThresholdOnMinMax);
56 void setDetectionThresholdOnMaxmin(
double detectionThresholdOnMaxMin);
58 unsigned int getSmoothingHalfEdgeWindows()
const;
59 unsigned int getMaxMinHalfEdgeWindows()
const;
61 unsigned int getMinMaxHalfEdgeWindows()
const;
62 double getDetectionThresholdOnMinmax()
const;
63 double getDetectionThresholdOnMaxmin()
const;