35 #ifndef OPENMS_ANALYSIS_QUANTITATION_TMTSIXPLEXQUANTITATIONMETHOD_H 
   36 #define OPENMS_ANALYSIS_QUANTITATION_TMTSIXPLEXQUANTITATIONMETHOD_H 
   38 #include <OpenMS/config.h> 
   68     const String& getName() 
const;
 
   70     const IsobaricChannelList& getChannelInformation() 
const;
 
   72     Size getNumberOfChannels() 
const;
 
   76     Size getReferenceChannel() 
const;
 
   92     void setDefaultParams_();
 
   95     void updateMembers_();
 
  100 #endif // OPENMS_ANALYSIS_QUANTITATION_TMTSIXPLEXQUANTITATIONMETHOD_H 
A more convenient string class. 
Definition: String.h:56
IsobaricChannelList channels_
the actuacl information on the different itraq4plex channels. 
Definition: TMTSixPlexQuantitationMethod.h:82
Size reference_channel_
The reference channel for this experiment. 
Definition: TMTSixPlexQuantitationMethod.h:88
static const String name_
The name of the quantitation method. 
Definition: TMTSixPlexQuantitationMethod.h:85
TMT 6plex quantitation to be used with the IsobaricQuantitation. 
Definition: TMTSixPlexQuantitationMethod.h:49
size_t Size
Size type e.g. used as variable which can hold result of size() 
Definition: Types.h:144
Abstract base class describing an isobaric quantitation method in terms of the used channels and an i...
Definition: IsobaricQuantitationMethod.h:51