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

Method getParameters_labels_

src/topp/MultiplexResolver.cpp:175–184  ·  view source on GitHub ↗

* @brief process parameters of 'labels' section */

Source from the content-addressed store, hash-verified

173 * @brief process parameters of 'labels' section
174 */
175 void getParameters_labels_()
176 {
177 Param p = getParam_();
178
179 // create map of pairs (label as string, mass shift as double)
180 for (Param::ParamIterator it = p.begin(); it != p.end(); ++it)
181 {
182 label_mass_shift_.insert(make_pair(it->name, it->value));
183 }
184 }
185
186 /**
187 * @brief returns the relative delta mass between the first feature

Callers

nothing calls this directly

Calls 3

beginMethod · 0.45
endMethod · 0.45
insertMethod · 0.45

Tested by

no test coverage detected