OpenMS
|
#include <vector>
#include <memory>
#include <OpenMS/CONCEPT/Types.h>
#include <OpenMS/CONCEPT/Constants.h>
#include <OpenMS/CONCEPT/Exception.h>
#include <OpenMS/KERNEL/Peak1D.h>
#include <OpenMS/CHEMISTRY/EmpiricalFormula.h>
#include <OpenMS/CHEMISTRY/ISOTOPEDISTRIBUTION/IsotopeDistribution.h>
Go to the source code of this file.
Classes | |
class | IsoSpecGeneratorWrapper |
Interface for the IsoSpec algorithm - a generator of infinitely-resolved theoretical spectra. More... | |
class | IsoSpecWrapper |
A convenience class for the IsoSpec algorithm - easier to use than the IsoSpecGeneratorWrapper classes. More... | |
class | IsoSpecTotalProbGeneratorWrapper |
Generate a p-set of configurations for a given p (that is, a set of configurations such that their probabilities sum up to p). The p in normal usage will usually be close to 1 (e.g. 0.99). More... | |
class | IsoSpecThresholdGeneratorWrapper |
Provides a threshold-based generator of isotopologues: generates all isotopologues more probable than a given probability threshold. More... | |
class | IsoSpecOrderedGeneratorWrapper |
Generate the stream of configurations, ordered from most likely to least likely. More... | |
class | IsoSpecTotalProbWrapper |
Create a p-set of configurations for a given p (that is, a set of configurations such that their probabilities sum up to p). The p in normal usage will usually be close to 1 (e.g. 0.99). More... | |
class | IsoSpecThresholdWrapper |
A non-generator version of IsoSpecThresholdGeneratorWrapper. More... | |
Namespaces | |
IsoSpec | |
OpenMS | |
Main OpenMS namespace. | |