c28b8f8d |
1 | CCC Common for bin-by-bin distribution input: |
2 | CCC NOTE: Include file 'Parameter_values.inc' must accompany and |
3 | CCC precede this file everywhere it occurs. |
4 | |
5 | integer n_bins_max |
6 | parameter(n_bins_max = 50) ! maximum # of input pt, eta bins |
7 | |
8 | Common/dist_bin/ pt_start(npid),eta_start(npid),pt_stop(npid), |
9 | 1 eta_stop(npid),delta_pt(npid,n_bins_max), |
10 | 2 delta_eta(npid,n_bins_max),pt_bin(npid,n_bins_max), |
11 | 3 eta_bin(npid,n_bins_max), |
12 | 4 pt_eta_bin(npid,n_bins_max,n_bins_max), |
13 | 5 pt_bin_mesh(npid,n_bins_max),eta_bin_mesh(npid,n_bins_max), |
14 | 6 n_pt_bins(npid),n_eta_bins(npid) |
15 | |
16 | integer n_pt_bins,n_eta_bins |
17 | real*4 pt_start,eta_start,pt_stop,eta_stop |
18 | real*4 delta_pt,delta_eta,pt_bin,eta_bin,pt_eta_bin |
19 | real*4 pt_bin_mesh,eta_bin_mesh |