OpenMS
Loading...
Searching...
No Matches
NuXLConstants.h
Go to the documentation of this file.
1// Copyright (c) 2002-present, 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
22namespace OpenMS
23{
36class OPENMS_DLLAPI NuXLConstants
37{
38 public:
40 static constexpr size_t IA_CHARGE_INDEX = 0;
42 static constexpr size_t IA_RANK_INDEX = 1;
44 static constexpr size_t IA_DENOVO_TAG_INDEX = 2;
45};
46}
Index positions of the per-peak IntegerDataArrays used by the OpenNuXL pipeline.
Definition NuXLConstants.h:37
Main OpenMS namespace.
Definition openswathalgo/include/OpenMS/OPENSWATHALGO/DATAACCESS/ISpectrumAccess.h:19