OpenMS
Loading...
Searching...
No Matches
PeptideHit.h File Reference
#include <iosfwd>
#include <vector>
#include <functional>
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/CONCEPT/Constants.h>
#include <OpenMS/CONCEPT/HashUtils.h>
#include <OpenMS/DATASTRUCTURES/String.h>
#include <OpenMS/METADATA/MetaInfoInterface.h>
#include <OpenMS/CHEMISTRY/AASequence.h>
#include <OpenMS/METADATA/PeptideEvidence.h>
Include dependency graph for PeptideHit.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  PeptideHit
 Represents a single spectrum match (candidate) for a specific tandem mass spectrum (MS/MS). More...
 
struct  PeptideHit::PeakAnnotation
 Contains annotations of a peak. More...
 
class  PeptideHit::ScoreMore
 Greater predicate for scores of hits. More...
 
class  PeptideHit::ScoreLess
 Lesser predicate for scores of hits. More...
 
class  PeptideHit::RankLess
 Lesser predicate for scores of hits. More...
 
class  PeptideHit::SequenceChargeHash
 Hash functor for PeptideHit based on sequence and charge. More...
 
class  PeptideHit::SequenceChargeEqual
 Equality functor for PeptideHit based on sequence and charge. More...
 
class  PeptideHit::SequenceLessComparator
 Lesser predicate for (modified) sequence of hits. More...
 
class  PeptideHit::PepXMLAnalysisResult
 Analysis Result (containing search engine / prophet results) More...
 
struct  hash< OpenMS::PeptideHit::PeakAnnotation >
 Hash function for OpenMS::PeptideHit::PeakAnnotation. More...
 
struct  hash< OpenMS::PeptideHit >
 Hash function for OpenMS::PeptideHit. More...
 

Namespaces

namespace  OpenMS
 Main OpenMS namespace.
 
namespace  std
 STL namespace.
 

Typedefs

using SpectrumMatch = PeptideHit
 

Functions

std::ostream & operator<< (std::ostream &stream, const PeptideHit &hit)
 Stream operator.