Searched refs:slope1 (Results 1 – 1 of 1) sorted by relevance
1128 … double slope1 = (continuousEvents[begIdx].intensity - continuousEvents[begIdx - 1].intensity); in CombinateContinuousEvents() local1130 if ((slope1 * slope2) > 0) { in CombinateContinuousEvents()1137 … double slope1 = (continuousEvents[begIdx].intensity - continuousEvents[begIdx - 1].intensity) / in CombinateContinuousEvents() local1141 if (((slope1 * slope2) > 0) && (std::abs(slope2 - slope1) < slopDelta)) { in CombinateContinuousEvents()