40 : mcsp_msRunId(msRunId)
46 std::size_t spectrum_index)
47 : mcsp_msRunId(msRunId), m_nativeId(
""), m_spectrumIndex(spectrum_index)
53 : mcsp_msRunId(other.mcsp_msRunId),
54 m_nativeId(other.m_nativeId),
55 m_spectrumIndex(other.m_spectrumIndex)
140 "m_spectrumIndex: %3\n")
void setNativeId(const QString &native_id)
void setMsRunId(MsRunIdCstSPtr other)
MassSpectrumId & operator=(const MassSpectrumId &other)
std::size_t getSpectrumIndex() const
void setSpectrumIndex(std::size_t index)
const QString & getNativeId() const
std::size_t m_spectrumIndex
bool operator==(const MassSpectrumId &other) const
MsRunIdCstSPtr mcsp_msRunId
const MsRunIdCstSPtr & getMsRunIdCstSPtr() const
tries to keep as much as possible monoisotopes, removing any possible C13 peaks and changes multichar...
std::shared_ptr< const MsRunId > MsRunIdCstSPtr