* @brief process parameters of 'labels' section */
| 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 |