OpenMS
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 (String local_name, const Int local_id, String local_description, const Peak2D::CoordinateType &local_center, const std::vector< Int > &affected_channels)
 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...
 
std::vector< Intaffected_channels
 Ids of the affected channels. Must contain 4 or 8 entries, depending on the number of columns in the Thermo data sheet (with or without subchannels). Order has to match the ones from the correction matrix parameter. More...
 

Detailed Description

Summary of an isobaric quantitation channel.

Constructor & Destructor Documentation

◆ IsobaricChannelInformation()

IsobaricChannelInformation ( String  local_name,
const Int  local_id,
String  local_description,
const Peak2D::CoordinateType local_center,
const std::vector< Int > &  affected_channels 
)
inline

C'tor.

Member Data Documentation

◆ affected_channels

std::vector<Int> affected_channels

Ids of the affected channels. Must contain 4 or 8 entries, depending on the number of columns in the Thermo data sheet (with or without subchannels). Order has to match the ones from the correction matrix parameter.

◆ center

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

◆ description

String description

Optional description of the channel.

◆ id

Int id

The id of the channel.

◆ name

String name

The name of the channel.