ProteoWizard
Public Member Functions | Public Attributes | List of all members
pwiz::util::MSIHandler::Record Struct Reference

#include <MSIHandler.hpp>

Public Member Functions

 Record ()
 
 Record (const std::vector< std::string > &fields)
 
 Record (const Record &r)
 

Public Attributes

size_t scan
 
float time
 
float mz
 
float mass
 
float intensity
 
int charge
 
int chargeStates
 
float kl
 
float background
 
float median
 
int peaks
 
int scanFirst
 
int scanLast
 
int scanCount
 

Detailed Description

Definition at line 38 of file MSIHandler.hpp.

Constructor & Destructor Documentation

§ Record() [1/3]

pwiz::util::MSIHandler::Record::Record ( )
inline

§ Record() [2/3]

pwiz::util::MSIHandler::Record::Record ( const std::vector< std::string > &  fields)

§ Record() [3/3]

pwiz::util::MSIHandler::Record::Record ( const Record r)

Member Data Documentation

§ scan

size_t pwiz::util::MSIHandler::Record::scan

Definition at line 44 of file MSIHandler.hpp.

§ time

float pwiz::util::MSIHandler::Record::time

Definition at line 45 of file MSIHandler.hpp.

§ mz

float pwiz::util::MSIHandler::Record::mz

Definition at line 46 of file MSIHandler.hpp.

§ mass

float pwiz::util::MSIHandler::Record::mass

Definition at line 47 of file MSIHandler.hpp.

§ intensity

float pwiz::util::MSIHandler::Record::intensity

Definition at line 48 of file MSIHandler.hpp.

§ charge

int pwiz::util::MSIHandler::Record::charge

Definition at line 49 of file MSIHandler.hpp.

§ chargeStates

int pwiz::util::MSIHandler::Record::chargeStates

Definition at line 50 of file MSIHandler.hpp.

§ kl

float pwiz::util::MSIHandler::Record::kl

Definition at line 51 of file MSIHandler.hpp.

§ background

float pwiz::util::MSIHandler::Record::background

Definition at line 52 of file MSIHandler.hpp.

§ median

float pwiz::util::MSIHandler::Record::median

Definition at line 53 of file MSIHandler.hpp.

§ peaks

int pwiz::util::MSIHandler::Record::peaks

Definition at line 54 of file MSIHandler.hpp.

§ scanFirst

int pwiz::util::MSIHandler::Record::scanFirst

Definition at line 55 of file MSIHandler.hpp.

§ scanLast

int pwiz::util::MSIHandler::Record::scanLast

Definition at line 56 of file MSIHandler.hpp.

§ scanCount

int pwiz::util::MSIHandler::Record::scanCount

Definition at line 57 of file MSIHandler.hpp.


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