OpenMS  2.7.0
Public Member Functions | Public Attributes | List of all members
IsobaricQuantitationMethod::IsobaricChannelInformation Struct Reference

Summary of an isobaric quantitation channel. More...

#include <OpenMS/ANALYSIS/QUANTITATION/IsobaricQuantitationMethod.h>

Collaboration diagram for IsobaricQuantitationMethod::IsobaricChannelInformation:
[legend]

Public Member Functions

 IsobaricChannelInformation (const String local_name, const Int local_id, const String &local_description, const Peak2D::CoordinateType &local_center, const Int minus_2, const Int minus_1, const Int plus_1, const Int plus_2)
 C'tor. More...
 

Public Attributes

String name
 The name of the channel. More...
 
Int id
 The id of the channel. More...
 
String description
 Optional description of the channel. More...
 
Peak2D::CoordinateType center
 The expected centroid position of the channel peak in m/z. More...
 
Int channel_id_minus_2
 Id of the -2 isotopic channel (== -1 -> no channel) More...
 
Int channel_id_minus_1
 Id of the -1 isotopic channel (== -1 -> no channel) More...
 
Int channel_id_plus_1
 Id of the +1 isotopic channel (== -1 -> no channel) More...
 
Int channel_id_plus_2
 

Detailed Description

Summary of an isobaric quantitation channel.

Constructor & Destructor Documentation

◆ IsobaricChannelInformation()

IsobaricChannelInformation ( const String  local_name,
const Int  local_id,
const String local_description,
const Peak2D::CoordinateType local_center,
const Int  minus_2,
const Int  minus_1,
const Int  plus_1,
const Int  plus_2 
)
inline

C'tor.

Member Data Documentation

◆ center

The expected centroid position of the channel peak in m/z.

◆ channel_id_minus_1

Int channel_id_minus_1

Id of the -1 isotopic channel (== -1 -> no channel)

◆ channel_id_minus_2

Int channel_id_minus_2

Id of the -2 isotopic channel (== -1 -> no channel)

◆ channel_id_plus_1

Int channel_id_plus_1

Id of the +1 isotopic channel (== -1 -> no channel)

◆ channel_id_plus_2

Int channel_id_plus_2

◆ description

String description

Optional description of the channel.

◆ id

Int id

The id of the channel.

◆ name

String name

The name of the channel.