ProteoWizard
Public Member Functions | Public Attributes | List of all members
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

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

§ SpectrumIdentification()

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

Member Function Documentation

§ empty()

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

Reimplemented from pwiz::identdata::Identifiable.

Member Data Documentation

§ spectrumIdentificationProtocolPtr

SpectrumIdentificationProtocolPtr pwiz::identdata::SpectrumIdentification::spectrumIdentificationProtocolPtr

§ spectrumIdentificationListPtr

SpectrumIdentificationListPtr pwiz::identdata::SpectrumIdentification::spectrumIdentificationListPtr

§ activityDate

std::string pwiz::identdata::SpectrumIdentification::activityDate

§ inputSpectra

std::vector<SpectraDataPtr> pwiz::identdata::SpectrumIdentification::inputSpectra

§ searchDatabase

std::vector<SearchDatabasePtr> pwiz::identdata::SpectrumIdentification::searchDatabase

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