Searched refs:getBackgroundRMS (Results 1 – 1 of 1) sorted by relevance
402 double noiseSignalRatio = getSignalRMS() <= getBackgroundRMS() in getMeasuredConfidence()403 ? 1.0 : getBackgroundRMS() / getSignalRMS(); in getMeasuredConfidence()417 virtual double getBackgroundRMS() const = 0;536 double getBackgroundRMS() const override { in getBackgroundRMS() function