/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/GaussianRatioPDF.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/util/include/RAT/GaussianRatioPDF.hh Source File
Ratpac-two
GaussianRatioPDF.hh
1 #ifndef __RAT_GaussianRatioPDF__
2 #define __RAT_GaussianRatioPDF__
3 
4 #include <TMath.h>
5 
6 #include <cmath>
7 
8 namespace RAT {
9 
10 /* The gaussian ratio PDF from equation 1 in
11  http://www.jstor.org/stable/2334671.
12  The parameters are ordered as:
13  -normalization
14  -mean prompt number of PE
15  -width of the prompt distribution
16  -mean total number of PE,
17  -width of the distribution of total PE
18  -correlation parameter.
19 */
20 
21 Double_t GaussianRatioPDF(Double_t *x, Double_t *par);
22 
23 } // namespace RAT
24 
25 #endif
Definition: CCCrossSecMessenger.hh:29