ProteoWizard
|
writes table of spectrum metadata to a file More...
#include <RunSummary.hpp>
Classes | |
struct | Config |
Public Member Functions | |
RunSummary (const MSDataCache &cache, const Config &config) | |
MSDataAnalyzer interface | |
virtual UpdateRequest | updateRequested (const DataInfo &dataInfo, const SpectrumIdentity &spectrumIdentity) const |
ask analyzer if it wants an update More... | |
virtual void | close (const DataInfo &dataInfo) |
end analysis of the data More... | |
![]() | |
virtual | ~MSDataAnalyzer () |
virtual void | open (const DataInfo &dataInfo) |
start analysis of the data More... | |
virtual void | update (const DataInfo &dataInfo, const Spectrum &spectrum) |
analyze a single spectrum More... | |
Private Attributes | |
const MSDataCache & | cache_ |
const Config | config_ |
writes table of spectrum metadata to a file
Definition at line 39 of file RunSummary.hpp.
pwiz::analysis::RunSummary::RunSummary | ( | const MSDataCache & | cache, |
const Config & | config | ||
) |
|
virtual |
ask analyzer if it wants an update
Reimplemented from pwiz::analysis::MSDataAnalyzer.
|
virtual |
end analysis of the data
Reimplemented from pwiz::analysis::MSDataAnalyzer.
|
private |
Definition at line 63 of file RunSummary.hpp.
|
private |
Definition at line 64 of file RunSummary.hpp.