00001 #if !defined(__CINT__) 00002 #include "TROOT.h" 00003 #endif 00004 #include "Bfc.h" 00005 #if !defined(__CINT__) 00006 TableImpl(Bfc); 00007 #endif 00008 #include "BigFullChain.h" 00009 TDataSet *CreateTable() { 00010 if (!gROOT->GetClass("St_Bfc")) return 0; 00011 Int_t NoChainOptions = sizeof (BFC)/sizeof (Bfc_st); 00012 St_Bfc *tableSet = new St_Bfc("BFC",NoChainOptions); 00013 for (Int_t i = 0; i < NoChainOptions; i++) { 00014 tableSet->AddAt(&BFC[i]); 00015 } 00016 return tableSet; 00017 }