35 #ifndef OPENMS_SIMULATION_LABELING_ICPLLABELER_H 
   36 #define OPENMS_SIMULATION_LABELING_ICPLLABELER_H 
   74     void preCheck(
Param& param) 
const;
 
   91     void addModificationToPeptideHit_(
Feature& feature, 
const String& modification) 
const;
 
  101     void updateMembers_();
 
  115 #endif //#ifndef OPENMS_SIMULATION_LABELING_ICPLLABELER_H 
static const int MEDIUM_FEATURE_MAPID_
Map ID for the medium labeled channel. 
Definition: ICPLLabeler.h:109
static BaseLabeler * create()
create new object (needed by Factory) 
Definition: ICPLLabeler.h:62
A more convenient string class. 
Definition: String.h:56
A container for features. 
Definition: FeatureMap.h:111
static const String getProductName()
name of the model (needed by Factory) 
Definition: ICPLLabeler.h:68
String heavy_channel_label_
Definition: ICPLLabeler.h:99
Representation of a peptide/protein sequence. 
Definition: AASequence.h:84
An LC-MS feature. 
Definition: Feature.h:66
Simulate ICPL experiments. 
Definition: ICPLLabeler.h:50
Management and storage of parameters / INI files. 
Definition: Param.h:69
static const int LIGHT_FEATURE_MAPID_
Map ID for the light/unlabeled channel. 
Definition: ICPLLabeler.h:107
String medium_channel_label_
Definition: ICPLLabeler.h:98
static const int HEAVY_FEATURE_MAPID_
Map ID for the heavy labeled channel. 
Definition: ICPLLabeler.h:111
std::vector< FeatureMapSim > FeatureMapSimVector
Sim FeatureMap Vector. 
Definition: SimTypes.h:80
String light_channel_label_
Definition: ICPLLabeler.h:97
Map class based on the STL map (containing serveral convenience functions) 
Definition: Map.h:50
Abstract base class for all kinds of labeling techniques. 
Definition: BaseLabeler.h:54