ProteoWizard
|
#include <MSDataMerger.hpp>
Public Member Functions | |
MSDataMerger (const std::vector< MSDataPtr > &inputs) | |
![]() | |
std::vector< DataProcessingPtr > | allDataProcessingPtrs () const |
return dataProcessingPtrs augmented by the dataProcessingPtr() set in SpectrumList and/or ChromatogramList More... | |
MSData () | |
virtual | ~MSData () |
bool | empty () const |
const std::string & | version () const |
returns the version of this mzML document; for a document created programmatically, the version is the current release version of mzML; for a document created from a file/stream, the version is the schema version read from the file/stream More... | |
void | filterApplied () |
int | countFiltersApplied () const |
Private Attributes | |
std::vector< MSDataPtr > | inputMSDataPtrs_ |
Additional Inherited Members | |
![]() | |
std::string | accession |
an optional accession number for the mzML document. More... | |
std::string | id |
an optional id for the mzML document. It is recommended to use LSIDs when possible. More... | |
std::vector< CV > | cvs |
container for one or more controlled vocabulary definitions. More... | |
FileDescription | fileDescription |
information pertaining to the entire mzML file (i.e. not specific to any part of the data set) is stored here. More... | |
std::vector< ParamGroupPtr > | paramGroupPtrs |
container for a list of referenceableParamGroups More... | |
std::vector< SamplePtr > | samplePtrs |
list and descriptions of samples. More... | |
std::vector< SoftwarePtr > | softwarePtrs |
list and descriptions of software used to acquire and/or process the data in this mzML file. More... | |
std::vector< ScanSettingsPtr > | scanSettingsPtrs |
list with the descriptions of the acquisition settings applied prior to the start of data acquisition. More... | |
std::vector< InstrumentConfigurationPtr > | instrumentConfigurationPtrs |
list and descriptions of instrument configurations. More... | |
std::vector< DataProcessingPtr > | dataProcessingPtrs |
list and descriptions of data processing applied to this data. More... | |
Run | run |
a run in mzML should correspond to a single, consecutive and coherent set of scans on an instrument. More... | |
![]() | |
std::string | version_ |
int | nFiltersApplied_ |
Definition at line 34 of file MSDataMerger.hpp.
pwiz::msdata::MSDataMerger::MSDataMerger | ( | const std::vector< MSDataPtr > & | inputs | ) |
|
private |
Definition at line 39 of file MSDataMerger.hpp.