File: classOpenMS_1_1ChromatogramExtractor.html

package info (click to toggle)
openms 1.11.1-5
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 436,688 kB
  • ctags: 150,907
  • sloc: cpp: 387,126; xml: 71,547; python: 7,764; ansic: 2,626; php: 2,499; sql: 737; ruby: 342; sh: 325; makefile: 128
file content (569 lines) | stat: -rw-r--r-- 41,712 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
<HTML>
<HEAD>
<TITLE>ChromatogramExtractor Class Reference</TITLE>
<LINK HREF="doxygen.css" REL="stylesheet" TYPE="text/css">
<LINK HREF="style_ini.css" REL="stylesheet" TYPE="text/css">
</HEAD>
<BODY BGCOLOR="#FFFFFF">
<A href="index.html">Home</A> &nbsp;&middot;
<A href="classes.html">Classes</A> &nbsp;&middot;
<A href="annotated.html">Annotated Classes</A> &nbsp;&middot;
<A href="modules.html">Modules</A> &nbsp;&middot;
<A href="functions_func.html">Members</A> &nbsp;&middot;
<A href="namespaces.html">Namespaces</A> &nbsp;&middot;
<A href="pages.html">Related Pages</A>
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<!-- Generated by Doxygen 1.8.5 -->
<div id="nav-path" class="navpath">
  <ul>
<li class="navelem"><a class="el" href="namespaceOpenMS.html">OpenMS</a></li><li class="navelem"><a class="el" href="classOpenMS_1_1ChromatogramExtractor.html">ChromatogramExtractor</a></li>  </ul>
</div>
</div><!-- top -->
<div class="header">
  <div class="summary">
<a href="#pub-methods">Public Member Functions</a> &#124;
<a href="#pri-methods">Private Member Functions</a> &#124;
<a href="#pri-attribs">Private Attributes</a> &#124;
<a href="classOpenMS_1_1ChromatogramExtractor-members.html">List of all members</a>  </div>
  <div class="headertitle">
<div class="title">ChromatogramExtractor Class Reference</div>  </div>
</div><!--header-->
<div class="contents">

<p>The <a class="el" href="classOpenMS_1_1ChromatogramExtractor.html" title="The ChromatogramExtractor extracts chromatograms from a mzML file. ">ChromatogramExtractor</a> extracts chromatograms from a mzML file.  
 <a href="classOpenMS_1_1ChromatogramExtractor.html#details">More...</a></p>

<p><code>#include &lt;<a class="el" href="ChromatogramExtractor_8h_source.html">OpenMS/ANALYSIS/OPENSWATH/ChromatogramExtractor.h</a>&gt;</code></p>
<div class="dynheader">
Inheritance diagram for ChromatogramExtractor:</div>
<div class="dyncontent">
 <div class="center">
  <img src="classOpenMS_1_1ChromatogramExtractor.png" usemap="#ChromatogramExtractor_map" alt=""/>
  <map id="ChromatogramExtractor_map" name="ChromatogramExtractor_map">
<area href="classOpenMS_1_1ProgressLogger.html" title="Base class for all classes that want to report their progess. " alt="ProgressLogger" shape="rect" coords="0,0,145,24"/>
</map>
 </div></div>
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:aebc0d6b93b7fbc4d7a7b1230d55489a0"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ChromatogramExtractor.html#aebc0d6b93b7fbc4d7a7b1230d55489a0">ChromatogramExtractor</a> ()</td></tr>
<tr class="memdesc:aebc0d6b93b7fbc4d7a7b1230d55489a0"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor.  <a href="#aebc0d6b93b7fbc4d7a7b1230d55489a0">More...</a><br/></td></tr>
<tr class="separator:aebc0d6b93b7fbc4d7a7b1230d55489a0"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1409f6f0d2531350d7b9e7b0dd4601fc"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ChromatogramExtractor.html#a1409f6f0d2531350d7b9e7b0dd4601fc">~ChromatogramExtractor</a> ()</td></tr>
<tr class="memdesc:a1409f6f0d2531350d7b9e7b0dd4601fc"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#a1409f6f0d2531350d7b9e7b0dd4601fc">More...</a><br/></td></tr>
<tr class="separator:a1409f6f0d2531350d7b9e7b0dd4601fc"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:ab8e5068d0d5799146b80ea6282ff0a6c"><td class="memTemplParams" colspan="2">template&lt;typename ExperimentT &gt; </td></tr>
<tr class="memitem:ab8e5068d0d5799146b80ea6282ff0a6c"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ChromatogramExtractor.html#ab8e5068d0d5799146b80ea6282ff0a6c">extractChromatograms</a> (const ExperimentT &amp;input, ExperimentT &amp;output, <a class="el" href="classOpenMS_1_1TargetedExperiment.html">OpenMS::TargetedExperiment</a> &amp;transition_exp, <a class="el" href="classdouble.html">double</a> extract_window, bool ppm, <a class="el" href="classOpenMS_1_1TransformationDescription.html">TransformationDescription</a> trafo, <a class="el" href="classdouble.html">double</a> rt_extraction_window, <a class="el" href="classOpenMS_1_1String.html">String</a> filter)</td></tr>
<tr class="memdesc:ab8e5068d0d5799146b80ea6282ff0a6c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Extract chromatograms defined by the <a class="el" href="classOpenMS_1_1TargetedExperiment.html" title="This class stores an prediction of an SRM/MRM transition. ">TargetedExperiment</a> from the input map and write them to the output map.  <a href="#ab8e5068d0d5799146b80ea6282ff0a6c">More...</a><br/></td></tr>
<tr class="separator:ab8e5068d0d5799146b80ea6282ff0a6c"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a476e590e0e0491b81412da274dd84eb8"><td class="memTemplParams" colspan="2">template&lt;typename SpectrumT &gt; </td></tr>
<tr class="memitem:a476e590e0e0491b81412da274dd84eb8"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ChromatogramExtractor.html#a476e590e0e0491b81412da274dd84eb8">extract_value_tophat</a> (const SpectrumT &amp;input, const <a class="el" href="classdouble.html">double</a> &amp;mz, <a class="el" href="group__Concept.html#gaf9ecec2d692138fab9167164a457cbd4">Size</a> &amp;peak_idx, <a class="el" href="classdouble.html">double</a> &amp;integrated_intensity, const <a class="el" href="classdouble.html">double</a> &amp;extract_window, const bool ppm)</td></tr>
<tr class="separator:a476e590e0e0491b81412da274dd84eb8"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8ae1f016ab62bf4c23427e15495e0784"><td class="memTemplParams" colspan="2">template&lt;typename SpectrumT &gt; </td></tr>
<tr class="memitem:a8ae1f016ab62bf4c23427e15495e0784"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ChromatogramExtractor.html#a8ae1f016ab62bf4c23427e15495e0784">extract_value_bartlett</a> (const SpectrumT &amp;input, const <a class="el" href="classdouble.html">double</a> &amp;mz, <a class="el" href="group__Concept.html#gaf9ecec2d692138fab9167164a457cbd4">Size</a> &amp;peak_idx, <a class="el" href="classdouble.html">double</a> &amp;integrated_intensity, const <a class="el" href="classdouble.html">double</a> &amp;extract_window, const bool ppm)</td></tr>
<tr class="separator:a8ae1f016ab62bf4c23427e15495e0784"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6935de84f69c85bfdf90e5119f705c07"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ChromatogramExtractor.html#a6935de84f69c85bfdf90e5119f705c07">extract_value_tophat</a> (const std::vector&lt; <a class="el" href="classdouble.html">double</a> &gt;::const_iterator &amp;mz_start, std::vector&lt; <a class="el" href="classdouble.html">double</a> &gt;::const_iterator &amp;mz_it, const std::vector&lt; <a class="el" href="classdouble.html">double</a> &gt;::const_iterator &amp;mz_end, std::vector&lt; <a class="el" href="classdouble.html">double</a> &gt;::const_iterator &amp;int_it, const <a class="el" href="classdouble.html">double</a> &amp;mz, <a class="el" href="classdouble.html">double</a> &amp;integrated_intensity, <a class="el" href="classdouble.html">double</a> &amp;extract_window, bool ppm)</td></tr>
<tr class="separator:a6935de84f69c85bfdf90e5119f705c07"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pub_methods_classOpenMS_1_1ProgressLogger"><td colspan="2" onclick="javascript:toggleInherit('pub_methods_classOpenMS_1_1ProgressLogger')"><img src="closed.png" alt="-"/>&#160;Public Member Functions inherited from <a class="el" href="classOpenMS_1_1ProgressLogger.html">ProgressLogger</a></td></tr>
<tr class="memitem:a2a106011aec95b2013d7a545f2063d01 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a2a106011aec95b2013d7a545f2063d01">ProgressLogger</a> ()</td></tr>
<tr class="memdesc:a2a106011aec95b2013d7a545f2063d01 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft">&#160;</td><td class="mdescRight">Constructor.  <a href="#a2a106011aec95b2013d7a545f2063d01">More...</a><br/></td></tr>
<tr class="separator:a2a106011aec95b2013d7a545f2063d01 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a19c882d907f90f7f88c7436d82cd2a13 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a19c882d907f90f7f88c7436d82cd2a13">~ProgressLogger</a> ()</td></tr>
<tr class="memdesc:a19c882d907f90f7f88c7436d82cd2a13 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft">&#160;</td><td class="mdescRight">Destructor.  <a href="#a19c882d907f90f7f88c7436d82cd2a13">More...</a><br/></td></tr>
<tr class="separator:a19c882d907f90f7f88c7436d82cd2a13 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acc3538c5284777d8702ccaefeb61e74c inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#acc3538c5284777d8702ccaefeb61e74c">setLogType</a> (<a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87c">LogType</a> type) const </td></tr>
<tr class="memdesc:acc3538c5284777d8702ccaefeb61e74c inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the progress log that should be used. The default type is NONE!  <a href="#acc3538c5284777d8702ccaefeb61e74c">More...</a><br/></td></tr>
<tr class="separator:acc3538c5284777d8702ccaefeb61e74c inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a67024cdd5c34ec571baecabd8f783310 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87c">LogType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a67024cdd5c34ec571baecabd8f783310">getLogType</a> () const </td></tr>
<tr class="memdesc:a67024cdd5c34ec571baecabd8f783310 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft">&#160;</td><td class="mdescRight">Returns the type of progress log being used.  <a href="#a67024cdd5c34ec571baecabd8f783310">More...</a><br/></td></tr>
<tr class="separator:a67024cdd5c34ec571baecabd8f783310 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:af1c45ecd71b5041b70319249e8e73591 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#af1c45ecd71b5041b70319249e8e73591">startProgress</a> (<a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a> begin, <a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a> end, const <a class="el" href="classOpenMS_1_1String.html">String</a> &amp;label) const </td></tr>
<tr class="memdesc:af1c45ecd71b5041b70319249e8e73591 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft">&#160;</td><td class="mdescRight">Initializes the progress display.  <a href="#af1c45ecd71b5041b70319249e8e73591">More...</a><br/></td></tr>
<tr class="separator:af1c45ecd71b5041b70319249e8e73591 inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8852277abd03220cc7b80d6c1bed6fed inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a8852277abd03220cc7b80d6c1bed6fed">setProgress</a> (<a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a> value) const </td></tr>
<tr class="memdesc:a8852277abd03220cc7b80d6c1bed6fed inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft">&#160;</td><td class="mdescRight">Sets the current progress.  <a href="#a8852277abd03220cc7b80d6c1bed6fed">More...</a><br/></td></tr>
<tr class="separator:a8852277abd03220cc7b80d6c1bed6fed inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a1cc1012b0cdaea97f58d571af1ff45de inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a1cc1012b0cdaea97f58d571af1ff45de">endProgress</a> () const </td></tr>
<tr class="memdesc:a1cc1012b0cdaea97f58d571af1ff45de inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="mdescLeft">&#160;</td><td class="mdescRight">Ends the progress display.  <a href="#a1cc1012b0cdaea97f58d571af1ff45de">More...</a><br/></td></tr>
<tr class="separator:a1cc1012b0cdaea97f58d571af1ff45de inherit pub_methods_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-methods"></a>
Private Member Functions</h2></td></tr>
<tr class="memitem:acc6dd6bb5820778b452b8adf9334421e"><td class="memTemplParams" colspan="2">template&lt;class SpectrumSettingsT , class ChromatogramT &gt; </td></tr>
<tr class="memitem:acc6dd6bb5820778b452b8adf9334421e"><td class="memTemplItemLeft" align="right" valign="top">void&#160;</td><td class="memTemplItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ChromatogramExtractor.html#acc6dd6bb5820778b452b8adf9334421e">prepareSpectra_</a> (SpectrumSettingsT &amp;settings, std::vector&lt; ChromatogramT &gt; &amp;chromatograms, <a class="el" href="classOpenMS_1_1TargetedExperiment.html">OpenMS::TargetedExperiment</a> &amp;transition_exp)</td></tr>
<tr class="memdesc:acc6dd6bb5820778b452b8adf9334421e"><td class="mdescLeft">&#160;</td><td class="mdescRight">This populates the chromatograms vector with empty chromatograms (but sets their meta-information)  <a href="#acc6dd6bb5820778b452b8adf9334421e">More...</a><br/></td></tr>
<tr class="separator:acc6dd6bb5820778b452b8adf9334421e"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acee142f4f394a06534b33c828b42f7ec"><td class="memItemLeft" align="right" valign="top">bool&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ChromatogramExtractor.html#acee142f4f394a06534b33c828b42f7ec">outsideExtractionWindow_</a> (const <a class="el" href="classOpenMS_1_1ReactionMonitoringTransition.html">ReactionMonitoringTransition</a> &amp;transition, <a class="el" href="classdouble.html">double</a> current_rt, const <a class="el" href="classOpenMS_1_1TransformationDescription.html">TransformationDescription</a> &amp;trafo, <a class="el" href="classdouble.html">double</a> rt_extraction_window)</td></tr>
<tr class="separator:acee142f4f394a06534b33c828b42f7ec"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="pri-attribs"></a>
Private Attributes</h2></td></tr>
<tr class="memitem:ae505eef01d0c7c8b342bac83fcd81f23"><td class="memItemLeft" align="right" valign="top">std::map&lt; <a class="el" href="classOpenMS_1_1String.html">OpenMS::String</a>, <a class="el" href="classdouble.html">double</a> &gt;&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ChromatogramExtractor.html#ae505eef01d0c7c8b342bac83fcd81f23">PeptideRTMap_</a></td></tr>
<tr class="separator:ae505eef01d0c7c8b342bac83fcd81f23"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table><table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a name="inherited"></a>
Additional Inherited Members</h2></td></tr>
<tr class="inherit_header pub_types_classOpenMS_1_1ProgressLogger"><td colspan="2" onclick="javascript:toggleInherit('pub_types_classOpenMS_1_1ProgressLogger')"><img src="closed.png" alt="-"/>&#160;Public Types inherited from <a class="el" href="classOpenMS_1_1ProgressLogger.html">ProgressLogger</a></td></tr>
<tr class="memitem:af67907baa897e9fb84df0cb89795b87c inherit pub_types_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">enum &#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87c">LogType</a> { <a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87ca3ab34dd50405af2d5a62627d572f7860">CMD</a>, 
<a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87ca73c6901c7c648a6a735770bc038bb26a">GUI</a>, 
<a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87cac157bdf0b85a40d2619cbc8bc1ae5fe2">NONE</a>
 }</td></tr>
<tr class="memdesc:af67907baa897e9fb84df0cb89795b87c"><td class="mdescLeft">&#160;</td><td class="mdescRight">Possible log types.  <a href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87c">More...</a><br/></td></tr>
<tr class="separator:af67907baa897e9fb84df0cb89795b87c inherit pub_types_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_attribs_classOpenMS_1_1ProgressLogger"><td colspan="2" onclick="javascript:toggleInherit('pro_attribs_classOpenMS_1_1ProgressLogger')"><img src="closed.png" alt="-"/>&#160;Protected Attributes inherited from <a class="el" href="classOpenMS_1_1ProgressLogger.html">ProgressLogger</a></td></tr>
<tr class="memitem:a7c691d7de2a43bc5606e96cb15da3641 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1ProgressLogger.html#af67907baa897e9fb84df0cb89795b87c">LogType</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a7c691d7de2a43bc5606e96cb15da3641">type_</a></td></tr>
<tr class="separator:a7c691d7de2a43bc5606e96cb15da3641 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a56589612e0e4164bf80c3918a087d05a inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a56589612e0e4164bf80c3918a087d05a">begin_</a></td></tr>
<tr class="separator:a56589612e0e4164bf80c3918a087d05a inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a0c749bf4e621699b7a5c45ae22c2fa90 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a0c749bf4e621699b7a5c45ae22c2fa90">end_</a></td></tr>
<tr class="separator:a0c749bf4e621699b7a5c45ae22c2fa90 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:aec57b26e143202dc119a41592e075932 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="group__Concept.html#gae113cb41304c6692c7bf5d0624dc6f0f">SignedSize</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#aec57b26e143202dc119a41592e075932">value_</a></td></tr>
<tr class="separator:aec57b26e143202dc119a41592e075932 inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a76072b3919abcf01141ba68da8a001fd inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">QProgressDialog *&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a76072b3919abcf01141ba68da8a001fd">dlg_</a></td></tr>
<tr class="separator:a76072b3919abcf01141ba68da8a001fd inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a6d9750520313ea7f843d7a49cb2e9e5f inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top"><a class="el" href="classOpenMS_1_1StopWatch.html">StopWatch</a>&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a6d9750520313ea7f843d7a49cb2e9e5f">stop_watch_</a></td></tr>
<tr class="separator:a6d9750520313ea7f843d7a49cb2e9e5f inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a79bacf60c4109d7517590441c7f85f9c inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">time_t&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a79bacf60c4109d7517590441c7f85f9c">last_invoke_</a></td></tr>
<tr class="separator:a79bacf60c4109d7517590441c7f85f9c inherit pro_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="inherit_header pro_static_attribs_classOpenMS_1_1ProgressLogger"><td colspan="2" onclick="javascript:toggleInherit('pro_static_attribs_classOpenMS_1_1ProgressLogger')"><img src="closed.png" alt="-"/>&#160;Static Protected Attributes inherited from <a class="el" href="classOpenMS_1_1ProgressLogger.html">ProgressLogger</a></td></tr>
<tr class="memitem:a94eb3ef5ef94b83eb348dd00a2b53119 inherit pro_static_attribs_classOpenMS_1_1ProgressLogger"><td class="memItemLeft" align="right" valign="top">static int&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classOpenMS_1_1ProgressLogger.html#a94eb3ef5ef94b83eb348dd00a2b53119">recursion_depth_</a></td></tr>
<tr class="separator:a94eb3ef5ef94b83eb348dd00a2b53119 inherit pro_static_attribs_classOpenMS_1_1ProgressLogger"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p>The <a class="el" href="classOpenMS_1_1ChromatogramExtractor.html" title="The ChromatogramExtractor extracts chromatograms from a mzML file. ">ChromatogramExtractor</a> extracts chromatograms from a mzML file. </p>
<p>It will take as input a set of (TraML) transitions and will extract the signal of the provided map at the product ion m/z values specified by the transitions. The map is thus assumed to be an MS2 map from a SWATH / DIA experiment. </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a class="anchor" id="aebc0d6b93b7fbc4d7a7b1230d55489a0"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname"><a class="el" href="classOpenMS_1_1ChromatogramExtractor.html">ChromatogramExtractor</a> </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Constructor. </p>

</div>
</div>
<a class="anchor" id="a1409f6f0d2531350d7b9e7b0dd4601fc"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">~<a class="el" href="classOpenMS_1_1ChromatogramExtractor.html">ChromatogramExtractor</a> </td>
          <td>(</td>
          <td class="paramname"></td><td>)</td>
          <td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Destructor. </p>

</div>
</div>
<h2 class="groupheader">Member Function Documentation</h2>
<a class="anchor" id="a8ae1f016ab62bf4c23427e15495e0784"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void extract_value_bartlett </td>
          <td>(</td>
          <td class="paramtype">const SpectrumT &amp;&#160;</td>
          <td class="paramname"><em>input</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classdouble.html">double</a> &amp;&#160;</td>
          <td class="paramname"><em>mz</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group__Concept.html#gaf9ecec2d692138fab9167164a457cbd4">Size</a> &amp;&#160;</td>
          <td class="paramname"><em>peak_idx</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classdouble.html">double</a> &amp;&#160;</td>
          <td class="paramname"><em>integrated_intensity</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classdouble.html">double</a> &amp;&#160;</td>
          <td class="paramname"><em>extract_window</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const bool&#160;</td>
          <td class="paramname"><em>ppm</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="a476e590e0e0491b81412da274dd84eb8"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void extract_value_tophat </td>
          <td>(</td>
          <td class="paramtype">const SpectrumT &amp;&#160;</td>
          <td class="paramname"><em>input</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classdouble.html">double</a> &amp;&#160;</td>
          <td class="paramname"><em>mz</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="group__Concept.html#gaf9ecec2d692138fab9167164a457cbd4">Size</a> &amp;&#160;</td>
          <td class="paramname"><em>peak_idx</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classdouble.html">double</a> &amp;&#160;</td>
          <td class="paramname"><em>integrated_intensity</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classdouble.html">double</a> &amp;&#160;</td>
          <td class="paramname"><em>extract_window</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const bool&#160;</td>
          <td class="paramname"><em>ppm</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="a6935de84f69c85bfdf90e5119f705c07"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void extract_value_tophat </td>
          <td>(</td>
          <td class="paramtype">const std::vector&lt; <a class="el" href="classdouble.html">double</a> &gt;::const_iterator &amp;&#160;</td>
          <td class="paramname"><em>mz_start</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::vector&lt; <a class="el" href="classdouble.html">double</a> &gt;::const_iterator &amp;&#160;</td>
          <td class="paramname"><em>mz_it</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const std::vector&lt; <a class="el" href="classdouble.html">double</a> &gt;::const_iterator &amp;&#160;</td>
          <td class="paramname"><em>mz_end</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::vector&lt; <a class="el" href="classdouble.html">double</a> &gt;::const_iterator &amp;&#160;</td>
          <td class="paramname"><em>int_it</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classdouble.html">double</a> &amp;&#160;</td>
          <td class="paramname"><em>mz</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classdouble.html">double</a> &amp;&#160;</td>
          <td class="paramname"><em>integrated_intensity</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classdouble.html">double</a> &amp;&#160;</td>
          <td class="paramname"><em>extract_window</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>ppm</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

</div>
</div>
<a class="anchor" id="ab8e5068d0d5799146b80ea6282ff0a6c"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void extractChromatograms </td>
          <td>(</td>
          <td class="paramtype">const ExperimentT &amp;&#160;</td>
          <td class="paramname"><em>input</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">ExperimentT &amp;&#160;</td>
          <td class="paramname"><em>output</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classOpenMS_1_1TargetedExperiment.html">OpenMS::TargetedExperiment</a> &amp;&#160;</td>
          <td class="paramname"><em>transition_exp</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classdouble.html">double</a>&#160;</td>
          <td class="paramname"><em>extract_window</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">bool&#160;</td>
          <td class="paramname"><em>ppm</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classOpenMS_1_1TransformationDescription.html">TransformationDescription</a>&#160;</td>
          <td class="paramname"><em>trafo</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classdouble.html">double</a>&#160;</td>
          <td class="paramname"><em>rt_extraction_window</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classOpenMS_1_1String.html">String</a>&#160;</td>
          <td class="paramname"><em>filter</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>Extract chromatograms defined by the <a class="el" href="classOpenMS_1_1TargetedExperiment.html" title="This class stores an prediction of an SRM/MRM transition. ">TargetedExperiment</a> from the input map and write them to the output map. </p>

<p>References <a class="el" href="classOpenMS_1_1TargetedExperiment.html#a81362aa067155119d3122af3555227f9">TargetedExperiment::getPeptides()</a>, <a class="el" href="classOpenMS_1_1TargetedExperiment.html#af3100e829c8edc47e845f2c73c0de0c2">TargetedExperiment::getTransitions()</a>, <a class="el" href="classOpenMS_1_1TargetedExperimentHelper_1_1Peptide.html#a76010eef1edc0406cc2375c25d2a433d">Peptide::id</a>, <a class="el" href="classOpenMS_1_1TransformationDescription.html#a7fa1616cc61c19a5efcc863c950f7f30">TransformationDescription::invert()</a>, <a class="el" href="namespaceOpenMS_1_1Constants.html#a93a8dc068053ec44ee7e45864ef969f7">OpenMS::Constants::k</a>, <a class="el" href="classOpenMS_1_1TargetedExperimentHelper_1_1Peptide.html#a04646756cfb9003cfa0fdbe7bafef165">Peptide::rts</a>, and <a class="el" href="classOpenMS_1_1TargetedExperiment.html#abc7d814820a48da344e780a775dfc5ac">TargetedExperiment::sortTransitionsByProductMZ()</a>.</p>

</div>
</div>
<a class="anchor" id="acee142f4f394a06534b33c828b42f7ec"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">bool outsideExtractionWindow_ </td>
          <td>(</td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1ReactionMonitoringTransition.html">ReactionMonitoringTransition</a> &amp;&#160;</td>
          <td class="paramname"><em>transition</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classdouble.html">double</a>&#160;</td>
          <td class="paramname"><em>current_rt</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">const <a class="el" href="classOpenMS_1_1TransformationDescription.html">TransformationDescription</a> &amp;&#160;</td>
          <td class="paramname"><em>trafo</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classdouble.html">double</a>&#160;</td>
          <td class="paramname"><em>rt_extraction_window</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">private</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>References <a class="el" href="classOpenMS_1_1TransformationDescription.html#aa280f8d4730c216c58a3edd091b99767">TransformationDescription::apply()</a>, and <a class="el" href="classOpenMS_1_1ReactionMonitoringTransition.html#a8d50acc4d8e15a1bb76c3d321679f300">ReactionMonitoringTransition::getPeptideRef()</a>.</p>

</div>
</div>
<a class="anchor" id="acc6dd6bb5820778b452b8adf9334421e"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">void prepareSpectra_ </td>
          <td>(</td>
          <td class="paramtype">SpectrumSettingsT &amp;&#160;</td>
          <td class="paramname"><em>settings</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype">std::vector&lt; ChromatogramT &gt; &amp;&#160;</td>
          <td class="paramname"><em>chromatograms</em>, </td>
        </tr>
        <tr>
          <td class="paramkey"></td>
          <td></td>
          <td class="paramtype"><a class="el" href="classOpenMS_1_1TargetedExperiment.html">OpenMS::TargetedExperiment</a> &amp;&#160;</td>
          <td class="paramname"><em>transition_exp</em>&#160;</td>
        </tr>
        <tr>
          <td></td>
          <td>)</td>
          <td></td><td></td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">inline</span><span class="mlabel">private</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

<p>This populates the chromatograms vector with empty chromatograms (but sets their meta-information) </p>

<p>References <a class="el" href="classOpenMS_1_1ReactionMonitoringTransition.html#ad368341c22d3447e324134c47adff081">ReactionMonitoringTransition::getNativeID()</a>, <a class="el" href="classOpenMS_1_1ReactionMonitoringTransition.html#a8d50acc4d8e15a1bb76c3d321679f300">ReactionMonitoringTransition::getPeptideRef()</a>, <a class="el" href="classOpenMS_1_1TargetedExperiment.html#a81362aa067155119d3122af3555227f9">TargetedExperiment::getPeptides()</a>, <a class="el" href="classOpenMS_1_1ReactionMonitoringTransition.html#aeaba1d2d17aad5f9a659c1b66ac77989">ReactionMonitoringTransition::getPrecursorMZ()</a>, <a class="el" href="classOpenMS_1_1ReactionMonitoringTransition.html#ac6730e2e483fad81620fb1adfde156e8">ReactionMonitoringTransition::getProductMZ()</a>, <a class="el" href="classOpenMS_1_1TargetedExperiment.html#af3100e829c8edc47e845f2c73c0de0c2">TargetedExperiment::getTransitions()</a>, <a class="el" href="classOpenMS_1_1TargetedExperimentHelper_1_1Peptide.html#a76010eef1edc0406cc2375c25d2a433d">Peptide::id</a>, <a class="el" href="classOpenMS_1_1ChromatogramSettings.html#a68c34f5f5adf5049a53084716add11bda812e4fa5ee617ea84709d7350aaad07c">ChromatogramSettings::SELECTED_REACTION_MONITORING_CHROMATOGRAM</a>, <a class="el" href="classOpenMS_1_1TargetedExperimentHelper_1_1Peptide.html#a3d81a52752fe56b49914dbe273521b5d">Peptide::sequence</a>, <a class="el" href="classOpenMS_1_1Precursor.html#a046066b9d4e7b06a0ce6b883346689f6">Precursor::setIsolationWindowLowerOffset()</a>, <a class="el" href="classOpenMS_1_1Precursor.html#a3c61b885b58c7b8ed6c09913229342d3">Precursor::setIsolationWindowUpperOffset()</a>, <a class="el" href="classOpenMS_1_1MetaInfoInterface.html#a135a7e818125b31198a8a65d9ac7a3d1">MetaInfoInterface::setMetaValue()</a>, <a class="el" href="classOpenMS_1_1Product.html#a94893c6a36a1281bfd8ff45c0199bd35">Product::setMZ()</a>, and <a class="el" href="classOpenMS_1_1Peak1D.html#ab9c4ce5d172a75d6de2c6f5f1847c9ab">Peak1D::setMZ()</a>.</p>

</div>
</div>
<h2 class="groupheader">Member Data Documentation</h2>
<a class="anchor" id="ae505eef01d0c7c8b342bac83fcd81f23"></a>
<div class="memitem">
<div class="memproto">
<table class="mlabels">
  <tr>
  <td class="mlabels-left">
      <table class="memname">
        <tr>
          <td class="memname">std::map&lt;<a class="el" href="classOpenMS_1_1String.html">OpenMS::String</a>, <a class="el" href="classdouble.html">double</a>&gt; PeptideRTMap_</td>
        </tr>
      </table>
  </td>
  <td class="mlabels-right">
<span class="mlabels"><span class="mlabel">private</span></span>  </td>
  </tr>
</table>
</div><div class="memdoc">

</div>
</div>
</div><!-- contents -->
<HR style="height:1px; border:none; border-top:1px solid #c0c0c0;">
<TABLE width="100%" border="0">
<TR>
<TD><font color="#c0c0c0">OpenMS / TOPP release 1.11.1</font></TD>
<TD align="right"><font color="#c0c0c0">Documentation generated on Thu Nov 14 2013 11:19:26 using doxygen 1.8.5</font></TD>
</TR>
</TABLE>
</BODY>
</HTML>