source: trunk/source/processes/hadronic/models/chiral_inv_phase_space/calcul/README @ 968

Last change on this file since 968 was 819, checked in by garnier, 16 years ago

import all except CVS

File size: 2.4 KB
Line 
1G4NuMuXQ2Integration.cc & G4NuMuXYIntegration.cc
2================================================
3Makes integration of d(sig)/dxdQ2 (DIS) for neutrino/antineutrino over x and then over Q2,
4having as an intermediate result the d(sig)/dQ2 distribution and as a final result sig_tot.
5Separation of QES (W<M_N+m_pi) is planned at this time.
6  Output for 20 points equidistant from ln(E_min) to ln(E_max=300 (GeV)) (A=12):
7  ------------------------------------------------------------------------------
8  >>>>Emin=0.111651,lEi=-2.19238,lEa=5.70378,dlE=0.394808 (sig_t, 10^-38 cm^2 GeV^-1)
9-----------------+----------+
10I(Idx)dQ2,exp=.67| I(Idx)dy | ! NOT UP TO DATE !
11-----------------+----------+
12 E_nu   sig_t/E  | sig_t/E  |
13-----------------+----------+
14.136017 0.158940 | 0.188611 |
15.201863 0.347557 | 0.354376 |
16.299584 0.482431 | 0.484008 |
17.444613 0.587544 | 0.587829 |
18.659850 0.663442 | 0.663354 |
19.979282 0.710895 | 0.710521 |
201.45335 0.734348 | 0.733853 |
212.15692 0.741216 | 0.740403 |
223.20108 0.737759 | 0.736918 |
234.75073 0.729512 | 0.728337 |
247.05055 0.718947 | 0.717549 |
2510.4637 0.707357 | 0.705886 |
2615.5292 0.695349 | 0.693841 |
2723.0469 0.683188 | 0.681529 |
2834.2038 0.671010 | 0.669100 |
2950.7619 0.658915 | 0.656679 |
3075.3357 0.646951 | 0.644425 |
31111.806 0.635081 | 0.632419 |
32165.931 0.622685 | 0.620626 |
33246.258 0.610883 | 0.608874 |
34-----------------+----------+
35I(Idx)dQ2,exp=.34| I(Idx)dy |
36-----------------+----------+
37 E_anu  sig_t/E  | sig_t/E  |
38-----------------+----------+
39.136017 0.134604 | 0.162247 |
40.201863 0.267721 | 0.274488 |
41.299584 0.335296 | 0.337052 |
42.444613 0.368757 | 0.369132 |
43.659850 0.379554 | 0.379583 |
44.979282 0.377011 | 0.376908 |
451.45335 0.368407 | 0.368181 |
462.15692 0.358362 | 0.357970 |
473.20108 0.349276 | 0.348610 |
484.75073 0.341937 | 0.341011 |
497.05055 0.336524 | 0.335304 |
5010.4637 0.332704 | 0.331202 |
5115.5292 0.330011 | 0.328298 |
5223.0469 0.328097 | 0.326188 |
5334.2038 0.326474 | 0.324666 |
5450.7619 0.325437 | 0.323606 |
5575.3357 0.324840 | 0.322993 |
56111.806 0.324660 | 0.322805 |
57165.931 0.324814 | 0.322974 |
58246.258 0.325131 | 0.323362 |
59-----------------+----------+
60Conclusion (05.10.2005):
61 a) at high energies sig(nu) and sig(anu) look to be close to the experimental values
62 b) fL OFF increase less then by 10% -> the only hope is to modify C(Q2), which is bigger
63 c) both waysof calculation give the same result (within the accuracy of calculation)(?)
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
Note: See TracBrowser for help on using the repository browser.