56                                                      bool want_binary_data = 
true) 
const override;
 
   63                                               unsigned int ms_level) 
override;
 
 
Class representing a fully specified mass spectrum.
 
interface to collect spectrums from the MsRunReader class
 
virtual std::size_t spectrumListSize() const override
get the totat number of spectrum conained in the MSrun data file
 
virtual void readSpectrumCollection(SpectrumCollectionHandlerInterface &handler) override
function to visit an MsRunReader and get each Spectrum in a spectrum collection handler
 
friend class MsFileAccessor
 
virtual MassSpectrumCstSPtr massSpectrumCstSPtr(std::size_t spectrum_index) override
 
virtual QualifiedMassSpectrum qualifiedMassSpectrum(std::size_t spectrum_index, bool want_binary_data=true) const override
get a QualifiedMassSpectrum class given its scan number
 
virtual std::size_t spectrumStringIdentifier2SpectrumIndex(const QString &spectrum_identifier) override
if possible, get the spectrum index given a string identifier throw a not found exception if spectrum...
 
virtual MassSpectrumSPtr massSpectrumSPtr(std::size_t spectrum_index) override
get a MassSpectrumSPtr class given its spectrum index
 
virtual void readSpectrumCollection2(const MsRunReadConfig &config, SpectrumCollectionHandlerInterface &handler) override
 
virtual Trace computeTicChromatogram()
 
TimsFramesMsRunReader(MsRunIdCstSPtr &msrun_id_csp)
 
virtual void readSpectrumCollectionByMsLevel(SpectrumCollectionHandlerInterface &handler, unsigned int ms_level) override
function to visit an MsRunReader and get each Spectrum in a spectrum collection handler by Ms Levels
 
TimsMsRunReaderBase(MsRunIdCstSPtr &msrun_id_csp)
 
A simple container of DataPoint instances.
 
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
 
std::shared_ptr< const MsRunId > MsRunIdCstSPtr
 
std::shared_ptr< TimsFramesMsRunReader > TimsFramesMsRunReaderSPtr
 
std::shared_ptr< const MassSpectrum > MassSpectrumCstSPtr
 
std::shared_ptr< MassSpectrum > MassSpectrumSPtr
 
std::shared_ptr< const TimsFramesMsRunReader > TimsFramesMsRunReaderCstSPtr