Skip to content
Snippets Groups Projects
Commit 4697aa29 authored by Langella Olivier's avatar Langella Olivier
Browse files

copy centroid parameters

parent f70683e4
No related branches found
No related tags found
No related merge requests found
......@@ -131,7 +131,7 @@ IdentificationXtandemFile::parseTo(Project *p_project)
qDebug() << "IdentificationXtandemFile::parseTo end";
}
/*
MsRunSp
IdentificationXtandemFile::getMsRunSp() const
{
......@@ -141,7 +141,7 @@ IdentificationXtandemFile::getMsRunSp() const
}
return (_ms_run_sp);
}
*/
void
IdentificationXtandemFile::setTimstofMs2CentroidParameters(
......
......@@ -37,7 +37,7 @@ class IdentificationXtandemFile : public IdentificationDataSource
virtual void parseTo(Project *p_project) override;
virtual MsRunSp getMsRunSp() const override;
// virtual MsRunSp getMsRunSp() const override;
void setTimstofMs2CentroidParameters(const QString &centroid_parameters);
private:
......
......@@ -53,6 +53,7 @@ MsRun::MsRun(const QString &location) : pappso::MsRunId(location)
MsRun::MsRun(const MsRun &other) : pappso::MsRunId(other)
{
_param_stats = other._param_stats;
m_centroidOptions = other.m_centroidOptions;
}
MsRun::~MsRun()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment