ProteoWizard
Public Member Functions | Public Attributes
pwiz::identdata::SpectrumIdentification Struct Reference

Implementation of SpectrumIdentificationType from the mzIdentML schema. More...

#include <IdentData.hpp>

Inheritance diagram for pwiz::identdata::SpectrumIdentification:
pwiz::identdata::Identifiable

List of all members.

Public Member Functions

 SpectrumIdentification (const std::string &id_="", const std::string &name_="")
bool empty () const
- Public Member Functions inherited from pwiz::identdata::Identifiable
 Identifiable (const std::string &id_="", const std::string &name_="")
virtual ~Identifiable ()

Public Attributes

SpectrumIdentificationProtocolPtr spectrumIdentificationProtocolPtr
SpectrumIdentificationListPtr spectrumIdentificationListPtr
std::string activityDate
std::vector< SpectraDataPtr > inputSpectra
std::vector< SearchDatabasePtr > searchDatabase
- Public Attributes inherited from pwiz::identdata::Identifiable
std::string id
std::string name

Detailed Description

Implementation of SpectrumIdentificationType from the mzIdentML schema.

An Analysis which tries to identify peptides in input spectra, referencing the database searched, the input spectra, the output results and the protocol that is run.

Definition at line 764 of file IdentData.hpp.


Constructor & Destructor Documentation

pwiz::identdata::SpectrumIdentification::SpectrumIdentification ( const std::string &  id_ = "",
const std::string &  name_ = "" 
)

Member Function Documentation

bool pwiz::identdata::SpectrumIdentification::empty ( ) const
virtual

Reimplemented from pwiz::identdata::Identifiable.


Member Data Documentation

SpectrumIdentificationProtocolPtr pwiz::identdata::SpectrumIdentification::spectrumIdentificationProtocolPtr
SpectrumIdentificationListPtr pwiz::identdata::SpectrumIdentification::spectrumIdentificationListPtr
std::string pwiz::identdata::SpectrumIdentification::activityDate
std::vector<SpectraDataPtr> pwiz::identdata::SpectrumIdentification::inputSpectra
std::vector<SearchDatabasePtr> pwiz::identdata::SpectrumIdentification::searchDatabase

The documentation for this struct was generated from the following file: