OpenMS
|
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/KERNEL/AreaIterator.h>
#include <OpenMS/KERNEL/MSChromatogram.h>
#include <OpenMS/KERNEL/MSSpectrum.h>
#include <OpenMS/METADATA/ExperimentalSettings.h>
#include <vector>
#include <OpenMS/KERNEL/StandardTypes.h>
Go to the source code of this file.
Classes | |
class | MSExperiment |
In-Memory representation of a mass spectrometry run. More... | |
struct | MSExperiment::ContainerAdd_< ContainerValueType, addMassTraces > |
Helper class to add either general data points in set2DData or use mass traces from meta values. More... | |
struct | MSExperiment::ContainerAdd_< ContainerValueType, false > |
struct | MSExperiment::ContainerAdd_< ContainerValueType, true > |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
Functions | |
std::ostream & | operator<< (std::ostream &os, const MSExperiment &exp) |
Print the contents to a stream. More... | |