Sqlite handler for SWATH data sets.
Definition: MzMLSqliteSwathHandler.h:34
std::vector< int > readMS1Spectra()
Read indices of MS1 spectra from file.
String filename_
Definition: MzMLSqliteSwathHandler.h:73
std::vector< int > readSpectraForWindow(const OpenSwath::SwathMap &swath_map)
Read indices of spectra belonging to specified SWATH window from file.
Int spec_id_
Definition: MzMLSqliteSwathHandler.h:80
MzMLSqliteSwathHandler(const String &filename)
Constructor.
Definition: MzMLSqliteSwathHandler.h:43
std::vector< OpenSwath::SwathMap > readSwathWindows()
Read SWATH windows boundaries from file.
Int chrom_id_
Definition: MzMLSqliteSwathHandler.h:81
A more convenient string class.
Definition: String.h:34
int Int
Signed integer type.
Definition: Types.h:72
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Data structure to hold one SWATH map with information about upper / lower isolation window and whethe...
Definition: SwathMap.h:21