GENIEGenerator
Loading...
Searching...
No Matches
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 <c.andreopoulos \at cern.ch>
9 University of Liverpool
10
11\created June 15, 2004
12
13\cpright Copyright (c) 2003-2025, 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
21namespace genie {
22namespace utils {
23namespace 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_
Fragmentation functions.
double collins_spiller_func(double *x, double *par)
The Collins-Spiller fragmentation function.
double peterson_func(double *x, double *par)
The Peterson fragmentation function.
Root of GENIE utility namespaces.
THE MAIN GENIE PROJECT NAMESPACE
Definition AlgCmp.h:25