| 678 |
// |
// |
| 679 |
letmax = -1; |
letmax = -1; |
| 680 |
heavytail = false; |
heavytail = false; |
| 681 |
lmipth = 100.; |
// lmipth = 100.; |
| 682 |
|
lmipth = 0.; |
| 683 |
// |
// |
| 684 |
}; |
}; |
| 685 |
|
|
| 1166 |
exx[numpo] = 0.1; |
exx[numpo] = 0.1; |
| 1167 |
yyy[numpo] = enemip; |
yyy[numpo] = enemip; |
| 1168 |
eyy[numpo] = sqrt(enemip*3.)+sqrt(5.); |
eyy[numpo] = sqrt(enemip*3.)+sqrt(5.); |
| 1169 |
if ( xpos > letmax && enemip > lmipth && heavytail) eyy[numpo] = (sqrt(enemip*3.)+sqrt(5.))/numpo; |
// if ( xpos > letmax && enemip > lmipth && heavytail) eyy[numpo] = (sqrt(enemip*3.)+sqrt(5.))/numpo; |
| 1170 |
|
if ( xpos > letmax && enemip > lmipth && heavytail) eyy[numpo] = sqrt(enemip)/5.; |
| 1171 |
|
if ( xpos > letmax-1 && xpos < letmax+1 && heavytail ) eyy[numpo] /= 5.; |
| 1172 |
|
//if ( xpos > letmax-2 && xpos < letmax+1 && heavytail ) eyy[numpo] /= 7.; |
| 1173 |
|
if ( xpos < 3. && heavytail ) eyy[numpo] /= 5.; |
| 1174 |
numpo++; |
numpo++; |
| 1175 |
// th->Fill(xpos,enemip); |
// th->Fill(xpos,enemip); |
| 1176 |
if ( debug ) printf(" AVE Filling: st %i xpos %f energy %f error %f letmax %f lmpith %f \n",st,xpos,enemip,eyy[numpo-1],letmax,lmipth); |
if ( debug ) printf(" AVE Filling: st %i xpos %f energy %f error %f letmax %f lmpith %f \n",st,xpos,enemip,eyy[numpo-1],letmax,lmipth); |