MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / PeptideHit

Method PeptideHit

src/openms/source/METADATA/PeptideHit.cpp:18–28  ·  view source on GitHub ↗

default constructor

Source from the content-addressed store, hash-verified

16{
17 // default constructor
18 PeptideHit::PeptideHit() :
19 MetaInfoInterface(),
20 sequence_(),
21 score_(0),
22 analysis_results_(nullptr),
23 rank_(0),
24 charge_(0),
25 peptide_evidences_(),
26 fragment_annotations_()
27 {
28 }
29
30 // values constructor
31 PeptideHit::PeptideHit(double score, UInt rank, Int charge, const AASequence& sequence) :

Callers 6

testAScoreFunction · 0.80
testFeatureXMLFileFunction · 0.80
testPeptideHitFunction · 0.80

Calls

no outgoing calls

Tested by 5

testAScoreFunction · 0.64
testFeatureXMLFileFunction · 0.64
testPeptideHitFunction · 0.64