/*  subroutines to get energy step for the sst */

#if 0
static int O_adc_thresh_24[25] = {
  0,  1,  2,  3,  4,   5,   7,   9,  11,  14,  18,  23,
 29, 38, 48, 61, 78, 100, 128, 163, 208, 220, 232, 244,  256 };

static int O_adc_thresh_9[10] = {
  0,  2,  4,  7, 11,  23,  48, 100, 220, 244 
};


static int O_adc_3d_min[9]= { 0, 2, };
static int O_adc_3d_max[9]= { 1, 3, };

#endif



static float O_min_energy[24] = {
  32.,   73.,  101.,  129.,  156.,  184.,  240.,  295.,  351.,  434.,
 546.,  685.,  852., 1103., 1381., 1743., 2217., 2832., 3614., 4593.,
5855., 6191., 6528., 6866.
};

static float O_max_energy[24]
         73.,  101.,  129.,  156.,  184.,  240.,  295.,  351.,  434.,
 546.,  685.,  852., 1103., 1381., 1743., 2217., 2832., 3614., 4593.,
5855., 6191., 6528., 6866., 7100.
};