ProteoWizard
|
Go to the source code of this file.
Classes | |
class | pwiz::analysis::IsoWindowHasher |
A method of hashing an isolation window to a unique long value mz is and m/z of a unique point in the isolation window, such as the lower bound, upper bound, or center. More... | |
struct | pwiz::analysis::DemuxWindow |
A container for describing the isolation windows that are dedicated to columns of the design matrix for demultiplexing. More... | |
struct | pwiz::analysis::IsolationWindow |
A container that wraps DemuxWindow to preserve the full precision window boundaries. More... | |
class | pwiz::analysis::IPrecursorMaskCodec |
Interface for generating and accessing precursor masks for a demultiplexing scheme. More... | |
Namespaces | |
namespace | pwiz |
namespace | pwiz::analysis |
Typedefs | |
typedef uint64_t | pwiz::analysis::MZHash |
Functions | |
double | pwiz::analysis::precursor_upper_offset (const msdata::Precursor &p) |
double | pwiz::analysis::precursor_lower_offset (const msdata::Precursor &p) |
double | pwiz::analysis::precursor_target (const msdata::Precursor &p) |
double | pwiz::analysis::precursor_mz_low (const msdata::Precursor &p) |
double | pwiz::analysis::precursor_mz_high (const msdata::Precursor &p) |
double | pwiz::analysis::precursor_iso_center (const msdata::Precursor &p) |
double | pwiz::analysis::precursor_iso_width (const msdata::Precursor &p) |
std::string | pwiz::analysis::prec_to_string (const msdata::Precursor &p) |
bool | pwiz::analysis::stringToFloatCompare (std::string i, std::string j) |