libpappsomspp
Library for mass spectrometry
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"
13#include "../../pappsoexception.h"
14#include "../../exception/exceptionoutofrange.h"
15
16
17namespace pappso
18{
19
20
22{
23}
24
25
27 : MassDataCombinerInterface(decimal_places)
28{
29}
30
31
33 : MassDataCombinerInterface(other.m_decimalPlaces)
34{
35}
36
37
39 : MassDataCombinerInterface(other->m_decimalPlaces)
40{
41}
42
43
45{
46}
47
48
49
50} // 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
Definition: tracecombiner.h:23