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.
150 double Mean10= 9.53459 ;
151 double RMS10= 30.7888 ;
152 return (
x*RMS10)+ Mean10;
◆ Back_st1Mom()
double Back_st1Mom |
( |
double |
x | ) |
|
Definition at line 15 of file FuncMeanRMS.h.
17 double Mean1= 0.456645 ;
18 double RMS1= 1.21201 ;
19 return (
x*RMS1)+ Mean1;
◆ Back_st2Mom()
double Back_st2Mom |
( |
double |
x | ) |
|
Definition at line 31 of file FuncMeanRMS.h.
34 double Mean2= 0.0806735 ;
35 double RMS2= 5.64695 ;
36 return (
x*RMS2)+ Mean2;
◆ Back_st3Mom()
double Back_st3Mom |
( |
double |
x | ) |
|
Definition at line 47 of file FuncMeanRMS.h.
49 double Mean3= -0.111183 ;
50 double RMS3= 11.0546 ;
51 return (
x*RMS3)+ Mean3;
◆ Back_st4Mom()
double Back_st4Mom |
( |
double |
x | ) |
|
Definition at line 62 of file FuncMeanRMS.h.
64 double Mean4= 1.9536 ;
65 double RMS4= 12.5549 ;
66 return (
x*RMS4)+ Mean4;
◆ Back_st5Mom()
double Back_st5Mom |
( |
double |
x | ) |
|
Definition at line 76 of file FuncMeanRMS.h.
78 double Mean5= 2.56582 ;
80 return (
x*RMS5)+ Mean5;
◆ Back_st6Mom()
double Back_st6Mom |
( |
double |
x | ) |
|
Definition at line 91 of file FuncMeanRMS.h.
93 double Mean6= 4.29469 ;
95 return (
x*RMS6)+ Mean6;
◆ Back_st7Mom()
double Back_st7Mom |
( |
double |
x | ) |
|
Definition at line 106 of file FuncMeanRMS.h.
108 double Mean7= 5.2504 ;
109 double RMS7= 22.4894 ;
110 return (
x*RMS7)+ Mean7;
◆ Back_st8Mom()
double Back_st8Mom |
( |
double |
x | ) |
|
Definition at line 120 of file FuncMeanRMS.h.
122 double Mean8= 6.87065 ;
123 double RMS8= 25.0507 ;
124 return (
x*RMS8)+ Mean8;
◆ Back_st9Mom()
double Back_st9Mom |
( |
double |
x | ) |
|
Definition at line 134 of file FuncMeanRMS.h.
136 double Mean9=7.98152 ;
137 double RMS9= 28.2111 ;
138 return (
x*RMS9)+ Mean9;
◆ Norm_NTrks()
double Norm_NTrks |
( |
int |
x | ) |
|
◆ Norm_Sphere()
double Norm_Sphere |
( |
double |
x | ) |
|
◆ Norm_st10Mom()
double Norm_st10Mom |
( |
double |
x | ) |
|
Definition at line 141 of file FuncMeanRMS.h.
143 double Mean10=9.53459 ;
144 double RMS10= 30.7888 ;
145 return (
x-Mean10)/RMS10;
◆ Norm_st1Mom()
double Norm_st1Mom |
( |
double |
x | ) |
|
Definition at line 8 of file FuncMeanRMS.h.
10 double Mean1= 0.456645 ;
12 return (
x-Mean1)/RMS1;
◆ Norm_st2Mom()
double Norm_st2Mom |
( |
double |
x | ) |
|
Definition at line 22 of file FuncMeanRMS.h.
25 double Mean2= 0.0806735 ;
26 double RMS2= 5.64695 ;
27 return (
x-Mean2)/RMS2;
◆ Norm_st3Mom()
double Norm_st3Mom |
( |
double |
x | ) |
|
Definition at line 39 of file FuncMeanRMS.h.
41 double Mean3=-0.111183 ;
43 return (
x-Mean3)/RMS3;
◆ Norm_st4Mom()
double Norm_st4Mom |
( |
double |
x | ) |
|
Definition at line 54 of file FuncMeanRMS.h.
57 double RMS4= 12.5549 ;
58 return (
x-Mean4)/RMS4;
◆ Norm_st5Mom()
double Norm_st5Mom |
( |
double |
x | ) |
|
Definition at line 69 of file FuncMeanRMS.h.
71 double Mean5=2.56582 ;
73 return (
x-Mean5)/RMS5;
◆ Norm_st6Mom()
double Norm_st6Mom |
( |
double |
x | ) |
|
Definition at line 84 of file FuncMeanRMS.h.
86 double Mean6=4.29469 ;
87 double RMS6= 18.9983 ;
88 return (
x-Mean6)/RMS6;
◆ Norm_st7Mom()
double Norm_st7Mom |
( |
double |
x | ) |
|
Definition at line 99 of file FuncMeanRMS.h.
101 double Mean7= 5.2504 ;
102 double RMS7= 22.4894 ;
103 return (
x-Mean7)/RMS7;
◆ Norm_st8Mom()
double Norm_st8Mom |
( |
double |
x | ) |
|
Definition at line 113 of file FuncMeanRMS.h.
115 double Mean8=6.87065 ;
116 double RMS8= 25.0507 ;
117 return (
x-Mean8)/RMS8;
◆ Norm_st9Mom()
double Norm_st9Mom |
( |
double |
x | ) |
|
Definition at line 127 of file FuncMeanRMS.h.
129 double Mean9= 7.98152 ;
130 double RMS9= 28.2111 ;
131 return (
x-Mean9)/RMS9;