OpenMS  2.4.0
Public Attributes | List of all members
MzIdentMLDOMHandler::SpectrumIdentificationProtocol Struct Reference

Struct to hold the information from the SpectrumIdentificationProtocol xml tag. More...

Public Attributes

CVTerm searchtype
 
String enzyme
 
CVTermList parameter_cvs
 
std::map< String, DataValueparameter_ups
 
CVTermList modification_parameter
 
long double precursor_tolerance
 
long double fragment_tolerance
 
CVTermList threshold_cvs
 
std::map< String, DataValuethreshold_ups
 

Detailed Description

Struct to hold the information from the SpectrumIdentificationProtocol xml tag.

Member Data Documentation

◆ enzyme

String enzyme

◆ fragment_tolerance

long double fragment_tolerance

◆ modification_parameter

CVTermList modification_parameter

◆ parameter_cvs

CVTermList parameter_cvs

◆ parameter_ups

std::map<String, DataValue> parameter_ups

◆ precursor_tolerance

long double precursor_tolerance

◆ searchtype

CVTerm searchtype

◆ threshold_cvs

CVTermList threshold_cvs

◆ threshold_ups

std::map<String, DataValue> threshold_ups