OpenMS
Loading...
Searching...
No Matches
FWHM.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: Chris Bielow $
6// $Authors: Chris Bielow $
7// --------------------------------------------------------------------------
8
9#pragma once
10
11#include <OpenMS/QC/QCBase.h>
12
13namespace OpenMS
14{
15 class FeatureMap;
16
28 class OPENMS_DLLAPI FWHM : public QCBase
29 {
30 public:
32 FWHM() = default;
33
35 virtual ~FWHM() = default;
36
44 void compute(FeatureMap& features);
45
46
47 const String& getName() const override;
48
49 Status requirements() const override;
50 };
51
52} // namespace OpenMS
QC metric calculating (un)calibrated m/z error.
Definition FWHM.h:29
virtual ~FWHM()=default
Destructor.
const String & getName() const override
Returns the name of the metric.
FWHM()=default
Constructor.
void compute(FeatureMap &features)
Moves FWHM metavalues from the feature to all its PeptideIdentifications (since that's were mzTab tak...
Status requirements() const override
Returns the input data requirements of the compute(...) function.
A container for features.
Definition FeatureMap.h:82
Stores and handles combinations of enum values, e.g. a set of flags as bits flipped in an UInt64.
Definition FlagSet.h:28
This class serves as an abstract base class for all QC classes.
Definition QCBase.h:29
A more convenient string class.
Definition String.h:34
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19