| 222 | } |
| 223 | |
| 224 | const std::vector< boost::shared_ptr<const DataProcessing > > SpectrumSettings::getDataProcessing() const |
| 225 | { |
| 226 | return OpenMS::Helpers::constifyPointerVector(data_processing_); |
| 227 | } |
| 228 | |
| 229 | } |
| 230 |
no outgoing calls
no test coverage detected