|
OpenMS
2.6.0
|
Go to the documentation of this file.
77 size_t getNrSpectra()
const;
79 size_t getNrChromatograms()
const;
83 return meta_ms_experiment_;
94 static void store(
const String& filename,
const PeakMap& map);
109 void load_(
const String& filename);
String filename_cached_
Name of the cached mzML file.
Definition: CachedMzML.h:121
MSExperiment meta_ms_experiment_
Meta data.
Definition: CachedMzML.h:112
A more convenient string class.
Definition: String.h:59
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:127
An class that uses on-disk caching to read and write spectra and chromatograms.
Definition: CachedMzML.h:53
std::vector< std::streampos > spectra_index_
Indices.
Definition: CachedMzML.h:124
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
std::ifstream ifs_
Internal filestream.
Definition: CachedMzML.h:115
std::vector< std::streampos > chrom_index_
Definition: CachedMzML.h:125
const MSExperiment & getMetaData() const
Definition: CachedMzML.h:81
The representation of a chromatogram.
Definition: MSChromatogram.h:54
String filename_
Name of the mzML file.
Definition: CachedMzML.h:118
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67