libpappsomspp
Library for mass spectrometry
timsframerecord.h
Go to the documentation of this file.
1 /**
2  * \file pappsomspp/vendors/tims/timsframerecord.h
3  * \date 19/6/2022
4  * \author Olivier Langella
5  * \brief simple structure to store SQL lite frame records
6  */
7 
8 /*******************************************************************************
9  * Copyright (c) 2022 Olivier Langella
10  *<Olivier.Langella@universite-paris-saclay.fr>.
11  *
12  * This file is part of the PAPPSOms++ library.
13  *
14  * PAPPSOms++ is free software: you can redistribute it and/or modify
15  * it under the terms of the GNU General Public License as published by
16  * the Free Software Foundation, either version 3 of the License, or
17  * (at your option) any later version.
18  *
19  * PAPPSOms++ is distributed in the hope that it will be useful,
20  * but WITHOUT ANY WARRANTY; without even the implied warranty of
21  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22  * GNU General Public License for more details.
23  *
24  * You should have received a copy of the GNU General Public License
25  * along with PAPPSOms++. If not, see <http://www.gnu.org/licenses/>.
26  *
27  ******************************************************************************/
28 
29 #pragma once
30 
31 
32 namespace pappso
33 {
35 {
36  std::size_t tims_offset = 0;
37  double accumulation_time = 0;
38  std::size_t mz_calibration_id = 0;
39  double frame_t1 = 0;
40  double frame_t2 = 0;
41  double frame_time = 0;
42  int msms_type = 0;
43  std::size_t tims_calibration_id = 0;
44 };
45 } // namespace pappso
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition: aa.cpp:39
std::size_t tims_calibration_id