OpenMS
FAIMSHelper.h
Go to the documentation of this file.
1 // Copyright (c) 2002-2023, The OpenMS Team -- EKU Tuebingen, ETH Zurich, and FU Berlin
2 // SPDX-License-Identifier: BSD-3-Clause
3 //
4 // --------------------------------------------------------------------------
5 // $Maintainer: Eugen Netz $
6 // $Authors: Eugen Netz $
7 // --------------------------------------------------------------------------
8 
9 #pragma once
10 
12 #include <set>
13 
14 namespace OpenMS
15 {
16 
24  class OPENMS_DLLAPI FAIMSHelper
25  {
26  public:
27  virtual ~FAIMSHelper() {}
28 
36  static std::set<double> getCompensationVoltages(const PeakMap& exp);
37  };
38 
39 } //end namespace OpenMS
Helper functions for FAIMS data.
Definition: FAIMSHelper.h:25
virtual ~FAIMSHelper()
Definition: FAIMSHelper.h:27
static std::set< double > getCompensationVoltages(const PeakMap &exp)
Get all FAIMS compensation voltages that occur in a PeakMap.
In-Memory representation of a mass spectrometry run.
Definition: MSExperiment.h:46
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:22