diff --git a/StarDb/Calibrations/tpc/TpcnPad.C b/StarDb/Calibrations/tpc/TpcnPad.C deleted file mode 100644 index 2f9baa82704..00000000000 --- a/StarDb/Calibrations/tpc/TpcnPad.C +++ /dev/null @@ -1,13 +0,0 @@ -#include "tables/St_tpcCorrection_Table.h" - -TDataSet *CreateTable() { - if (!gROOT->GetClass("St_tpcCorrection")) return 0; - Int_t nrows = 2; - tpcCorrection_st row; - St_tpcCorrection *tableSet = new St_tpcCorrection("TpcnPad",nrows); - memset(&row,0,tableSet->GetRowSize()); - tableSet->AddAt(&row);// Outer - tableSet->AddAt(&row);// Inner - // ----------------- end of code --------------- - return (TDataSet *)tableSet; -} diff --git a/StarDb/Calibrations/tpc/TpcnPad.y2019.C b/StarDb/Calibrations/tpc/TpcnPad.y2019.C deleted file mode 100644 index 36786a650ff..00000000000 --- a/StarDb/Calibrations/tpc/TpcnPad.y2019.C +++ /dev/null @@ -1,17 +0,0 @@ -#include "tables/St_tpcCorrection_Table.h" - -TDataSet *CreateTable() { - if (!gROOT->GetClass("St_tpcCorrection")) return 0; - Int_t nrows = 1; - tpcCorrection_st row; - St_tpcCorrection *tableSet = new St_tpcCorrection("TpcnPad",nrows); - memset(&row,0,tableSet->GetRowSize()); - row.idx = 1; - row.nrows = nrows; - row.type = 200; - row.min = 1.5; - row.max = 16.5; - tableSet->AddAt(&row);// Outer & Inner - // ----------------- end of code --------------- - return (TDataSet *)tableSet; -} diff --git a/StarDb/Calibrations/tpc/TpcnTbk.C b/StarDb/Calibrations/tpc/TpcnTbk.C deleted file mode 100644 index 7e5d984757b..00000000000 --- a/StarDb/Calibrations/tpc/TpcnTbk.C +++ /dev/null @@ -1,13 +0,0 @@ -#include "tables/St_tpcCorrection_Table.h" - -TDataSet *CreateTable() { - if (!gROOT->GetClass("St_tpcCorrection")) return 0; - Int_t nrows = 2; - tpcCorrection_st row; - St_tpcCorrection *tableSet = new St_tpcCorrection("TpcnTbk",nrows); - memset(&row,0,tableSet->GetRowSize()); - tableSet->AddAt(&row);// Outer - tableSet->AddAt(&row);// Inner - // ----------------- end of code --------------- - return (TDataSet *)tableSet; -}