35 #ifndef OPENMS_METADATA_DIGESTION_H 
   36 #define OPENMS_METADATA_DIGESTION_H 
   76     const String & getEnzyme() 
const;
 
   78     void setEnzyme(
const String & enzyme);
 
   83     void setDigestionTime(
DoubleReal digestion_time);
 
  103 #endif // OPENMS_METADATA_DIGESTION_H 
A more convenient string class. 
Definition: String.h:56
DoubleReal ph_
Definition: Digestion.h:99
Base class for sample treatments (Digestion, Modification, Tagging, ...) 
Definition: SampleTreatment.h:52
String enzyme_
Definition: Digestion.h:96
DoubleReal temperature_
Definition: Digestion.h:98
DoubleReal digestion_time_
Definition: Digestion.h:97
Meta information about digestion of a sample. 
Definition: Digestion.h:50