libpappsomspp
Library for mass spectrometry
Loading...
Searching...
No Matches
massdatacombinerinterface.cpp
Go to the documentation of this file.
1
2/////////////////////// StdLib includes
3
4
5/////////////////////// Qt includes
6
7
8/////////////////////// pappsomspp includes
9
10
11/////////////////////// Local includes
13
14
15namespace pappso
16{
17
18
20 : m_decimalPlaces(decimal_places)
21{
22}
23
24
28
29
30void
35
36
37int
42
43
44// using Iterator = std::vector<const Trace *>::const_iterator;
47 Iterator begin,
48 Iterator end)
49{
50 for(Iterator iterator = begin; iterator != end; ++iterator)
51 combine(map_trace, *(*iterator));
52
53 return map_trace;
54}
55
56} // namespace pappso
std::vector< const Trace * >::const_iterator Iterator
virtual MapTrace & combine(MapTrace &map_trace, Iterator begin, Iterator end)
int m_decimalPlaces
Number of decimals to use for the keys (x values)
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition aa.cpp:39