Skip to content

Commit

Permalink
[root6] Add include statements to StarDb macros
Browse files Browse the repository at this point in the history
Similar to star-bnl#439 we add includes to newly added macros
  • Loading branch information
plexoos committed Jan 31, 2023
1 parent 16bc318 commit 591b18b
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions StarDb/Calibrations/tpc/TpcAdcCorrectionC.y2019.C
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "tables/St_tpcCorrection_Table.h"

TDataSet *CreateTable() {
// -----------------------------------------------------------------
// bfc/.make/db/.const/StarDb/Calibrations/tpc/.TpcAdcCorrectionC/TpcAdcCorrectionC Allocated rows: 50 Used rows: 50 Row size: 120 bytes
Expand Down
2 changes: 2 additions & 0 deletions StarDb/Calibrations/tpc/TpcEtaCorrection.C
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "tables/St_tpcCorrection_Table.h"

TDataSet *CreateTable() {
if (!gROOT->GetClass("St_tpcCorrection")) return 0;
Int_t nrows = 2;
Expand Down
2 changes: 2 additions & 0 deletions StarDb/Calibrations/tpc/TpcEtaCorrection.y2019.C
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "tables/St_tpcCorrection_Table.h"

TDataSet *CreateTable() {
if (!gROOT->GetClass("St_tpcCorrection")) return 0;
Int_t nrows = 2;
Expand Down
2 changes: 2 additions & 0 deletions StarDb/Calibrations/tpc/TpcEtaCorrectionB.C
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "tables/St_tpcCorrection_Table.h"

TDataSet *CreateTable() {
if (!gROOT->GetClass("St_tpcCorrection")) return 0;
Int_t nrows = 2;
Expand Down
2 changes: 2 additions & 0 deletions StarDb/Calibrations/tpc/TpcResponseSimulator.r2019.C
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "tables/St_TpcResponseSimulator_Table.h"

// $Id: TpcResponseSimulator.y2019.C,v 1.4 2020/04/03 23:47:14 fisyak Exp $
// $Log: TpcResponseSimulator.y2019.C,v $
// Revision 1.4 2020/04/03 23:47:14 fisyak
Expand Down
2 changes: 2 additions & 0 deletions StarDb/Calibrations/tpc/tpcExtraGainCorrection.C
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#include "tables/St_tpcExtraGainCorrection_Table.h"

TDataSet *CreateTable() {
// ------ Test whether this table share library was loaded ------
if (!gROOT->GetClass("St_tpcExtraGainCorrection")) return 0;
Expand Down

0 comments on commit 591b18b

Please sign in to comment.