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
{
34
struct
TimsFrameRecord
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
pappso
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
Definition:
aa.cpp:39
pappso::TimsFrameRecord
Definition:
timsframerecord.h:35
pappso::TimsFrameRecord::accumulation_time
double accumulation_time
Definition:
timsframerecord.h:37
pappso::TimsFrameRecord::frame_t2
double frame_t2
Definition:
timsframerecord.h:40
pappso::TimsFrameRecord::frame_t1
double frame_t1
Definition:
timsframerecord.h:39
pappso::TimsFrameRecord::msms_type
int msms_type
Definition:
timsframerecord.h:42
pappso::TimsFrameRecord::frame_time
double frame_time
Definition:
timsframerecord.h:41
pappso::TimsFrameRecord::mz_calibration_id
std::size_t mz_calibration_id
Definition:
timsframerecord.h:38
pappso::TimsFrameRecord::tims_offset
std::size_t tims_offset
Definition:
timsframerecord.h:36
pappso::TimsFrameRecord::tims_calibration_id
std::size_t tims_calibration_id
Definition:
timsframerecord.h:43
pappsomspp
vendors
tims
timsframerecord.h
Generated on Sun Jan 1 2023 15:24:07 for libpappsomspp by
1.9.1