OpenMS
|
#include <OpenMS/OPENSWATHALGO/OpenSwathAlgoConfig.h>
#include <OpenMS/OPENSWATHALGO/DATAACCESS/DataStructures.h>
#include <boost/shared_ptr.hpp>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | ISpectrumAccess |
The interface of a mass spectrometry experiment. More... | |
Namespaces | |
OpenMS | |
Main OpenMS namespace. | |
OpenSwath | |
Typedefs | |
using | SpectrumSequence = std::vector< OpenSwath::SpectrumPtr > |
a vector of spectrum pointers that DIA scores can operate on, allows for clever integration of only the target regions More... | |
using | SpectrumSequence = OpenMS::SpectrumSequence |
typedef boost::shared_ptr< ISpectrumAccess > | SpectrumAccessPtr |