94     void setRT(
double rt);
 
  101     void setMZ(
double mz);
 
  106     const std::vector<
PeptideHit>& getHits() const;
 
  114     void setHits(const std::vector<
PeptideHit>& hits);
 
  117     double getSignificanceThreshold() const;
 
  119     void setSignificanceThreshold(
double value);
 
  122     const 
String& getScoreType() const;
 
  124     void setScoreType(const 
String& type);
 
  127     bool isHigherScoreBetter() const;
 
  129     void setHigherScoreBetter(
bool value);
 
  132     const 
String& getIdentifier() const;
 
  134     void setIdentifier(const 
String& 
id);
 
  137     const 
String& getBaseName() const;
 
  139     void setBaseName(const 
String& base_name);
 
  142     const 
String getExperimentLabel() const;
 
  144     void setExperimentLabel(const 
String& type);
 
  173     double significance_threshold_; 
 
  175     bool higher_score_better_;