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

Method MSSpectrum

src/openms/source/KERNEL/MSSpectrum.cpp:492–504  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

490 }
491
492 MSSpectrum::MSSpectrum() :
493 ContainerType(),
494 RangeManagerContainerType(),
495 SpectrumSettings(),
496 retention_time_(-1),
497 drift_time_(-1),
498 drift_time_unit_(DriftTimeUnit::NONE),
499 ms_level_(1),
500 name_(),
501 float_data_arrays_(),
502 string_data_arrays_(),
503 integer_data_arrays_()
504 {}
505
506 MSSpectrum::MSSpectrum(const MSSpectrum &source) = default;
507

Callers 15

create_im.pyFile · 0.80
testMSSpectrumMethod · 0.80
testSpectrumAlignmentFunction · 0.80
testDataValueFunction · 0.80
testAScoreFunction · 0.80
testCachedMzMLFunction · 0.80
testIndexedMzMLFileFunction · 0.80
testMSExperimentFunction · 0.80
testMSSpectrumFunction · 0.80
testMxxxFileFunction · 0.80
testPeakTypeEstimatorFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected