FragmentationFunctions.h
Go to the documentation of this file.
1 //____________________________________________________________________________
2 /*!
3 
4 \namespace genie::utils::frgmfunc
5 
6 \brief Fragmentation functions
7 
8 \author Costas Andreopoulos <constantinos.andreopoulos \at cern.ch>
9  University of Liverpool & STFC Rutherford Appleton Laboratory
10 
11 \created June 15, 2004
12 
13 \cpright Copyright (c) 2003-2020, The GENIE Collaboration
14  For the full text of the license visit http://copyright.genie-mc.org
15 */
16 //____________________________________________________________________________
17 
18 #ifndef _FRAGMENTATION_FUNCTIONS_H_
19 #define _FRAGMENTATION_FUNCTIONS_H_
20 
21 namespace genie {
22 namespace utils {
23 namespace frgmfunc {
24 
25 /*!
26  \fn double collins_spiller_func(double * x, double * par)
27  \brief The Collins-Spiller fragmentation function
28 */
29  double collins_spiller_func(double * x, double * par);
30 
31 /*!
32  \fn double peterson_func(double * x, double * par)
33  \brief The Peterson fragmentation function
34 */
35  double peterson_func(double * x, double * par);
36 
37 } // frgmfunc namespace
38 } // utils namespace
39 } // genie namespace
40 
41 #endif // _FRAGMENTATION_FUNCTIONS_H_
THE MAIN GENIE PROJECT NAMESPACE
Definition: AlgCmp.h:25
double collins_spiller_func(double *x, double *par)
The Collins-Spiller fragmentation function.
double peterson_func(double *x, double *par)
The Peterson fragmentation function.
Definition: utils.py:1
list x
Definition: train.py:276