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

Method InspectInfile

src/openms/source/FORMAT/InspectInfile.cpp:24–33  ·  view source on GitHub ↗

default constructor

Source from the content-addressed store, hash-verified

22
23 // default constructor
24 InspectInfile::InspectInfile() :
25 modifications_per_peptide_(-1),
26 blind_(2),
27 maxptmsize_(-1.0),
28 precursor_mass_tolerance_(-1.0),
29 peak_mass_tolerance_(-1.0),
30 multicharge_(2),
31 tag_count_(-1)
32 {
33 }
34
35 // copy constructor
36 InspectInfile::InspectInfile(const InspectInfile& inspect_infile) :

Callers 1

testInspectInfileFunction · 0.80

Calls 9

getEnzymeMethod · 0.80
getBlindMethod · 0.80
getMaxPTMsizeMethod · 0.80
getMultichargeMethod · 0.80
getTagCountMethod · 0.80
getPeakMassToleranceMethod · 0.45
getModificationsMethod · 0.45

Tested by

no test coverage detected