Skip to content

Commit

Permalink
improve documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sophie Aerdker committed Oct 9, 2023
1 parent ffdc937 commit 612a1b6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion include/crpropa/module/CandidateSplitting.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@


namespace crpropa {
/** @addtogroup Acceleration
* @{
*/

/**
@class CandidateSplitting
Expand Down Expand Up @@ -42,7 +45,7 @@ class CandidateSplitting: public Module {
CandidateSplitting(int nSplit, double Emin, double Emax, double nBins, double minWeight, bool log = false);

/** Constructor
@param spectralIndex Absolute value of expected spectral index determines splitting number
@param spectralIndex Expected spectral index determines splitting numbe
@param Emin Minimal energy for splitting
@param nBins Number of bins in energy, with dE(spectralIndex) it determines Emax
*/
Expand Down

0 comments on commit 612a1b6

Please sign in to comment.