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

Method IdentificationHit

src/openms/source/METADATA/IdentificationHit.cpp:16–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14{
15
16 IdentificationHit::IdentificationHit() :
17 MetaInfoInterface(),
18 id_(),
19 charge_(0),
20 calculated_mass_to_charge_(0.0),
21 name_(""),
22 pass_threshold_(true),
23 rank_(0)
24 {
25 }
26
27 IdentificationHit::~IdentificationHit() = default;
28

Callers 2

testIdentificationHitFunction · 0.80

Calls

no outgoing calls

Tested by 2

testIdentificationHitFunction · 0.64