MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / setMassDiff

Method setMassDiff

src/openms/source/DATASTRUCTURES/ChargePair.cpp:145–148  ·  view source on GitHub ↗

Sets the mass difference

Source from the content-addressed store, hash-verified

143
144 /// Sets the mass difference
145 void ChargePair::setMassDiff(double mass_diff)
146 {
147 mass_diff_ = mass_diff;
148 }
149
150 /// Returns the ILP edge score
151 double ChargePair::getEdgeScore() const

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected