Home
last modified time | relevance | path

Searched refs:GetMZ (Results 1 – 4 of 4) sorted by relevance

/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/algo/ms/omssa/
H A Dmspeak.cpp229 if (SetHitInfo(i).GetMZ() > High/2) in CountHits()
247 if(x.GetMZ() < y.GetMZ()) return true; in operator ()()
256 if(x.GetMZ() > y.GetMZ()) return true; in operator ()()
411 if(p->GetMZ() < value + tol/*/2*/) return true; in Contains()
896 if(y.GetMZ() < x.GetMZ() + MSSCALE2INT(2) + tol && y.GetMZ() > x.GetMZ() - tol) return true; in FCompareIsotope()
911 …if((y.GetMZ() > x.GetMZ() - MSSCALE2INT(18) - tol && y.GetMZ() < x.GetMZ() - MSSCALE2INT(18) + tol… in FCompareH2ONH3()
912 … (y.GetMZ() > x.GetMZ() - MSSCALE2INT(17) - tol && y.GetMZ() < x.GetMZ() - MSSCALE2INT(17) + tol)) in FCompareH2ONH3()
1076 Temp[iMZI].GetMZ() > in SmartCull()
1090 if(Temp[jMZI].GetMZ() < Temp[iMZI].GetMZ() + MSSCALE2INT(Window) + tol && in SmartCull()
1091 Temp[jMZI].GetMZ() > Temp[iMZI].GetMZ() - MSSCALE2INT(Window) - tol && in SmartCull()
[all …]
H A Dmsscore.cpp100 SetMZ() = in->GetMZ(); in Assign()
110 SetMZ() = in->GetMZ(); in Assign()
371 if (MatchPeakSet->GetMatchedPeakSet()[i]->GetMZ() != 0) break; in FillMatchedPeaks()
376 (MatchPeakSet->GetMatchedPeakSet()[i]->GetMZ()/ (i+1)) * (j+1); in FillMatchedPeaks()
381 if (MatchPeakSet->GetMatchedPeakSet()[i]->GetMZ() != 0) { in FillMatchedPeaks()
386 MatchPeakSet->GetMatchedPeakSet()[LastIndex]->GetMZ() + in FillMatchedPeaks()
387 ((MatchPeakSet->GetMatchedPeakSet()[i]->GetMZ() - in FillMatchedPeaks()
388 MatchPeakSet->GetMatchedPeakSet()[LastIndex]->GetMZ()) / in FillMatchedPeaks()
397 … if (MatchPeakSet->GetMatchedPeakSet()[MatchPeakSet->GetMatchedPeakSet().size()-1]->GetMZ() == 0) { in FillMatchedPeaks()
403 if (MatchPeakSet->GetMatchedPeakSet()[0]->GetMZ() == 0) { in FillMatchedPeaks()
[all …]
H A Dmsscore.hpp111 const TMSMZ GetMZ(void) const;
145 const TMSMZ CMSBasicPeak::GetMZ(void) const in GetMZ() function in CMSBasicPeak
227 SetMZ() = BasicPeak.GetMZ(); in CMSBasicMatchedPeak()
H A Domssa.cpp1473 IonHit->SetMz() = MSHit->GetHitInfo(i).GetMZ(); in AddIonsToHit()
1820 lowmz = ((*bin)->GetMZ() + (*prev)->GetMZ())/2; in PepCharge()
1825 highmz = ((*bin)->GetMZ() + (*next)->GetMZ())/2; in PepCharge()