OpenMS
NuXLConstants.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: Timo Sachsenberg $
6 // $Authors: Timo Sachsenberg $
7 // --------------------------------------------------------------------------
8 
9 #pragma once
10 
16 
17 #include <set>
18 #include <map>
19 #include <vector>
20 #include <algorithm>
21 
22 namespace OpenMS
23 {
24 class OPENMS_DLLAPI NuXLConstants
25 {
26  public:
27  static constexpr size_t IA_CHARGE_INDEX = 0;
28  static constexpr size_t IA_RANK_INDEX = 1;
29  static constexpr size_t IA_DENOVO_TAG_INDEX = 2;
30 };
31 }
Definition: NuXLConstants.h:25
Main OpenMS namespace.
Definition: openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19