  | 
  
    OpenMS
    2.6.0
    
   | 
 
 
 
  
  
 
Go to the documentation of this file.
   44 #include <boost/shared_ptr.hpp> 
   84     boost::shared_ptr<OpenSwath::ISpectrumAccess> lightClone() 
const override;
 
   90     std::vector<std::size_t> getSpectraByRT(
double RT, 
double deltaRT) 
const override;
 
   92     size_t getNrSpectra() 
const override;
 
  101     size_t getNrChromatograms() 
const override;
 
  105     std::string getChromatogramNativeID(
int id) 
const override;
 
  
OpenMS::MSChromatogram MSChromatogramType
Definition: SpectrumAccessOpenMS.h:58
 
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:77
 
An implementation of the OpenSWATH Spectrum Access interface using OpenMS.
Definition: SpectrumAccessOpenMS.h:52
 
boost::shared_ptr< MSExperimentType > ms_experiment_
Definition: SpectrumAccessOpenMS.h:108
 
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:46
 
Representation of chromatogram settings, e.g. SRM/MRM chromatograms.
Definition: ChromatogramSettings.h:59
 
OpenMS::PeakMap MSExperimentType
Definition: SpectrumAccessOpenMS.h:56
 
OpenMS::MSSpectrum MSSpectrumType
Definition: SpectrumAccessOpenMS.h:57
 
The interface of a mass spectrometry experiment.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:50
 
The representation of a chromatogram.
Definition: MSChromatogram.h:54
 
boost::shared_ptr< Spectrum > SpectrumPtr
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/DataStructures.h:292
 
Representation of 1D spectrum settings.
Definition: SpectrumSettings.h:63
 
boost::shared_ptr< Chromatogram > ChromatogramPtr
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/DataStructures.h:172
 
The representation of a 1D spectrum.
Definition: MSSpectrum.h:67