Skip to content

Commit

Permalink
[DOC] added documentation for coarse isotope distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
timosachsenberg authored and timosachsenberg committed Jan 18, 2018
1 parent a0e8038 commit cb75b8e
Showing 1 changed file with 14 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,20 @@
namespace OpenMS
{

class OPENMS_DLLAPI CoarseIsotopeDistribution : public IsotopePatternGenerator
/**
* @ingroup Chemistry
* @brief Isotope pattern generator for coarse (nominal mass) isotope distributions.
*
* The most important value which should be set is the max isotope value.
* It limits the number of calculated isotopes.
* If e.g., set to 3, only the first three isotopes, Monoisotopic mass, +1 and +2 are
* calculated.
* By default all possible isotopes are calculated, which leads to a large
* number of values, if the mass value is large!
**/

class OPENMS_DLLAPI CoarseIsotopeDistribution
: public IsotopePatternGenerator
{

public:
Expand Down

0 comments on commit cb75b8e

Please sign in to comment.