Skip to content

Commit

Permalink
Fix docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
niclaurenti committed Apr 25, 2024
1 parent e005360 commit ecdbf43
Showing 1 changed file with 13 additions and 9 deletions.
22 changes: 13 additions & 9 deletions src/SplittingFunction.cc
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ double ConvolutedSplittingFunctions::Pgq0_x_Pqg0(double x, int nf) const {
}

//==========================================================================================//
// Analytical convolution between the splitting functions Pgq0 and Pqg0
// Analytical convolution between the splitting functions Pgg0reg and Pgg0reg
//------------------------------------------------------------------------------------------//

double ConvolutedSplittingFunctions::Pgg0reg_x_Pgg0reg(double x) const {
Expand All @@ -703,7 +703,8 @@ double ConvolutedSplittingFunctions::Pgg0reg_x_Pgg0sing(double x) const {
}

//==========================================================================================//
// Analytical convolution between the splitting functions Pgg0reg and Pgg0sing
// Regular part of the analytical convolution between the splitting functions
// Pgg0sing and Pgg0sing
//------------------------------------------------------------------------------------------//

double ConvolutedSplittingFunctions::Pgg0sing_x_Pgg0sing_reg(double x) const {
Expand All @@ -712,7 +713,8 @@ double ConvolutedSplittingFunctions::Pgg0sing_x_Pgg0sing_reg(double x) const {
}

//==========================================================================================//
// Analytical convolution between the splitting functions Pgg0reg and Pgg0sing
// Singular part of the analytical convolution between the splitting functions
// Pgg0sing and Pgg0sing
//------------------------------------------------------------------------------------------//

double ConvolutedSplittingFunctions::Pgg0sing_x_Pgg0sing_sing(double x) const {
Expand All @@ -721,7 +723,8 @@ double ConvolutedSplittingFunctions::Pgg0sing_x_Pgg0sing_sing(double x) const {
}

//==========================================================================================//
// Analytical convolution between the splitting functions Pgg0reg and Pgg0sing
// Integral from 0 to x of the singular part of the analytical convolution
// between the splitting functions Pgg0sing and Pgg0sing
//------------------------------------------------------------------------------------------//

double ConvolutedSplittingFunctions::Pgg0sing_x_Pgg0sing_sing_integrated(
Expand All @@ -733,7 +736,8 @@ double ConvolutedSplittingFunctions::Pgg0sing_x_Pgg0sing_sing_integrated(
}

//==========================================================================================//
// Analytical convolution between the splitting functions Pgg0reg and Pgg0sing
// Local part of the analytical convolution between the splitting functions
// Pgg0sing and Pgg0sing
//------------------------------------------------------------------------------------------//

double ConvolutedSplittingFunctions::Pgg0sing_x_Pgg0sing_loc() const {
Expand All @@ -754,7 +758,7 @@ double ConvolutedSplittingFunctions::Pgg0_x_Pgg0_reg(double x, int nf) const {
}

//==========================================================================================//
// Regular part of the analytical convolution between the splitting functions
// Singular part of the analytical convolution between the splitting functions
// Pgg0 and Pgg0
//------------------------------------------------------------------------------------------//

Expand All @@ -765,8 +769,8 @@ double ConvolutedSplittingFunctions::Pgg0_x_Pgg0_sing(double x, int nf) const {
}

//==========================================================================================//
// Regular part of the analytical convolution between the splitting functions
// Pgg0 and Pgg0
// Integral from 0 to x of the singular part of the analytical convolution
// between the splitting functions Pgg0 and Pgg0
//------------------------------------------------------------------------------------------//

double ConvolutedSplittingFunctions::Pgg0_x_Pgg0_sing_integrated(
Expand All @@ -778,7 +782,7 @@ double ConvolutedSplittingFunctions::Pgg0_x_Pgg0_sing_integrated(
}

//==========================================================================================//
// Regular part of the analytical convolution between the splitting functions
// Local part of the analytical convolution between the splitting functions
// Pgg0 and Pgg0
//------------------------------------------------------------------------------------------//

Expand Down

0 comments on commit ecdbf43

Please sign in to comment.