OpenMS
Loading...
Searching...
No Matches
StandardTypes.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Timo Sachsenberg $
6// $Authors: $
7// --------------------------------------------------------------------------
8
9#pragma once
10
11#include <OpenMS/config.h>
12
13namespace OpenMS
14{
15 class MSSpectrum;
16 class MSChromatogram;
17 class Mobilogram;
18 class MSExperiment;
19
21
36
43
45
46}
47
48
The representation of a chromatogram.
Definition MSChromatogram.h:30
In-Memory representation of a mass spectrometry run.
Definition MSExperiment.h:49
The representation of a 1D spectrum.
Definition MSSpectrum.h:44
MSExperiment PeakMap
Two-dimensional map of raw data points or peaks.
Definition StandardTypes.h:35
MSChromatogram Chromatogram
Chromatogram consisting of raw data points or peaks.
Definition StandardTypes.h:42
MSSpectrum PeakSpectrum
Spectrum consisting of raw data points or peaks.
Definition StandardTypes.h:29
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19