OpenMS
Loading...
Searching...
No Matches
MRMFile.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, OpenMS Inc. -- EKU Tuebingen, ETH Zurich, and FU Berlin
2// SPDX-License-Identifier: BSD-3-Clause
3//
4// --------------------------------------------------------------------------
5// $Maintainer: Justin Sing $
6// $Authors: Justin Sing $
7// --------------------------------------------------------------------------
8
9#pragma once
10
14#include <memory>
15
16namespace OpenMS
17{
21 struct OPENMS_DLLAPI MRMFile
22 {
31 static std::vector<::OpenSwath::SwathMap> loadMzML(const String& file,
32 const String& tmp,
33 std::shared_ptr<ExperimentalSettings>& exp_meta);
34 };
35
36}
subpage TOPP_TargetedFileConverter Converts targeted feature or consensus feature files subpage TOPP_FileInfo Shows basic information about the file
Definition TOPP.doxygen:44
A more convenient string class.
Definition String.h:34
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19
Minimal SRM/MRM file loader returning a single SwathMap wrapping the chromatogram container.
Definition MRMFile.h:22
static std::vector<::OpenSwath::SwathMap > loadMzML(const String &file, const String &tmp, std::shared_ptr< ExperimentalSettings > &exp_meta)
Load an SRM/MRM mzML file and return a single SwathMap.