35 #ifndef OPENMS_SIMULATION_IONIZATIONSIMULATION_H 36 #define OPENMS_SIMULATION_IONIZATIONSIMULATION_H 109 class CompareCmpByEF_;
118 inline bool isFeatureValid_(
const Feature& feature);
121 void setFeatureProperties_(
Feature& f,
122 const double& adduct_mass,
123 const String& adduct_formula,
126 const Size parent_index);
129 void setDefaultParams_();
132 void updateMembers_();
190 #endif // OPENMS_SIMULATION_IONIZATIONSIMULATION_H SimTypes::SimCoordinateType maximal_mz_measurement_limit_
Maximum m/z detected by mass analyser.
Definition: IonizationSimulation.h:179
SimTypes::MutableSimRandomNumberGeneratorPtr rnd_gen_
Random number generator.
Definition: IonizationSimulation.h:185
A more convenient string class.
Definition: String.h:57
Simulates Protein ionization.
Definition: IonizationSimulation.h:64
double esi_probability_
Probability for the binomial distribution of ESI charge states.
Definition: IonizationSimulation.h:155
A container for features.
Definition: FeatureMap.h:94
unsigned int UInt
Unsigned integer type.
Definition: Types.h:95
IonizationType
possible ionization methods
Definition: IonizationSimulation.h:71
boost::shared_ptr< SimRandomNumberGenerator > MutableSimRandomNumberGeneratorPtr
Definition: SimTypes.h:175
A container for consensus elements.
Definition: ConsensusMap.h:72
Representation of a peptide/protein sequence.
Definition: AASequence.h:108
Main OpenMS namespace.
Definition: FeatureDeconvolution.h:47
SimTypes::SimCoordinateType minimal_mz_measurement_limit_
Minimum m/z detected by mass analyser.
Definition: IonizationSimulation.h:181
std::vector< Adduct > AdductsType
Definition: Adduct.h:49
Size max_adduct_charge_
Maximal charge that any impure adduct from parameter list has.
Definition: IonizationSimulation.h:171
std::vector< double > esi_impurity_probabilities_
Discrete distribution of impure charge adducts like Na+, K+, Ca++ etc besides the usual H+...
Definition: IonizationSimulation.h:160
std::set< String > basic_residues_
Definition: IonizationSimulation.h:150
Adduct::AdductsType esi_adducts_
Corresponding table to esi_impurity_probabilities_ holding the actual element and its charge...
Definition: IonizationSimulation.h:166
std::vector< double > maldi_probabilities_
Preprocessed table of discrete distribution (MALDI charges)
Definition: IonizationSimulation.h:176
An LC-MS feature.
Definition: Feature.h:70
IonizationType ionization_type_
ESI or MALDI ionization.
Definition: IonizationSimulation.h:145
Feature::ChargeType SimChargeType
Charge of a peptide.
Definition: SimTypes.h:66
In-Memory representation of a mass spectrometry experiment.
Definition: MSExperiment.h:82
size_t Size
Size type e.g. used as variable which can hold result of size()
Definition: Types.h:128
Base class for all classes that want to report their progress.
Definition: ProgressLogger.h:55
A base class for all classes handling default parameters.
Definition: DefaultParamHandler.h:92
Definition: IonizationSimulation.h:73