/* -*- C++ -*- */ /************************************************************************* * Copyright(c) 1995~2005 Masaharu Goto (root-cint@cern.ch) * * For the licensing terms see the file COPYING * ************************************************************************/ #include using namespace std; typedef double Double_t; typedef int Int_t; Int_t nrows = 6; Int_t ncols = 4; Double_t **table = 0; Int_t cut = 3; //______________________________________________________________________ void init() { // Create table table = new Double_t*[nrows]; for (Int_t i=0; i 0 && (Int_t)(table[i][ncols-1]) < cut) continue; for (Int_t k=0; k