| 
    libpappsomspp
    
   Library for mass spectrometry 
   | 
 
calculate a TIC chromatogram More...
#include <spectrumcollectionhandlerinterface.h>
  
Public Member Functions | |
| MsRunReaderTicChromatogram () | |
| virtual | ~MsRunReaderTicChromatogram () | 
| virtual void | setQualifiedMassSpectrum (const QualifiedMassSpectrum &qualified_mass_spectrum) override | 
| virtual bool | needPeakList () const override | 
| tells if we need the peak list (if we want the binary data) for each spectrum   | |
| Trace | getTicChromatogram () const | 
  Public Member Functions inherited from pappso::SpectrumCollectionHandlerInterface | |
| virtual bool | needMsLevelPeakList (unsigned int ms_level) const final | 
| tells if we need the peak list (if we want the binary data) for each spectrum, given an MS level   | |
| virtual void | setNeedMsLevelPeakList (unsigned int ms_level, bool want_peak_list) final | 
| tells if we need the peak list given   | |
| virtual bool | shouldStop () | 
| virtual void | loadingEnded () | 
| virtual void | spectrumListHasSize (std::size_t size) | 
| virtual void | setReadAhead (bool is_read_ahead) final | 
| use threads to read a spectrum by batch of batch_size   | |
| virtual bool | isReadAhead () const | 
| tells if we want to read ahead spectrum   | |
Private Attributes | |
| MapTrace | m_ticChromMapTrace | 
calculate a TIC chromatogram
Definition at line 167 of file spectrumcollectionhandlerinterface.h.
| pappso::MsRunReaderTicChromatogram::MsRunReaderTicChromatogram | ( | ) | 
Definition at line 251 of file spectrumcollectionhandlerinterface.cpp.
      
  | 
  virtual | 
Definition at line 256 of file spectrumcollectionhandlerinterface.cpp.
| Trace pappso::MsRunReaderTicChromatogram::getTicChromatogram | ( | ) | const | 
Definition at line 305 of file spectrumcollectionhandlerinterface.cpp.
References m_ticChromMapTrace.
Referenced by pappso::MsRunReader::getTicChromatogram().
      
  | 
  overridevirtual | 
tells if we need the peak list (if we want the binary data) for each spectrum
Implements pappso::SpectrumCollectionHandlerInterface.
Definition at line 262 of file spectrumcollectionhandlerinterface.cpp.
      
  | 
  overridevirtual | 
Implements pappso::SpectrumCollectionHandlerInterface.
Definition at line 269 of file spectrumcollectionhandlerinterface.cpp.
References pappso::QualifiedMassSpectrum::getMassSpectrumSPtr(), pappso::QualifiedMassSpectrum::getMsLevel(), pappso::QualifiedMassSpectrum::getRtInMinutes(), and m_ticChromMapTrace.
      
  | 
  private | 
Definition at line 180 of file spectrumcollectionhandlerinterface.h.
Referenced by getTicChromatogram(), and setQualifiedMassSpectrum().