libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
tracecombiner.cpp
Go to the documentation of this file.
1#include <numeric>
2#include <limits>
3#include <vector>
4#include <map>
5#include <cmath>
6#include <algorithm>
7
8#include <QDebug>
9
10#include "tracecombiner.h"
11#include "../../types.h"
12#include "../../utils.h"
15
16
17namespace pappso
18{
19
20
24
25
27 : MassDataCombinerInterface(decimal_places)
28{
29}
30
31
33 : MassDataCombinerInterface(other.m_decimalPlaces)
34{
35}
36
37
42
43
47
48
49} // namespace pappso
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition aa.cpp:39
std::shared_ptr< const TraceCombiner > TraceCombinerCstSPtr
This header contains all the type re-definitions and all the global variables definitions used in the...