Go to the source code of this file.
◆ Back_NTrks()
| double Back_NTrks |
( |
int | x | ) |
|
◆ Back_Sphere()
| double Back_Sphere |
( |
double | x | ) |
|
◆ Back_st10Mom()
| double Back_st10Mom |
( |
double | x | ) |
|
Definition at line 148 of file FuncMeanRMS.h.
149{
150 double Mean10= 9.53459 ;
151 double RMS10= 30.7888 ;
152 return (
x*RMS10)+ Mean10;
153}
◆ Back_st1Mom()
| double Back_st1Mom |
( |
double | x | ) |
|
Definition at line 15 of file FuncMeanRMS.h.
16{
17 double Mean1= 0.456645 ;
18 double RMS1= 1.21201 ;
19 return (
x*RMS1)+ Mean1;
20}
◆ Back_st2Mom()
| double Back_st2Mom |
( |
double | x | ) |
|
Definition at line 31 of file FuncMeanRMS.h.
32{
33
34 double Mean2= 0.0806735 ;
35 double RMS2= 5.64695 ;
36 return (
x*RMS2)+ Mean2;
37}
◆ Back_st3Mom()
| double Back_st3Mom |
( |
double | x | ) |
|
Definition at line 47 of file FuncMeanRMS.h.
48{
49 double Mean3= -0.111183 ;
50 double RMS3= 11.0546 ;
51 return (
x*RMS3)+ Mean3;
52}
◆ Back_st4Mom()
| double Back_st4Mom |
( |
double | x | ) |
|
Definition at line 62 of file FuncMeanRMS.h.
63{
64 double Mean4= 1.9536 ;
65 double RMS4= 12.5549 ;
66 return (
x*RMS4)+ Mean4;
67}
◆ Back_st5Mom()
| double Back_st5Mom |
( |
double | x | ) |
|
Definition at line 76 of file FuncMeanRMS.h.
77{
78 double Mean5= 2.56582 ;
79 double RMS5=16.713 ;
80 return (
x*RMS5)+ Mean5;
81}
◆ Back_st6Mom()
| double Back_st6Mom |
( |
double | x | ) |
|
Definition at line 91 of file FuncMeanRMS.h.
92{
93 double Mean6= 4.29469 ;
94 double RMS6= 18.9983;
95 return (
x*RMS6)+ Mean6;
96}
◆ Back_st7Mom()
| double Back_st7Mom |
( |
double | x | ) |
|
Definition at line 106 of file FuncMeanRMS.h.
107{
108 double Mean7= 5.2504 ;
109 double RMS7= 22.4894 ;
110 return (
x*RMS7)+ Mean7;
111}
◆ Back_st8Mom()
| double Back_st8Mom |
( |
double | x | ) |
|
Definition at line 120 of file FuncMeanRMS.h.
121{
122 double Mean8= 6.87065 ;
123 double RMS8= 25.0507 ;
124 return (
x*RMS8)+ Mean8;
125}
◆ Back_st9Mom()
| double Back_st9Mom |
( |
double | x | ) |
|
Definition at line 134 of file FuncMeanRMS.h.
135{
136 double Mean9=7.98152 ;
137 double RMS9= 28.2111 ;
138 return (
x*RMS9)+ Mean9;
139}
◆ Norm_NTrks()
| double Norm_NTrks |
( |
int | x | ) |
|
◆ Norm_Sphere()
| double Norm_Sphere |
( |
double | x | ) |
|
Definition at line 176 of file FuncMeanRMS.h.
177{
178 double Mean =0.361716 ;
179 double RMS = 0.327354 ;
180 return (
x - Mean)/
RMS;
181}
◆ Norm_st10Mom()
| double Norm_st10Mom |
( |
double | x | ) |
|
Definition at line 141 of file FuncMeanRMS.h.
142{
143 double Mean10=9.53459 ;
144 double RMS10= 30.7888 ;
145 return (
x-Mean10)/RMS10;
146}
◆ Norm_st1Mom()
| double Norm_st1Mom |
( |
double | x | ) |
|
Definition at line 8 of file FuncMeanRMS.h.
9{
10 double Mean1= 0.456645 ;
11 double RMS1=1.21201 ;
12 return (
x-Mean1)/RMS1;
13}
◆ Norm_st2Mom()
| double Norm_st2Mom |
( |
double | x | ) |
|
Definition at line 22 of file FuncMeanRMS.h.
23{
24
25 double Mean2= 0.0806735 ;
26 double RMS2= 5.64695 ;
27 return (
x-Mean2)/RMS2;
28}
◆ Norm_st3Mom()
| double Norm_st3Mom |
( |
double | x | ) |
|
Definition at line 39 of file FuncMeanRMS.h.
40{
41 double Mean3=-0.111183 ;
42 double RMS3=11.0546 ;
43 return (
x-Mean3)/RMS3;
44}
◆ Norm_st4Mom()
| double Norm_st4Mom |
( |
double | x | ) |
|
Definition at line 54 of file FuncMeanRMS.h.
55{
56 double Mean4=1.9536 ;
57 double RMS4= 12.5549 ;
58 return (
x-Mean4)/RMS4;
59}
◆ Norm_st5Mom()
| double Norm_st5Mom |
( |
double | x | ) |
|
Definition at line 69 of file FuncMeanRMS.h.
70{
71 double Mean5=2.56582 ;
72 double RMS5= 16.713 ;
73 return (
x-Mean5)/RMS5;
74}
◆ Norm_st6Mom()
| double Norm_st6Mom |
( |
double | x | ) |
|
Definition at line 84 of file FuncMeanRMS.h.
85{
86 double Mean6=4.29469 ;
87 double RMS6= 18.9983 ;
88 return (
x-Mean6)/RMS6;
89}
◆ Norm_st7Mom()
| double Norm_st7Mom |
( |
double | x | ) |
|
Definition at line 99 of file FuncMeanRMS.h.
100{
101 double Mean7= 5.2504 ;
102 double RMS7= 22.4894 ;
103 return (
x-Mean7)/RMS7;
104}
◆ Norm_st8Mom()
| double Norm_st8Mom |
( |
double | x | ) |
|
Definition at line 113 of file FuncMeanRMS.h.
114{
115 double Mean8=6.87065 ;
116 double RMS8= 25.0507 ;
117 return (
x-Mean8)/RMS8;
118}
◆ Norm_st9Mom()
| double Norm_st9Mom |
( |
double | x | ) |
|
Definition at line 127 of file FuncMeanRMS.h.
128{
129 double Mean9= 7.98152 ;
130 double RMS9= 28.2111 ;
131 return (
x-Mean9)/RMS9;
132}