From fd34e56a335ad25bdba1b8ffff643d2b0215d046 Mon Sep 17 00:00:00 2001 From: klendathu2k Date: Fri, 11 Mar 2022 12:29:29 -0500 Subject: [PATCH 1/7] This PR fixes #324. Before submitting PR#315 some code cleanup was performed (see note below). The fast jet directory was moved from StarGenerator/FastJetFilt to StarGenerator/FILT/FastJetFilt, to conform with the standard source tree layout for filters. https://github.com/klendathu2k/star-sw-1/commit/4f270342c76226ae6e33e732cad06fad37d1b10e https://github.com/klendathu2k/star-sw-1/commit/625bbddaa2990946c57a9d6014c164378d7c4b32 Conscript-standard directory rules allow one to specify include paths based on the module (StarGenerator) and package. The package is one directory beneath the module... before code cleanup this was the FastJetFilter directory. After cleanup, we have to apply the fast jet include path to all filters in the StarGenerator/FILT directory. ---- Note on the pp 200 HF filtered jet production. The production commenced with fast jet filter code built before code cleanup, based on the original location of the fast jet filter in the source tree. --- mgr/Conscript-standard | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/mgr/Conscript-standard b/mgr/Conscript-standard index a2044a659b9..d3577283620 100644 --- a/mgr/Conscript-standard +++ b/mgr/Conscript-standard @@ -63,7 +63,7 @@ if ( ($Dir =~ m/StRoot.*Pool\// && $Dir !~ /StRoot.*Pool\/St/) || # normal case, use subdir name $pkg =~ s/.*StarGenerator\///; } - #print "\t[".File::Basename::basename($Dir)."] changed to $pkg\n"; + print "\t[".File::Basename::basename($Dir)."] changed to $pkg\n"; } else { $pkg =~ s/Pool\//Pool/ if ($pkg =~ m/Pool/ ); $pkg =~ s/Client\//Client/ if ($pkg =~ m/Client/); @@ -568,14 +568,16 @@ if ( $pkg !~ /^sim$/ && $pkg !~ /^gen$/ ) { print "CPPPATH = $CPPPATH\n" if $param::debug; - } elsif ( $pkg =~ m/^FastJetFilter/ and $Dir =~ m/StarGenerator/ ){ - + } elsif ( $pkg =~ m/^StarGeneratorFilt/ and $Dir =~ m/StarGenerator/ ){ + # Package FILT is transformed to StarGeneratorFilt by StarGenerator directory rules + # We cannot narrow down futher..., so all filters will be built with the + # following dependencies... if ( defined($ENV{FASTJET_DIR}) ) { $CPPPATH = $ENV{FASTJET_DIR}."/include".$main::PATH_SEPARATOR.$CPPPATH; } else { - $CPPPATH = $env1->{ENV}->{OPTSTAR}."/include".$main::PATH_SEPARATOR.$CPPPATH; + $CPPPATH = $env1->{ENV}->{OPTSTAR}."/include".$main::PATH_SEPARATOR.$CPPPATH; } - + } elsif ( $pkg =~ m/^Pythia8/ and $Dir =~ m/StarGenerator/ ){ # Append pythia 8 include path and define version #print "***** DEBUG ****\n"; From f0c9c0aed77715e430fdee53c8725aab5f959c72 Mon Sep 17 00:00:00 2001 From: klendathu2k Date: Fri, 11 Mar 2022 12:49:03 -0500 Subject: [PATCH 2/7] Remove debug statement --- mgr/Conscript-standard | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mgr/Conscript-standard b/mgr/Conscript-standard index d3577283620..674b2357834 100644 --- a/mgr/Conscript-standard +++ b/mgr/Conscript-standard @@ -63,7 +63,7 @@ if ( ($Dir =~ m/StRoot.*Pool\// && $Dir !~ /StRoot.*Pool\/St/) || # normal case, use subdir name $pkg =~ s/.*StarGenerator\///; } - print "\t[".File::Basename::basename($Dir)."] changed to $pkg\n"; + # print "\t[".File::Basename::basename($Dir)."] changed to $pkg\n"; } else { $pkg =~ s/Pool\//Pool/ if ($pkg =~ m/Pool/ ); $pkg =~ s/Client\//Client/ if ($pkg =~ m/Client/); From 1a5009ab4a46b2f772f36abe26effc4f98fbf1f4 Mon Sep 17 00:00:00 2001 From: klendathu2k Date: Sat, 12 Nov 2022 10:36:57 -0500 Subject: [PATCH 3/7] Add include statements so that ROOT6/cling does not complain when we use the table classes in these macros. Include statemets are wrapped in an ifdef __CLING__ statement -- includes are problematic for ROOT5/cint... possibly because of the default search paths that are configured, but... -- ROOT5/cint can live without the includes b/c it is interpreted and has the class info via the dictionaries --- StarDb/Calibrations/ftpc/ftpcCoordTrans.C | 3 +++ StarDb/Calibrations/ftpc/ftpcTemps.devE.C | 3 +++ StarDb/Calibrations/ftpc/ftpcTemps.eStar2.C | 3 +++ StarDb/Calibrations/ftpc/ftpcTemps.y2010.C | 3 +++ StarDb/Calibrations/ftpc/ftpcTemps.y2011.C | 3 +++ StarDb/Calibrations/ftpc/ftpcVoltage.C | 3 +++ StarDb/Calibrations/ftpc/ftpcVoltageStatus.C | 3 +++ StarDb/Calibrations/rich/richvoltages.C | 3 +++ StarDb/Calibrations/rich/spaceChargeCor.C | 3 +++ StarDb/Calibrations/rich/spaceChargeCorR2.C | 3 +++ StarDb/Calibrations/rich/spaceChargeCorR2.eStar2.C | 3 +++ StarDb/Calibrations/rich/trigDetSums.C | 3 +++ .../svt/svtHybridDriftVelocity.20050120.000001.C | 3 +++ .../svt/svtHybridDriftVelocity.20050120.000027.C | 3 +++ .../svt/svtHybridDriftVelocity.20050217.000027.C | 3 +++ .../svt/svtHybridDriftVelocity.20050310.000027.C | 3 +++ .../svt/svtHybridDriftVelocity.20070206.000001.C | 3 +++ .../svt/svtHybridDriftVelocity.20070321.000209.C | 3 +++ .../svt/svtHybridDriftVelocity.20070524.000201.C | 3 +++ .../svt/svtHybridDriftVelocity.20070524.000210.C | 3 +++ StarDb/Calibrations/svt/svtHybridDriftVelocity.C | 3 +++ StarDb/Calibrations/svt/svtHybridDriftVelocity.y2006.C | 3 +++ StarDb/Calibrations/svt/svtRDOstripped.C | 3 +++ StarDb/Calibrations/svt/svtRDOstripped.y2005d.C | 3 +++ StarDb/Calibrations/svt/svtRDOstripped.y2006.C | 3 +++ StarDb/Calibrations/tof/tofStatus.C | 3 +++ StarDb/Calibrations/tpc/GatingGrid.C | 3 +++ StarDb/Calibrations/tpc/GatingGrid.y2018.C | 3 +++ StarDb/Calibrations/tpc/GatingGrid.y2019.C | 3 +++ StarDb/Calibrations/tpc/GatingGrid.y2022.C | 3 +++ StarDb/Calibrations/tpc/GatingGridB.20190225.230040.C | 3 +++ StarDb/Calibrations/tpc/GatingGridB.C | 3 +++ StarDb/Calibrations/tpc/GatingGridB.y2018.C | 3 +++ StarDb/Calibrations/tpc/GatingGridB.y2019.C | 3 +++ StarDb/Calibrations/tpc/TpcAccumulatedQ.C | 3 +++ StarDb/Calibrations/tpc/TpcAdcCorrection3MDF.C | 3 +++ StarDb/Calibrations/tpc/TpcAdcCorrection4MDF.C | 3 +++ StarDb/Calibrations/tpc/TpcAdcCorrection5MDF.C | 3 +++ StarDb/Calibrations/tpc/TpcAdcCorrection6MDF.C | 3 +++ StarDb/Calibrations/tpc/TpcAdcCorrectionB.C | 3 +++ StarDb/Calibrations/tpc/TpcAdcCorrectionC.C | 3 +++ StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.C | 3 +++ StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.r2019.C | 3 +++ StarDb/Calibrations/tpc/TpcAdcI.C | 3 +++ StarDb/Calibrations/tpc/TpcAvgCurrent.C | 3 +++ .../Calibrations/tpc/TpcAvgPowerSupply.20190609.132047.C | 3 +++ StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2018.C | 3 +++ StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2019.C | 3 +++ StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2020.C | 3 +++ StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2021.C | 3 +++ StarDb/Calibrations/tpc/TpcCurrentCorrectionX.C | 3 +++ StarDb/Calibrations/tpc/TpcDriftDistOxygen.C | 3 +++ StarDb/Calibrations/tpc/TpcDriftVelRowCor.C | 3 +++ StarDb/Calibrations/tpc/TpcEdge.C | 3 +++ StarDb/Calibrations/tpc/TpcEffectivedX.C | 3 +++ StarDb/Calibrations/tpc/TpcLengthCorrectionB.C | 3 +++ StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C | 6 ++++++ StarDb/Calibrations/tpc/TpcLengthCorrectionMDN.C | 3 +++ StarDb/Calibrations/tpc/TpcMultiplicity.C | 3 +++ StarDb/Calibrations/tpc/TpcPadCorrection.C | 3 +++ .../tpc/TpcPadCorrectionMDF.20190225.230045.C | 3 +++ StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C | 6 ++++++ StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2016.C | 3 +++ StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2018.C | 3 +++ StarDb/Calibrations/tpc/TpcPadPedRMS.C | 3 +++ StarDb/Calibrations/tpc/TpcPadPedRMS.y2022.C | 3 +++ StarDb/Calibrations/tpc/TpcPhiDirection.C | 3 +++ .../tpc/TpcResponseSimulator.20141220.000000.C | 3 +++ .../tpc/TpcResponseSimulator.20151220.000001.C | 3 +++ .../tpc/TpcResponseSimulator.20151220.000002.C | 3 +++ .../tpc/TpcResponseSimulator.20171220.000001.C | 3 +++ .../tpc/TpcResponseSimulator.20180531.071405.C | 3 +++ .../tpc/TpcResponseSimulator.20180531.071409.C | 3 +++ .../tpc/TpcResponseSimulator.20180531.071410.C | 3 +++ .../tpc/TpcResponseSimulator.20180605.071409.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2005.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2009.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2010.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2011.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2012.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2013.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2014.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2015.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2016.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2017.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2018.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2019.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2020.C | 3 +++ StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C | 6 ++++++ StarDb/Calibrations/tpc/TpcRowQ.C | 3 +++ StarDb/Calibrations/tpc/TpcSecRowB.C | 9 +++++++++ StarDb/Calibrations/tpc/TpcSecRowB.y2018.C | 3 +++ StarDb/Calibrations/tpc/TpcSecRowB.y2019.C | 3 +++ StarDb/Calibrations/tpc/TpcSpaceCharge.C | 3 +++ StarDb/Calibrations/tpc/TpcTanL.C | 3 +++ StarDb/Calibrations/tpc/TpcZCorrectionB.C | 3 +++ StarDb/Calibrations/tpc/TpcZCorrectionC.C | 3 +++ StarDb/Calibrations/tpc/TpcZDC.C | 3 +++ StarDb/Calibrations/tpc/TpcdCharge.C | 3 +++ StarDb/Calibrations/tpc/TpcdEdxCor.C | 3 +++ StarDb/Calibrations/tpc/TpcdEdxModel.C | 3 +++ StarDb/Calibrations/tpc/TpcdXCorrectionB.C | 3 +++ StarDb/Calibrations/tpc/TpcdXdY.C | 6 ++++++ StarDb/Calibrations/tpc/TpcdZdY.C | 6 ++++++ StarDb/Calibrations/tpc/TpcnPad.C | 3 +++ StarDb/Calibrations/tpc/TpcnPad.r2019.C | 3 +++ StarDb/Calibrations/tpc/TpcnPad.y2019.C | 3 +++ StarDb/Calibrations/tpc/TpcnTbk.C | 6 ++++++ StarDb/Calibrations/tpc/TpcnTbk.r2019.C | 3 +++ StarDb/Calibrations/tpc/TpcrCharge.C | 3 +++ StarDb/Calibrations/tpc/itpcDeadFEE.20190416.035540.C | 3 +++ StarDb/Calibrations/tpc/itpcDeadFEE.20190624.011700.C | 3 +++ StarDb/Calibrations/tpc/itpcDeadFEE.C | 6 ++++++ StarDb/Calibrations/tpc/itpcPadGainT0.C | 3 +++ StarDb/Calibrations/tpc/itpcPadGainT0.y2018.C | 3 +++ StarDb/Calibrations/tpc/itpcPadGainT0.y2019.C | 3 +++ StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C | 6 ++++++ StarDb/Calibrations/tpc/itpcRDOMap.C | 3 +++ StarDb/Calibrations/tpc/starTriggerDelay.y2019.C | 3 +++ StarDb/Calibrations/tpc/tpcAcCharge.C | 3 +++ StarDb/Calibrations/tpc/tpcAltroParams.20080219.143436.C | 3 +++ StarDb/Calibrations/tpc/tpcAltroParams.20180426.121919.C | 3 +++ StarDb/Calibrations/tpc/tpcAltroParams.20180426.124701.C | 3 +++ StarDb/Calibrations/tpc/tpcAltroParams.C | 3 +++ StarDb/Calibrations/tpc/tpcAltroParams.y2008.C | 3 +++ StarDb/Calibrations/tpc/tpcAltroParams.y2009.C | 3 +++ StarDb/Calibrations/tpc/tpcAltroParams.y2010.C | 3 +++ StarDb/Calibrations/tpc/tpcAltroParams.y2016.C | 3 +++ StarDb/Calibrations/tpc/tpcAltroParams.y2019.C | 3 +++ StarDb/Calibrations/tpc/tpcAltroParams.y2020.C | 3 +++ StarDb/Calibrations/tpc/tpcAltroParams.y2021.C | 6 ++++++ StarDb/Calibrations/tpc/tpcAnodeHV.C | 3 +++ StarDb/Calibrations/tpc/tpcAnodeHVavg.C | 3 +++ StarDb/Calibrations/tpc/tpcAnodeHVavg.y2018.C | 3 +++ StarDb/Calibrations/tpc/tpcAnodeHVavg.y2019.C | 3 +++ StarDb/Calibrations/tpc/tpcAvCurrent.C | 3 +++ StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C | 9 +++++++++ StarDb/Calibrations/tpc/tpcBXT0CorrEPD.r2020.C | 3 +++ StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2016.C | 3 +++ StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2017.C | 3 +++ StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2018.C | 3 +++ StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2019.C | 3 +++ StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2020.C | 3 +++ StarDb/Calibrations/tpc/tpcDriftVelocity.C | 3 +++ StarDb/Calibrations/tpc/tpcElectronics.C | 3 +++ StarDb/Calibrations/tpc/tpcElectronics.y2001.C | 3 +++ StarDb/Calibrations/tpc/tpcElectronics.y2003.C | 3 +++ StarDb/Calibrations/tpc/tpcElectronics.y2004.C | 3 +++ StarDb/Calibrations/tpc/tpcElectronics.y2005.C | 3 +++ StarDb/Calibrations/tpc/tpcElectronics.y2006.C | 3 +++ StarDb/Calibrations/tpc/tpcElectronics.y2007.C | 3 +++ StarDb/Calibrations/tpc/tpcElectronics.y2008.C | 3 +++ StarDb/Calibrations/tpc/tpcElectronics.y2019.C | 3 +++ StarDb/Calibrations/tpc/tpcGainCorrection.C | 3 +++ StarDb/Calibrations/tpc/tpcGas.C | 3 +++ StarDb/Calibrations/tpc/tpcGas.y2018.C | 3 +++ StarDb/Calibrations/tpc/tpcGasTemperature.C | 3 +++ StarDb/Calibrations/tpc/tpcGridLeak.C | 6 ++++++ StarDb/Calibrations/tpc/tpcMethaneIn.C | 3 +++ StarDb/Calibrations/tpc/tpcOmegaTau.C | 3 +++ StarDb/Calibrations/tpc/tpcPadGainT0.C | 3 +++ StarDb/Calibrations/tpc/tpcPadGainT0.y2018.C | 3 +++ StarDb/Calibrations/tpc/tpcPadGainT0B.20180301.000000.C | 3 +++ StarDb/Calibrations/tpc/tpcPadGainT0B.C | 3 +++ StarDb/Calibrations/tpc/tpcPadGainT0B.y2018.C | 3 +++ StarDb/Calibrations/tpc/tpcPadrowT0.C | 3 +++ StarDb/Calibrations/tpc/tpcPressureB.C | 3 +++ StarDb/Calibrations/tpc/tpcRDOMap.C | 3 +++ StarDb/Calibrations/tpc/tpcRDOMap.y2016.C | 3 +++ StarDb/Calibrations/tpc/tpcRDOT0offset.20180312.162439.C | 3 +++ StarDb/Calibrations/tpc/tpcRDOT0offset.C | 3 +++ StarDb/Calibrations/tpc/tpcRDOT0offset.y2019.C | 3 +++ StarDb/Calibrations/tpc/tpcSectorT0offset.C | 3 +++ StarDb/Calibrations/tpc/tpcSlewing.C | 3 +++ StarDb/Calibrations/tpc/tpcStatus.C | 3 +++ StarDb/Calibrations/tpc/tpcT0.C | 3 +++ StarDb/Calibrations/tpc/tpcT0BX.C | 3 +++ StarDb/Calibrations/tpc/tpcTimeDependence.C | 3 +++ StarDb/Calibrations/tpc/tpcWaterOut.C | 3 +++ .../tracker/DefaultTrackingParameters.20010312.000011.C | 3 +++ StarDb/Calibrations/tracker/DefaultTrackingParameters.C | 3 +++ .../tracker/KalmanTrackFinderParameters.y2013.C | 3 +++ .../tracker/KalmanTrackFinderParameters.y2014.C | 3 +++ .../tracker/KalmanTrackFinderParameters.y2015.C | 3 +++ .../Calibrations/tracker/KalmanTrackFitterParameters.C | 3 +++ StarDb/Calibrations/tracker/LocalTrackSeedFinder.C | 3 +++ StarDb/Calibrations/tracker/PixelHitError.upgr01.C | 3 +++ StarDb/Calibrations/tracker/PixelHitError.upgr15.C | 3 +++ StarDb/Calibrations/tracker/PixelHitError.y2013.C | 3 +++ .../tracker/PixelTrackingParameters.upgr01.C | 3 +++ .../tracker/PixelTrackingParameters.upgr15.C | 3 +++ StarDb/Calibrations/tracker/StvIstHitErrs.C | 3 +++ StarDb/Calibrations/tracker/StvKonst.C | 3 +++ StarDb/Calibrations/tracker/StvPxlHitErrs.C | 3 +++ .../tracker/StvTpcInnerHitErrs.20090315.000000.C | 3 +++ .../tracker/StvTpcInnerHitErrs.20100101.000000.C | 3 +++ StarDb/Calibrations/tracker/StvTpcInnerHitErrs.C | 3 +++ StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2009c.C | 3 +++ StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2010c.C | 3 +++ StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2011c.C | 3 +++ StarDb/Calibrations/tracker/StvTpcInnerPromptErrs.C | 3 +++ .../tracker/StvTpcOuterHitErrs.20090315.000000.C | 3 +++ .../tracker/StvTpcOuterHitErrs.20100101.000000.C | 3 +++ StarDb/Calibrations/tracker/StvTpcOuterHitErrs.C | 3 +++ StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2009c.C | 3 +++ StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2010c.C | 3 +++ StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2011c.C | 3 +++ StarDb/Calibrations/tracker/StvTpcOuterPromptErrs.C | 3 +++ .../Calibrations/tracker/ist1HitError.20050101.000000.C | 3 +++ .../Calibrations/tracker/ist1HitError.20050101.000001.C | 3 +++ StarDb/Calibrations/tracker/ist1HitError.upgr15.C | 3 +++ .../Calibrations/tracker/ist2HitError.20050101.000000.C | 3 +++ .../Calibrations/tracker/ist3HitError.20050101.000000.C | 3 +++ StarDb/Calibrations/tracker/tkf_tkfpar.20011201.000100.C | 3 +++ StarDb/Calibrations/tracker/tkf_tkfpar.20050324.150000.C | 3 +++ StarDb/Calibrations/tracker/tkf_tkfpar.C | 3 +++ .../tracker/tpcInnerHitError.20091215.000003.C | 3 +++ .../tracker/tpcInnerHitError.20100101.000000.C | 3 +++ StarDb/Calibrations/tracker/tpcInnerHitError.C | 3 +++ StarDb/Calibrations/tracker/tpcInnerHitError.y2009c.C | 3 +++ StarDb/Calibrations/tracker/tpcInnerHitError.y2010c.C | 3 +++ StarDb/Calibrations/tracker/tpcInnerHitError.y2011c.C | 3 +++ .../tracker/tpcOuterHitError.20091215.000003.C | 3 +++ .../tracker/tpcOuterHitError.20100101.000000.C | 3 +++ StarDb/Calibrations/tracker/tpcOuterHitError.C | 3 +++ StarDb/Calibrations/tracker/tpcOuterHitError.y2009c.C | 3 +++ StarDb/Calibrations/tracker/tpcOuterHitError.y2010c.C | 3 +++ StarDb/Calibrations/tracker/tpcOuterHitError.y2011c.C | 3 +++ .../tracker/tpcTrackingParameters.20010312.000011.C | 3 +++ StarDb/Geometry/fst/fstOnTpc.20211110.000001.C | 3 +++ StarDb/Geometry/fst/fstSensorOnWedge.20211110.000001.C | 3 +++ StarDb/Geometry/fst/fstWedgeOnHss.20211110.000001.C | 3 +++ StarDb/Geometry/fst/hssOnFst.20211110.000001.C | 3 +++ StarDb/Geometry/ftpc/ftpcAsicMap.C | 3 +++ StarDb/Geometry/ftpc/ftpcClusterGeom.C | 3 +++ StarDb/Geometry/ftpc/ftpcInnerCathode.C | 3 +++ .../ist/istLadderOnIstMisalign.20131210.000001.C | 3 +++ .../ist/istLadderOnIstMisalign.20140101.000001.C | 3 +++ .../ist/istLadderOnIstMisalign.20141210.000001.C | 3 +++ .../ist/istLadderOnIstMisalign.20150101.000001.C | 3 +++ .../ist/istLadderOnIstMisalign.20151210.000001.C | 3 +++ .../ist/istLadderOnIstMisalign.20160101.000001.C | 3 +++ .../pxl/pxlLadderOnSectorMisalign.20131210.000001.C | 3 +++ .../pxl/pxlLadderOnSectorMisalign.20140101.000000.C | 3 +++ .../pxl/pxlLadderOnSectorMisalign.20141210.000001.C | 3 +++ .../pxl/pxlLadderOnSectorMisalign.20150101.000001.C | 3 +++ .../pxl/pxlLadderOnSectorMisalign.20151210.000001.C | 3 +++ .../pxl/pxlLadderOnSectorMisalign.20160101.000001.C | 3 +++ StarDb/Geometry/ssd/SsdLaddersOnSectors.C | 3 +++ StarDb/Geometry/ssd/SsdLaddersOnSectors.y2005.C | 3 +++ StarDb/Geometry/ssd/SsdLaddersOnSectors.y2006.C | 3 +++ StarDb/Geometry/ssd/SsdLaddersOnSectors.y2007.C | 3 +++ StarDb/Geometry/ssd/SsdOnGlobal.C | 3 +++ StarDb/Geometry/ssd/SsdOnGlobal.y2005.C | 3 +++ StarDb/Geometry/ssd/SsdOnGlobal.y2006.C | 3 +++ StarDb/Geometry/ssd/SsdOnGlobal.y2007.C | 3 +++ StarDb/Geometry/ssd/SsdSectorsOnGlobal.C | 3 +++ StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2005.C | 3 +++ StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2006.C | 3 +++ StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2007.C | 3 +++ StarDb/Geometry/ssd/SsdWafersOnLadders.C | 3 +++ StarDb/Geometry/ssd/SsdWafersOnLadders.y2005.C | 3 +++ StarDb/Geometry/ssd/SsdWafersOnLadders.y2006.C | 3 +++ StarDb/Geometry/ssd/SsdWafersOnLadders.y2007.C | 3 +++ .../sst/sstLadderOnSstMisalign.20131210.000001.C | 3 +++ .../sst/sstLadderOnSstMisalign.20140101.000001.C | 3 +++ .../sst/sstLadderOnSstMisalign.20141210.000001.C | 3 +++ .../sst/sstLadderOnSstMisalign.20150101.000001.C | 3 +++ .../sst/sstLadderOnSstMisalign.20151210.000001.C | 3 +++ .../sst/sstLadderOnSstMisalign.20160101.000001.C | 3 +++ StarDb/Geometry/svt/LadderOnShell.C | 3 +++ StarDb/Geometry/svt/LadderOnShell.y2005.C | 3 +++ StarDb/Geometry/svt/LadderOnShell.y2006.C | 3 +++ StarDb/Geometry/svt/LadderOnShell.y2007.C | 3 +++ StarDb/Geometry/svt/LadderOnSurvey.y2001.C | 3 +++ StarDb/Geometry/svt/LadderOnSurvey.y2005.C | 3 +++ StarDb/Geometry/svt/LadderOnSurvey.y2006.C | 3 +++ StarDb/Geometry/svt/LadderOnSurvey.y2007.C | 3 +++ StarDb/Geometry/svt/ShellOnGlobal.y2001.C | 3 +++ StarDb/Geometry/svt/ShellOnGlobal.y2005.C | 3 +++ StarDb/Geometry/svt/ShellOnGlobal.y2006.C | 3 +++ StarDb/Geometry/svt/ShellOnGlobal.y2007.C | 3 +++ StarDb/Geometry/svt/SvtOnGlobal.y2001.C | 3 +++ StarDb/Geometry/svt/SvtOnGlobal.y2005.C | 3 +++ StarDb/Geometry/svt/SvtOnGlobal.y2006.C | 3 +++ StarDb/Geometry/svt/SvtOnGlobal.y2007.C | 3 +++ StarDb/Geometry/svt/WaferOnLadder.y2001.C | 3 +++ StarDb/Geometry/svt/WaferOnLadder.y2005.C | 3 +++ StarDb/Geometry/svt/WaferOnLadder.y2006.C | 3 +++ StarDb/Geometry/svt/WaferOnLadder.y2007.C | 3 +++ StarDb/Geometry/tpc/TpcHalfPosition.C | 3 +++ StarDb/Geometry/tpc/TpcHalfPosition.y2019.C | 3 +++ StarDb/Geometry/tpc/TpcInnerSectorPosition.C | 3 +++ StarDb/Geometry/tpc/TpcInnerSectorPositionB.C | 3 +++ StarDb/Geometry/tpc/TpcInnerSectorPositionB.y2016.C | 3 +++ StarDb/Geometry/tpc/TpcOuterSectorPosition.C | 3 +++ StarDb/Geometry/tpc/TpcOuterSectorPositionB.C | 3 +++ StarDb/Geometry/tpc/TpcPosition.C | 3 +++ StarDb/Geometry/tpc/TpcSuperSectorPosition.C | 3 +++ StarDb/Geometry/tpc/TpcSuperSectorPositionB.C | 3 +++ StarDb/Geometry/tpc/TpcSuperSectorPositionB.y2019.C | 3 +++ StarDb/Geometry/tpc/iTPCSurvey.C | 3 +++ StarDb/Geometry/tpc/iTPCSurvey.y2019.C | 3 +++ StarDb/Geometry/tpc/itpcPadPlanes.C | 3 +++ StarDb/Geometry/tpc/tpcGlobalPosition.C | 3 +++ StarDb/Geometry/tpc/tpcPadConfig.C | 3 +++ StarDb/Geometry/tpc/tpcPadConfig.y2018.C | 3 +++ StarDb/Geometry/tpc/tpcPadConfig.y2019.C | 3 +++ StarDb/Geometry/tpc/tpcPadPlanes.C | 3 +++ StarDb/RunLog/MagFactor.y2011.C | 3 +++ StarDb/RunLog/MagFactor.y2012.C | 3 +++ StarDb/RunLog/MagFactor.y2013.C | 3 +++ StarDb/RunLog/MagFactor.y2014.C | 3 +++ StarDb/RunLog/onl/beamInfo.C | 3 +++ StarDb/RunLog/onl/starClockOnl.C | 3 +++ StarDb/RunLog/onl/starClockOnl.devE.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2001.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2003.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2004.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2005.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2006.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2007.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2008.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2009.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2010.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2011.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2012.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2013.C | 3 +++ StarDb/RunLog/onl/starClockOnl.y2014.C | 3 +++ StarDb/RunLog/onl/starMagOnl.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.20071128.13225.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.dev2005.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.devE.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.eStar2.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.upgr15.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2003.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2004.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2005.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2006.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2007.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2008.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2009.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2010.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2011.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2012.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2013.C | 3 +++ StarDb/RunLog/onl/tpcRDOMasks.y2014.C | 3 +++ StarDb/RunLog/onl/triggerID.C | 3 +++ StarDb/StMagF/MagFieldRotation.y2013.C | 3 +++ StarDb/StMagF/MagFieldRotation.y2014.C | 3 +++ StarDb/ctf/ctg/ctb.C | 3 +++ StarDb/ctf/ctg/ctb_slat.C | 3 +++ StarDb/ctf/ctg/ctb_slat_eta.C | 3 +++ StarDb/ctf/ctg/ctb_slat_phi.C | 3 +++ StarDb/ctf/ctg/tof.C | 3 +++ StarDb/ctf/ctg/tof_slat.C | 3 +++ StarDb/ctf/ctg/tof_slat_eta.C | 3 +++ StarDb/ctf/ctg/tof_slat_phi.C | 3 +++ StarDb/ctf/cts/cts_ctb.C | 3 +++ StarDb/ctf/cts/cts_tof.C | 3 +++ StarDb/ebye/sca/sca_const.C | 3 +++ StarDb/ebye/sca/sca_filter_const.C | 3 +++ StarDb/ebye/sca/sca_switch.C | 3 +++ StarDb/emc/cal/ems_cal_control.C | 3 +++ StarDb/emc/cal/org_ped_bemc.C | 3 +++ StarDb/emc/cal/org_ped_bemc_h.C | 3 +++ StarDb/emc/cal/org_ped_bprs.C | 3 +++ StarDb/emc/cal/org_ped_bprs_h.C | 3 +++ StarDb/emc/cal/org_ped_bsmde.C | 3 +++ StarDb/emc/cal/org_ped_bsmde_h.C | 3 +++ StarDb/emc/cal/org_ped_bsmdp.C | 3 +++ StarDb/emc/cal/org_ped_bsmdp_h.C | 3 +++ StarDb/emc/cal/org_ped_eemc.C | 3 +++ StarDb/emc/cal/org_ped_eemc_h.C | 3 +++ StarDb/emc/cal/org_ped_eprs.C | 3 +++ StarDb/emc/cal/org_ped_eprs_h.C | 3 +++ StarDb/emc/cal/org_slp_bemc.C | 3 +++ StarDb/emc/cal/org_slp_bemc_h.C | 3 +++ StarDb/emc/cal/org_slp_bprs.C | 3 +++ StarDb/emc/cal/org_slp_bprs_h.C | 3 +++ StarDb/emc/cal/org_slp_bsmde.C | 3 +++ StarDb/emc/cal/org_slp_bsmde_h.C | 3 +++ StarDb/emc/cal/org_slp_bsmdp.C | 3 +++ StarDb/emc/cal/org_slp_bsmdp_h.C | 3 +++ StarDb/emc/cal/org_slp_eemc.C | 3 +++ StarDb/emc/cal/org_slp_eemc_h.C | 3 +++ StarDb/emc/cal/org_slp_eprs.C | 3 +++ StarDb/emc/cal/org_slp_eprs_h.C | 3 +++ StarDb/emc/ems/control_toadc.C | 3 +++ StarDb/emc/ems/ems_control.C | 3 +++ StarDb/emc/jet/emc_egrid_par.C | 3 +++ StarDb/emc/jet/emc_jetpar.C | 3 +++ StarDb/emc/simulator/Simulator.C | 3 +++ StarDb/emc/simulator/controlEmcSimulatorMaker.C | 3 +++ StarDb/ftpc/ftpcClusterPars.C | 3 +++ StarDb/ftpc/ftpcFastSimGas.C | 3 +++ StarDb/ftpc/ftpcFastSimPars.C | 3 +++ StarDb/ftpc/ftpcSlowSimGas.C | 3 +++ StarDb/ftpc/ftpcSlowSimPars.C | 3 +++ StarDb/ftpc/ftpcTrackingPars.C | 3 +++ StarDb/ftpc/ftpcdEdxPars.C | 3 +++ StarDb/global/vertices/ev0par2.19960101.000000.C | 3 +++ StarDb/global/vertices/ev0par2.20011201.000000.C | 3 +++ StarDb/global/vertices/ev0par2.20011201.000100.C | 3 +++ StarDb/global/vertices/ev0par2.20020201.000000.C | 3 +++ StarDb/global/vertices/ev0par2.20021115.000000.C | 3 +++ StarDb/global/vertices/ev0par2.20031201.000000.C | 3 +++ StarDb/global/vertices/ev0par2.20040325.023200.C | 3 +++ StarDb/global/vertices/ev0par2.20050324.150000.C | 3 +++ StarDb/global/vertices/ev0par2.20070301.000000.C | 3 +++ StarDb/global/vertices/ev0par2.20071125.000000.C | 3 +++ StarDb/global/vertices/exipar.19960101.000000.C | 3 +++ StarDb/global/vertices/exipar.20011201.000000.C | 3 +++ StarDb/global/vertices/exipar.20011201.000100.C | 3 +++ StarDb/global/vertices/exipar.20020201.000000.C | 3 +++ StarDb/global/vertices/exipar.20021115.000000.C | 3 +++ StarDb/global/vertices/exipar.20031201.000000.C | 3 +++ StarDb/global/vertices/exipar.20040325.023200.C | 3 +++ StarDb/global/vertices/exipar.20050324.150000.C | 3 +++ StarDb/global/vertices/exipar.20070301.000000.C | 3 +++ StarDb/global/vertices/exipar.20071125.000000.C | 3 +++ StarDb/global/vertices/stk_vtx.C | 3 +++ StarDb/global/vertices/stk_vtx_direct.C | 3 +++ StarDb/mwc/mwcpars/cal.C | 3 +++ StarDb/mwc/mwcpars/geom.C | 3 +++ StarDb/mwc/mwcpars/mpar.C | 3 +++ StarDb/svt/sgrpars/pix_info.C | 3 +++ StarDb/svt/sprpars/sprpar.C | 3 +++ StarDb/svt/srspars/srs_activea.C | 3 +++ StarDb/svt/srspars/srs_srspar.C | 3 +++ StarDb/svt/ssd/sce_ctrl.C | 3 +++ StarDb/svt/ssd/scf_ctrl.C | 3 +++ StarDb/svt/ssd/scm_ctrl.C | 3 +++ StarDb/svt/ssd/sdm_calib_par.C | 3 +++ StarDb/svt/ssd/sdm_condition_par.C | 3 +++ StarDb/svt/ssd/sdm_geom_par.C | 3 +++ StarDb/svt/ssd/sls_ctrl.C | 3 +++ StarDb/svt/stkpars/stk_filler.C | 3 +++ StarDb/svt/svgpars/config.C | 3 +++ StarDb/svt/svgpars/geom.C | 3 +++ StarDb/svt/svgpars/geomy1l.C | 3 +++ StarDb/svt/svgpars/shape.C | 3 +++ StarDb/tpc/fmtpars/fmtpar.C | 3 +++ StarDb/tpc/tclpars/tclpar.C | 3 +++ StarDb/tpc/tclpars/type.C | 3 +++ StarDb/tpc/tfspars/tfs_fsctrl.C | 3 +++ StarDb/tpc/tfspars/tfs_fspar.C | 3 +++ StarDb/tpc/tidpars/tdeparm.C | 3 +++ StarDb/tpc/tidpars/tpipar.C | 3 +++ StarDb/tpc/tptpars/tpt_pars.20000217.000000.C | 3 +++ StarDb/tpc/tptpars/tpt_pars.20000301.000005.C | 3 +++ StarDb/tpc/tptpars/tpt_pars.er99.C | 3 +++ StarDb/tpc/tptpars/tpt_pars.sd97.C | 3 +++ StarDb/tpc/tptpars/tpt_pars.year_1a.C | 3 +++ StarDb/tpc/tptpars/tpt_pars.year_1c.C | 3 +++ StarDb/tpc/tptpars/tpt_pars.year_1h.C | 3 +++ StarDb/tpc/tptpars/tpt_pars.year_2a.C | 3 +++ StarDb/tpc/tptpars/tpt_spars.C | 3 +++ StarDb/tpc/tsspars/tsspar.19991216.000000.C | 3 +++ StarDb/tpc/tsspars/tsspar.19991217.000000.C | 3 +++ StarDb/tpc/tsspars/tsspar.er99.C | 3 +++ StarDb/tpc/tsspars/tsspar.es99.C | 3 +++ StarDb/tpc/tsspars/tsspar.sd97.C | 3 +++ StarDb/tpc/tsspars/tsspar.y2018.C | 3 +++ StarDb/tpc/tsspars/tsspar.y2019.C | 3 +++ StarDb/tpc/tsspars/tsspar.year_1a.C | 3 +++ StarDb/tpc/tsspars/tsspar.year_1c.C | 3 +++ StarDb/tpc/ttepars/tte_control.C | 3 +++ 470 files changed, 1452 insertions(+) diff --git a/StarDb/Calibrations/ftpc/ftpcCoordTrans.C b/StarDb/Calibrations/ftpc/ftpcCoordTrans.C index d4608c768c3..c4dee9c697e 100644 --- a/StarDb/Calibrations/ftpc/ftpcCoordTrans.C +++ b/StarDb/Calibrations/ftpc/ftpcCoordTrans.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcCoordTrans_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/ftpc/.ftpcCoordTrans/ftpcCoordTrans Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/Calibrations/ftpc/ftpcTemps.devE.C b/StarDb/Calibrations/ftpc/ftpcTemps.devE.C index 033596ce752..201234da45c 100644 --- a/StarDb/Calibrations/ftpc/ftpcTemps.devE.C +++ b/StarDb/Calibrations/ftpc/ftpcTemps.devE.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcTemps_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_ftpcTemps")) return 0; ftpcTemps_st row; diff --git a/StarDb/Calibrations/ftpc/ftpcTemps.eStar2.C b/StarDb/Calibrations/ftpc/ftpcTemps.eStar2.C index 033596ce752..201234da45c 100644 --- a/StarDb/Calibrations/ftpc/ftpcTemps.eStar2.C +++ b/StarDb/Calibrations/ftpc/ftpcTemps.eStar2.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcTemps_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_ftpcTemps")) return 0; ftpcTemps_st row; diff --git a/StarDb/Calibrations/ftpc/ftpcTemps.y2010.C b/StarDb/Calibrations/ftpc/ftpcTemps.y2010.C index 033596ce752..201234da45c 100644 --- a/StarDb/Calibrations/ftpc/ftpcTemps.y2010.C +++ b/StarDb/Calibrations/ftpc/ftpcTemps.y2010.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcTemps_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_ftpcTemps")) return 0; ftpcTemps_st row; diff --git a/StarDb/Calibrations/ftpc/ftpcTemps.y2011.C b/StarDb/Calibrations/ftpc/ftpcTemps.y2011.C index 033596ce752..201234da45c 100644 --- a/StarDb/Calibrations/ftpc/ftpcTemps.y2011.C +++ b/StarDb/Calibrations/ftpc/ftpcTemps.y2011.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcTemps_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_ftpcTemps")) return 0; ftpcTemps_st row; diff --git a/StarDb/Calibrations/ftpc/ftpcVoltage.C b/StarDb/Calibrations/ftpc/ftpcVoltage.C index aae48774dae..042f354dece 100644 --- a/StarDb/Calibrations/ftpc/ftpcVoltage.C +++ b/StarDb/Calibrations/ftpc/ftpcVoltage.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcVoltage_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/ftpc/.ftpcVoltage/ftpcVoltage Allocated rows: 1 Used rows: 1 Row size: 116 bytes diff --git a/StarDb/Calibrations/ftpc/ftpcVoltageStatus.C b/StarDb/Calibrations/ftpc/ftpcVoltageStatus.C index 979917675b2..73ecae0d351 100644 --- a/StarDb/Calibrations/ftpc/ftpcVoltageStatus.C +++ b/StarDb/Calibrations/ftpc/ftpcVoltageStatus.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcVoltageStatus_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/ftpc/.ftpcVoltageStatus/ftpcVoltageStatus Allocated rows: 1 Used rows: 1 Row size: 20 bytes diff --git a/StarDb/Calibrations/rich/richvoltages.C b/StarDb/Calibrations/rich/richvoltages.C index ad66a54b425..704ad4446c8 100644 --- a/StarDb/Calibrations/rich/richvoltages.C +++ b/StarDb/Calibrations/rich/richvoltages.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_richvoltages_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/rich/.richvoltages/richvoltages Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/Calibrations/rich/spaceChargeCor.C b/StarDb/Calibrations/rich/spaceChargeCor.C index 7c856ac764e..9e3ac671eec 100644 --- a/StarDb/Calibrations/rich/spaceChargeCor.C +++ b/StarDb/Calibrations/rich/spaceChargeCor.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_spaceChargeCor_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/rich/.spaceChargeCor/spaceChargeCor Allocated rows: 1 Used rows: 1 Row size: 60 bytes diff --git a/StarDb/Calibrations/rich/spaceChargeCorR2.C b/StarDb/Calibrations/rich/spaceChargeCorR2.C index 4431d5f9667..be02b9a48ae 100644 --- a/StarDb/Calibrations/rich/spaceChargeCorR2.C +++ b/StarDb/Calibrations/rich/spaceChargeCorR2.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_spaceChargeCor_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/rich/.spaceChargeCorR2/spaceChargeCorR2 Allocated rows: 1 Used rows: 1 Row size: 60 bytes diff --git a/StarDb/Calibrations/rich/spaceChargeCorR2.eStar2.C b/StarDb/Calibrations/rich/spaceChargeCorR2.eStar2.C index 4431d5f9667..be02b9a48ae 100644 --- a/StarDb/Calibrations/rich/spaceChargeCorR2.eStar2.C +++ b/StarDb/Calibrations/rich/spaceChargeCorR2.eStar2.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_spaceChargeCor_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/rich/.spaceChargeCorR2/spaceChargeCorR2 Allocated rows: 1 Used rows: 1 Row size: 60 bytes diff --git a/StarDb/Calibrations/rich/trigDetSums.C b/StarDb/Calibrations/rich/trigDetSums.C index a012c8d1f70..3d72e7de047 100644 --- a/StarDb/Calibrations/rich/trigDetSums.C +++ b/StarDb/Calibrations/rich/trigDetSums.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_trigDetSums_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/rich/.trigDetSums/trigDetSums Allocated rows: 1 Used rows: 1 Row size: 144 bytes diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000001.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000001.C index d14b6c2e774..274c1271c28 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000001.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtHybridDriftVelocity_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; const double drift_dist = 29928.; //in microns diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000027.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000027.C index eae30ad1e96..b4b7324eac7 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000027.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000027.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtHybridDriftVelocity_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[344] = {//Pass126 021M diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050217.000027.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050217.000027.C index e4d414e51c6..116df7e3106 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050217.000027.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050217.000027.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtHybridDriftVelocity_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[344] = {//Pass126 049M diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050310.000027.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050310.000027.C index d27f4fdc4fe..90c08b4261c 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050310.000027.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050310.000027.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtHybridDriftVelocity_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[293] = {//Pass126 Cu62M diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070206.000001.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070206.000001.C index f2d56bf5a72..65764739b88 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070206.000001.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070206.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtHybridDriftVelocity_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[376] = {//~kotov/public/macros/drift/AuAu2007120/tfit_AuAu2007_120_db.txt diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070321.000209.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070321.000209.C index d93ed16bb5c..7858c049a4f 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070321.000209.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070321.000209.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtHybridDriftVelocity_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[314] = {//Clean up diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000201.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000201.C index 97dde67a47c..6df96602390 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000201.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000201.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtHybridDriftVelocity_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[292] = {//Pass217 RFJ diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000210.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000210.C index c9c884d119b..6c844a9fa7c 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000210.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000210.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtHybridDriftVelocity_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[287] = {//Pass217 RFS Cleaned diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.C index b412940ed9e..c7b78494496 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtHybridDriftVelocity_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; const double drift_dist = 29928.; //in microns diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.y2006.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.y2006.C index b412940ed9e..c7b78494496 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.y2006.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtHybridDriftVelocity_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; const double drift_dist = 29928.; //in microns diff --git a/StarDb/Calibrations/svt/svtRDOstripped.C b/StarDb/Calibrations/svt/svtRDOstripped.C index dbc4788f262..adcbd0e627b 100644 --- a/StarDb/Calibrations/svt/svtRDOstripped.C +++ b/StarDb/Calibrations/svt/svtRDOstripped.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtRDOstripped_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtRDOstripped")) return 0; svtRDOstripped_st row[72] = { diff --git a/StarDb/Calibrations/svt/svtRDOstripped.y2005d.C b/StarDb/Calibrations/svt/svtRDOstripped.y2005d.C index dbc4788f262..adcbd0e627b 100644 --- a/StarDb/Calibrations/svt/svtRDOstripped.y2005d.C +++ b/StarDb/Calibrations/svt/svtRDOstripped.y2005d.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtRDOstripped_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtRDOstripped")) return 0; svtRDOstripped_st row[72] = { diff --git a/StarDb/Calibrations/svt/svtRDOstripped.y2006.C b/StarDb/Calibrations/svt/svtRDOstripped.y2006.C index dbc4788f262..adcbd0e627b 100644 --- a/StarDb/Calibrations/svt/svtRDOstripped.y2006.C +++ b/StarDb/Calibrations/svt/svtRDOstripped.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svtRDOstripped_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtRDOstripped")) return 0; svtRDOstripped_st row[72] = { diff --git a/StarDb/Calibrations/tof/tofStatus.C b/StarDb/Calibrations/tof/tofStatus.C index 1ff576d3a89..c01d94de68b 100644 --- a/StarDb/Calibrations/tof/tofStatus.C +++ b/StarDb/Calibrations/tof/tofStatus.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tofStatus_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tof/.tofStatus/tofStatus Allocated rows: 1 Used rows: 1 Row size: 48000 bytes diff --git a/StarDb/Calibrations/tpc/GatingGrid.C b/StarDb/Calibrations/tpc/GatingGrid.C index 9165c310692..e6905637b4c 100644 --- a/StarDb/Calibrations/tpc/GatingGrid.C +++ b/StarDb/Calibrations/tpc/GatingGrid.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_GatingGrid_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_GatingGrid")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGrid.y2018.C b/StarDb/Calibrations/tpc/GatingGrid.y2018.C index 585a5c670f7..7a3e59f8efd 100644 --- a/StarDb/Calibrations/tpc/GatingGrid.y2018.C +++ b/StarDb/Calibrations/tpc/GatingGrid.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_GatingGrid_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_GatingGrid")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGrid.y2019.C b/StarDb/Calibrations/tpc/GatingGrid.y2019.C index 9165c310692..e6905637b4c 100644 --- a/StarDb/Calibrations/tpc/GatingGrid.y2019.C +++ b/StarDb/Calibrations/tpc/GatingGrid.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_GatingGrid_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_GatingGrid")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGrid.y2022.C b/StarDb/Calibrations/tpc/GatingGrid.y2022.C index 9766d4ec07b..eb5f72cac36 100644 --- a/StarDb/Calibrations/tpc/GatingGrid.y2022.C +++ b/StarDb/Calibrations/tpc/GatingGrid.y2022.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_GatingGrid_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_GatingGrid")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGridB.20190225.230040.C b/StarDb/Calibrations/tpc/GatingGridB.20190225.230040.C index ba26f07546d..2c62938cc67 100644 --- a/StarDb/Calibrations/tpc/GatingGridB.20190225.230040.C +++ b/StarDb/Calibrations/tpc/GatingGridB.20190225.230040.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcCorrection")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGridB.C b/StarDb/Calibrations/tpc/GatingGridB.C index 208936f0f59..203ff0c26e0 100644 --- a/StarDb/Calibrations/tpc/GatingGridB.C +++ b/StarDb/Calibrations/tpc/GatingGridB.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcCorrection")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGridB.y2018.C b/StarDb/Calibrations/tpc/GatingGridB.y2018.C index a34f69cc66a..c1378d035cb 100644 --- a/StarDb/Calibrations/tpc/GatingGridB.y2018.C +++ b/StarDb/Calibrations/tpc/GatingGridB.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcCorrection")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGridB.y2019.C b/StarDb/Calibrations/tpc/GatingGridB.y2019.C index 208936f0f59..203ff0c26e0 100644 --- a/StarDb/Calibrations/tpc/GatingGridB.y2019.C +++ b/StarDb/Calibrations/tpc/GatingGridB.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcCorrection")) return 0; /* diff --git a/StarDb/Calibrations/tpc/TpcAccumulatedQ.C b/StarDb/Calibrations/tpc/TpcAccumulatedQ.C index 615712e2c61..ff0fa76580d 100644 --- a/StarDb/Calibrations/tpc/TpcAccumulatedQ.C +++ b/StarDb/Calibrations/tpc/TpcAccumulatedQ.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrection3MDF.C b/StarDb/Calibrations/tpc/TpcAdcCorrection3MDF.C index 521edfbce9a..a1b26e70c0f 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrection3MDF.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrection3MDF.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection3_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection3")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrection4MDF.C b/StarDb/Calibrations/tpc/TpcAdcCorrection4MDF.C index 48d80e360dd..3a5d158c4a0 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrection4MDF.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrection4MDF.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection4_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection4")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrection5MDF.C b/StarDb/Calibrations/tpc/TpcAdcCorrection5MDF.C index 51cca59885a..b26286576d1 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrection5MDF.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrection5MDF.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection4_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection4")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrection6MDF.C b/StarDb/Calibrations/tpc/TpcAdcCorrection6MDF.C index 4df21dff983..42429625c09 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrection6MDF.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrection6MDF.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection4_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection4")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrectionB.C b/StarDb/Calibrations/tpc/TpcAdcCorrectionB.C index fc3f8cad927..0d763222eec 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrectionB.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrectionB.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.TpcAdcCorrectionB/TpcAdcCorrectionB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrectionC.C b/StarDb/Calibrations/tpc/TpcAdcCorrectionC.C index fc922bc638f..8ae632ad0aa 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrectionC.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrectionC.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.C b/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.C index 33a25defa76..ea76a734dad 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.r2019.C b/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.r2019.C index 33a25defa76..ea76a734dad 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.r2019.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.r2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcAdcI.C b/StarDb/Calibrations/tpc/TpcAdcI.C index ade649c6b9e..c1fdf154688 100644 --- a/StarDb/Calibrations/tpc/TpcAdcI.C +++ b/StarDb/Calibrations/tpc/TpcAdcI.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcAvgCurrent.C b/StarDb/Calibrations/tpc/TpcAvgCurrent.C index 43c9369324e..3ace9c64aea 100644 --- a/StarDb/Calibrations/tpc/TpcAvgCurrent.C +++ b/StarDb/Calibrations/tpc/TpcAvgCurrent.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcAvgCurrent_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_TpcAvgCurrent")) return 0; TpcAvgCurrent_st row; diff --git a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.20190609.132047.C b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.20190609.132047.C index 4e1ff1cb60f..b6df11a3514 100644 --- a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.20190609.132047.C +++ b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.20190609.132047.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcAvgPowerSupply_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.TpcAvgPowerSupply/TpcAvgPowerSupply Allocated rows: 1 Used rows: 1 Row size: 2316 bytes diff --git a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2018.C b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2018.C index 77d6007c2a2..8c67087256d 100644 --- a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2018.C +++ b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcAvgPowerSupply_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_TpcAvgPowerSupply")) return 0; TpcAvgPowerSupply_st row; diff --git a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2019.C b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2019.C index 68b5b4d82e4..14fcc885fd6 100644 --- a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2019.C +++ b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcAvgPowerSupply_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_TpcAvgPowerSupply")) return 0; TpcAvgPowerSupply_st row; diff --git a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2020.C b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2020.C index 68b5b4d82e4..14fcc885fd6 100644 --- a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2020.C +++ b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2020.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcAvgPowerSupply_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_TpcAvgPowerSupply")) return 0; TpcAvgPowerSupply_st row; diff --git a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2021.C b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2021.C index 68b5b4d82e4..14fcc885fd6 100644 --- a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2021.C +++ b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2021.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcAvgPowerSupply_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_TpcAvgPowerSupply")) return 0; TpcAvgPowerSupply_st row; diff --git a/StarDb/Calibrations/tpc/TpcCurrentCorrectionX.C b/StarDb/Calibrations/tpc/TpcCurrentCorrectionX.C index 1ca6dead9e7..d39fc476b1a 100644 --- a/StarDb/Calibrations/tpc/TpcCurrentCorrectionX.C +++ b/StarDb/Calibrations/tpc/TpcCurrentCorrectionX.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 192; diff --git a/StarDb/Calibrations/tpc/TpcDriftDistOxygen.C b/StarDb/Calibrations/tpc/TpcDriftDistOxygen.C index 01b9bd7498f..fa49092b346 100644 --- a/StarDb/Calibrations/tpc/TpcDriftDistOxygen.C +++ b/StarDb/Calibrations/tpc/TpcDriftDistOxygen.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // tpcCorrection! Allocated rows: 48 Used rows: 48 Row size: 16 bytes diff --git a/StarDb/Calibrations/tpc/TpcDriftVelRowCor.C b/StarDb/Calibrations/tpc/TpcDriftVelRowCor.C index f0245b165a5..be5d504e32b 100644 --- a/StarDb/Calibrations/tpc/TpcDriftVelRowCor.C +++ b/StarDb/Calibrations/tpc/TpcDriftVelRowCor.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcEdge.C b/StarDb/Calibrations/tpc/TpcEdge.C index c9719d4c4e6..36b0cc5e2c6 100644 --- a/StarDb/Calibrations/tpc/TpcEdge.C +++ b/StarDb/Calibrations/tpc/TpcEdge.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcEffectivedX.C b/StarDb/Calibrations/tpc/TpcEffectivedX.C index 22fc298c253..7b6e6bb9eea 100644 --- a/StarDb/Calibrations/tpc/TpcEffectivedX.C +++ b/StarDb/Calibrations/tpc/TpcEffectivedX.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcEffectivedX_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_TpcEffectivedX")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcLengthCorrectionB.C b/StarDb/Calibrations/tpc/TpcLengthCorrectionB.C index f5ac00d0a23..cbd183f3294 100644 --- a/StarDb/Calibrations/tpc/TpcLengthCorrectionB.C +++ b/StarDb/Calibrations/tpc/TpcLengthCorrectionB.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C b/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C index 5856ea826cb..36a2a30fc6b 100644 --- a/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C +++ b/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C @@ -1,3 +1,9 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_MDFCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 6; diff --git a/StarDb/Calibrations/tpc/TpcLengthCorrectionMDN.C b/StarDb/Calibrations/tpc/TpcLengthCorrectionMDN.C index e631de8ee6f..458311c7077 100644 --- a/StarDb/Calibrations/tpc/TpcLengthCorrectionMDN.C +++ b/StarDb/Calibrations/tpc/TpcLengthCorrectionMDN.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; MDFCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcMultiplicity.C b/StarDb/Calibrations/tpc/TpcMultiplicity.C index 2f04c45ea74..e0da9d8f6d2 100644 --- a/StarDb/Calibrations/tpc/TpcMultiplicity.C +++ b/StarDb/Calibrations/tpc/TpcMultiplicity.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcPadCorrection.C b/StarDb/Calibrations/tpc/TpcPadCorrection.C index 0ff819cd10a..6b4c23182fc 100644 --- a/StarDb/Calibrations/tpc/TpcPadCorrection.C +++ b/StarDb/Calibrations/tpc/TpcPadCorrection.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcPadCorrection_Table.h" +#endif // $Id: TpcPadCorrection.C,v 1.1 2010/08/31 21:56:32 fisyak Exp $ TDataSet *CreateTable() { if (!TClass::GetClass("St_TpcPadCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.20190225.230045.C b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.20190225.230045.C index e4b3e0b3c9c..def4678d19a 100644 --- a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.20190225.230045.C +++ b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.20190225.230045.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; MDFCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C index 31a102ab119..ec70e180642 100644 --- a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C +++ b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C @@ -1,3 +1,9 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_MDFCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 48; diff --git a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2016.C b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2016.C index 31a102ab119..0a6f869c768 100644 --- a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2016.C +++ b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2016.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 48; diff --git a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2018.C b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2018.C index 31a102ab119..0a6f869c768 100644 --- a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2018.C +++ b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MDFCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 48; diff --git a/StarDb/Calibrations/tpc/TpcPadPedRMS.C b/StarDb/Calibrations/tpc/TpcPadPedRMS.C index be09f0ddb07..acbfc61b243 100644 --- a/StarDb/Calibrations/tpc/TpcPadPedRMS.C +++ b/StarDb/Calibrations/tpc/TpcPadPedRMS.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcPadPedRMS.y2022.C b/StarDb/Calibrations/tpc/TpcPadPedRMS.y2022.C index aada73cb626..8b39132e7e6 100644 --- a/StarDb/Calibrations/tpc/TpcPadPedRMS.y2022.C +++ b/StarDb/Calibrations/tpc/TpcPadPedRMS.y2022.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcPhiDirection.C b/StarDb/Calibrations/tpc/TpcPhiDirection.C index 94c94436435..567a1a72870 100644 --- a/StarDb/Calibrations/tpc/TpcPhiDirection.C +++ b/StarDb/Calibrations/tpc/TpcPhiDirection.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20141220.000000.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20141220.000000.C index a356cf91a09..ffe08ac5b52 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20141220.000000.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20141220.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.20141220.000000.C,v 1.1 2017/05/25 15:32:05 fisyak Exp $ // $Log: TpcResponseSimulator.20141220.000000.C,v $ // Revision 1.1 2017/05/25 15:32:05 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000001.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000001.C index b4c621bdfdd..40e4c999fde 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000001.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.20151220.000001.C,v 1.1 2017/05/20 00:54:00 fisyak Exp $ // $Log: TpcResponseSimulator.20151220.000001.C,v $ // Revision 1.1 2017/05/20 00:54:00 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000002.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000002.C index 283c1c7d83f..c49e1a62c9d 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000002.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000002.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.20151220.000002.C,v 1.1 2017/08/08 21:37:17 fisyak Exp $ // $Log: TpcResponseSimulator.20151220.000002.C,v $ // Revision 1.1 2017/08/08 21:37:17 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20171220.000001.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20171220.000001.C index 18885c5bc36..46fa454d428 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20171220.000001.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20171220.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.TpcResponseSimulator/TpcResponseSimulator Allocated rows: 1 Used rows: 1 Row size: 124 bytes diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071405.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071405.C index 5cd1a2e3262..a404caeaeec 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071405.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071405.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.20180531.071405.C,v 1.2 2020/05/23 20:57:26 fisyak Exp $ // $Log: TpcResponseSimulator.20180531.071405.C,v $ // Revision 1.2 2020/05/23 20:57:26 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071409.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071409.C index 675c3ff7fe8..c7b93b1c2bc 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071409.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071409.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.20180531.071409.C,v 1.2 2020/07/08 17:12:39 fisyak Exp $ // $Log: TpcResponseSimulator.20180531.071409.C,v $ // Revision 1.2 2020/07/08 17:12:39 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071410.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071410.C index 4a7d6ae8efc..eda4ea2ebfa 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071410.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071410.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.20180531.071410.C,v 1.1 2021/05/10 21:02:56 fisyak Exp $ // $Log: TpcResponseSimulator.20180531.071410.C,v $ // Revision 1.1 2021/05/10 21:02:56 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180605.071409.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180605.071409.C index 18661eb97bc..87ccff79c9e 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180605.071409.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180605.071409.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.20171220.000001.C,v 1.1 2019/10/09 20:40:02 iraklic Exp $ // $Log: TpcResponseSimulator.20171220.000001.C,v $ // Revision 1.1 2019/10/09 20:40:02 iraklic diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.C index ec9ce26e023..6dd8f08d57f 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.C,v 1.15 2018/10/17 20:45:17 fisyak Exp $ // $Log: TpcResponseSimulator.C,v $ // Revision 1.15 2018/10/17 20:45:17 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2005.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2005.C index d84ced8fe50..3dacd2fed28 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2005.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2005.C,v 1.1 2018/12/16 20:37:45 fisyak Exp $ // $Log: TpcResponseSimulator.y2005.C,v $ // Revision 1.1 2018/12/16 20:37:45 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2009.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2009.C index 87f3302b60b..45080374a43 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2009.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2009.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2009.C,v 1.13 2014/03/16 20:17:36 fisyak Exp $ // $Log: TpcResponseSimulator.y2009.C,v $ // Revision 1.13 2014/03/16 20:17:36 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2010.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2010.C index a6291e4962b..2cd38d99650 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2010.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2010.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2010.C,v 1.16 2018/12/09 23:21:53 fisyak Exp $ // $Log: TpcResponseSimulator.y2010.C,v $ // Revision 1.16 2018/12/09 23:21:53 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2011.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2011.C index d8f794fce33..0bb2ac56122 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2011.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2011.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2011.C,v 1.12 2018/12/09 23:21:53 fisyak Exp $ // $Log: TpcResponseSimulator.y2011.C,v $ // Revision 1.12 2018/12/09 23:21:53 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2012.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2012.C index 9ad166151a4..cf64dbee347 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2012.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2012.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2012.C,v 1.3 2013/11/08 16:18:25 fisyak Exp $ // $Log: TpcResponseSimulator.y2012.C,v $ // Revision 1.3 2013/11/08 16:18:25 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2013.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2013.C index 4abba2f57a2..cadf8a7d251 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2013.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2013.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2013.C,v 1.1 2014/01/09 23:15:10 fisyak Exp $ // $Log: TpcResponseSimulator.y2013.C,v $ // Revision 1.1 2014/01/09 23:15:10 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2014.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2014.C index b729b06a661..c1528e3f5d5 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2014.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2014.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2014.C,v 1.1 2016/09/19 12:25:07 fisyak Exp $ // $Log: TpcResponseSimulator.y2014.C,v $ // Revision 1.1 2016/09/19 12:25:07 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2015.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2015.C index 1379ba2eb9a..43be2d88532 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2015.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2015.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2015.C,v 1.1 2016/09/19 12:25:07 fisyak Exp $ // $Log: TpcResponseSimulator.y2015.C,v $ // Revision 1.1 2016/09/19 12:25:07 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2016.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2016.C index a9aa08bf669..34b52939fc9 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2016.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2016.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2016.C,v 1.3 2017/08/08 21:37:17 fisyak Exp $ // $Log: TpcResponseSimulator.y2016.C,v $ // Revision 1.3 2017/08/08 21:37:17 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2017.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2017.C index 439c3b878ee..50d98c20038 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2017.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2017.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2017.C,v 1.3 2018/12/09 23:21:53 fisyak Exp $ // $Log: TpcResponseSimulator.y2017.C,v $ // Revision 1.3 2018/12/09 23:21:53 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2018.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2018.C index 0b086acf746..5b5e93851e0 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2018.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2018.C,v 1.4 2020/04/27 21:20:13 fisyak Exp $ // $Log: TpcResponseSimulator.y2018.C,v $ // Revision 1.4 2020/04/27 21:20:13 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2019.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2019.C index 35cbb515c89..05f9b90b2ac 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2019.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $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 diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2020.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2020.C index 2edd3f9ff03..5cb1f692417 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2020.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2020.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2020.C,v 1.1 2021/05/10 21:02:56 fisyak Exp $ // $Log: TpcResponseSimulator.y2020.C,v $ // Revision 1.1 2021/05/10 21:02:56 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C index c4f131c8c0c..8ca847bbd80 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C @@ -1,3 +1,9 @@ +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_TpcResponseSimulator_Table.h" +#endif // $Id: TpcResponseSimulator.y2021.C,v 1.1 2021/05/10 21:02:56 fisyak Exp $ // $Log: TpcResponseSimulator.y2021.C,v $ // Revision 1.1 2021/05/10 21:02:56 fisyak diff --git a/StarDb/Calibrations/tpc/TpcRowQ.C b/StarDb/Calibrations/tpc/TpcRowQ.C index 1d9bb0d5115..97fe1397188 100644 --- a/StarDb/Calibrations/tpc/TpcRowQ.C +++ b/StarDb/Calibrations/tpc/TpcRowQ.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcSecRowB.C b/StarDb/Calibrations/tpc/TpcSecRowB.C index 8037c09ee18..9f0d3104505 100644 --- a/StarDb/Calibrations/tpc/TpcSecRowB.C +++ b/StarDb/Calibrations/tpc/TpcSecRowB.C @@ -1,3 +1,12 @@ +#ifdef __CLING__ +# include "tables/St_TpcSecRowCor_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_TpcSecRowCor_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_TpcSecRowCor_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // TpcSecRow Allocated rows: 24 Used rows: 24 Row size: 360 bytes diff --git a/StarDb/Calibrations/tpc/TpcSecRowB.y2018.C b/StarDb/Calibrations/tpc/TpcSecRowB.y2018.C index 8037c09ee18..5e139dece14 100644 --- a/StarDb/Calibrations/tpc/TpcSecRowB.y2018.C +++ b/StarDb/Calibrations/tpc/TpcSecRowB.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcSecRowCor_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // TpcSecRow Allocated rows: 24 Used rows: 24 Row size: 360 bytes diff --git a/StarDb/Calibrations/tpc/TpcSecRowB.y2019.C b/StarDb/Calibrations/tpc/TpcSecRowB.y2019.C index 8037c09ee18..5e139dece14 100644 --- a/StarDb/Calibrations/tpc/TpcSecRowB.y2019.C +++ b/StarDb/Calibrations/tpc/TpcSecRowB.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TpcSecRowCor_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // TpcSecRow Allocated rows: 24 Used rows: 24 Row size: 360 bytes diff --git a/StarDb/Calibrations/tpc/TpcSpaceCharge.C b/StarDb/Calibrations/tpc/TpcSpaceCharge.C index 2405bb04919..61cc18177ed 100644 --- a/StarDb/Calibrations/tpc/TpcSpaceCharge.C +++ b/StarDb/Calibrations/tpc/TpcSpaceCharge.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcTanL.C b/StarDb/Calibrations/tpc/TpcTanL.C index 663c42ce288..82fcf3b5ca3 100644 --- a/StarDb/Calibrations/tpc/TpcTanL.C +++ b/StarDb/Calibrations/tpc/TpcTanL.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcZCorrectionB.C b/StarDb/Calibrations/tpc/TpcZCorrectionB.C index 9fa97192999..7419fb55903 100644 --- a/StarDb/Calibrations/tpc/TpcZCorrectionB.C +++ b/StarDb/Calibrations/tpc/TpcZCorrectionB.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcZCorrectionC.C b/StarDb/Calibrations/tpc/TpcZCorrectionC.C index 702f06524b8..5763b5bbd6a 100644 --- a/StarDb/Calibrations/tpc/TpcZCorrectionC.C +++ b/StarDb/Calibrations/tpc/TpcZCorrectionC.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcZDC.C b/StarDb/Calibrations/tpc/TpcZDC.C index 30ffe2109e9..c15ae577985 100644 --- a/StarDb/Calibrations/tpc/TpcZDC.C +++ b/StarDb/Calibrations/tpc/TpcZDC.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcdCharge.C b/StarDb/Calibrations/tpc/TpcdCharge.C index 559412a4833..701cee3d53e 100644 --- a/StarDb/Calibrations/tpc/TpcdCharge.C +++ b/StarDb/Calibrations/tpc/TpcdCharge.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcdEdxCor.C b/StarDb/Calibrations/tpc/TpcdEdxCor.C index 29ee0e95407..84064d6a40b 100644 --- a/StarDb/Calibrations/tpc/TpcdEdxCor.C +++ b/StarDb/Calibrations/tpc/TpcdEdxCor.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // Ad hoc accont of saturation in dE/dx if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcdEdxModel.C b/StarDb/Calibrations/tpc/TpcdEdxModel.C index f1edca6cfe0..a5d1820a2d0 100644 --- a/StarDb/Calibrations/tpc/TpcdEdxModel.C +++ b/StarDb/Calibrations/tpc/TpcdEdxModel.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcdXCorrectionB.C b/StarDb/Calibrations/tpc/TpcdXCorrectionB.C index 8d6d0e20088..64acdc81dc8 100644 --- a/StarDb/Calibrations/tpc/TpcdXCorrectionB.C +++ b/StarDb/Calibrations/tpc/TpcdXCorrectionB.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcdXdY.C b/StarDb/Calibrations/tpc/TpcdXdY.C index 8257d609216..9f384ac0f64 100644 --- a/StarDb/Calibrations/tpc/TpcdXdY.C +++ b/StarDb/Calibrations/tpc/TpcdXdY.C @@ -1,3 +1,9 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcdZdY.C b/StarDb/Calibrations/tpc/TpcdZdY.C index 93866fcfd96..2ea8601943a 100644 --- a/StarDb/Calibrations/tpc/TpcdZdY.C +++ b/StarDb/Calibrations/tpc/TpcdZdY.C @@ -1,3 +1,9 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcnPad.C b/StarDb/Calibrations/tpc/TpcnPad.C index 94776b54cc6..c22699c5a33 100644 --- a/StarDb/Calibrations/tpc/TpcnPad.C +++ b/StarDb/Calibrations/tpc/TpcnPad.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcnPad.r2019.C b/StarDb/Calibrations/tpc/TpcnPad.r2019.C index 3b76d3f9ff6..a1e4175afdd 100644 --- a/StarDb/Calibrations/tpc/TpcnPad.r2019.C +++ b/StarDb/Calibrations/tpc/TpcnPad.r2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcnPad.y2019.C b/StarDb/Calibrations/tpc/TpcnPad.y2019.C index 43befd28e1c..24d9ff3b00c 100644 --- a/StarDb/Calibrations/tpc/TpcnPad.y2019.C +++ b/StarDb/Calibrations/tpc/TpcnPad.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcnTbk.C b/StarDb/Calibrations/tpc/TpcnTbk.C index a4511d60c84..9f120f4bca1 100644 --- a/StarDb/Calibrations/tpc/TpcnTbk.C +++ b/StarDb/Calibrations/tpc/TpcnTbk.C @@ -1,3 +1,9 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcnTbk.r2019.C b/StarDb/Calibrations/tpc/TpcnTbk.r2019.C index c7a432f24d7..c64f5c1dadf 100644 --- a/StarDb/Calibrations/tpc/TpcnTbk.r2019.C +++ b/StarDb/Calibrations/tpc/TpcnTbk.r2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcrCharge.C b/StarDb/Calibrations/tpc/TpcrCharge.C index 7a724070886..7b917406707 100644 --- a/StarDb/Calibrations/tpc/TpcrCharge.C +++ b/StarDb/Calibrations/tpc/TpcrCharge.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/itpcDeadFEE.20190416.035540.C b/StarDb/Calibrations/tpc/itpcDeadFEE.20190416.035540.C index 5dec20f43bb..fc0041b3eb0 100644 --- a/StarDb/Calibrations/tpc/itpcDeadFEE.20190416.035540.C +++ b/StarDb/Calibrations/tpc/itpcDeadFEE.20190416.035540.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_itpcDeadFEE_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_itpcDeadFEE")) return 0; diff --git a/StarDb/Calibrations/tpc/itpcDeadFEE.20190624.011700.C b/StarDb/Calibrations/tpc/itpcDeadFEE.20190624.011700.C index 644f5d41793..184926caaaa 100644 --- a/StarDb/Calibrations/tpc/itpcDeadFEE.20190624.011700.C +++ b/StarDb/Calibrations/tpc/itpcDeadFEE.20190624.011700.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_itpcDeadFEE_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_itpcDeadFEE")) return 0; diff --git a/StarDb/Calibrations/tpc/itpcDeadFEE.C b/StarDb/Calibrations/tpc/itpcDeadFEE.C index f908c22cb00..5a610395cb9 100644 --- a/StarDb/Calibrations/tpc/itpcDeadFEE.C +++ b/StarDb/Calibrations/tpc/itpcDeadFEE.C @@ -1,3 +1,9 @@ +#ifdef __CLING__ +# include "tables/St_itpcDeadFEE_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_itpcDeadFEE_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_itpcDeadFEE")) return 0; diff --git a/StarDb/Calibrations/tpc/itpcPadGainT0.C b/StarDb/Calibrations/tpc/itpcPadGainT0.C index faf0370358a..c6c6e43e433 100644 --- a/StarDb/Calibrations/tpc/itpcPadGainT0.C +++ b/StarDb/Calibrations/tpc/itpcPadGainT0.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_itpcPadGainT0_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_itpcPadGainT0")) return 0; itpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/itpcPadGainT0.y2018.C b/StarDb/Calibrations/tpc/itpcPadGainT0.y2018.C index faf0370358a..c6c6e43e433 100644 --- a/StarDb/Calibrations/tpc/itpcPadGainT0.y2018.C +++ b/StarDb/Calibrations/tpc/itpcPadGainT0.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_itpcPadGainT0_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_itpcPadGainT0")) return 0; itpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/itpcPadGainT0.y2019.C b/StarDb/Calibrations/tpc/itpcPadGainT0.y2019.C index faf0370358a..c6c6e43e433 100644 --- a/StarDb/Calibrations/tpc/itpcPadGainT0.y2019.C +++ b/StarDb/Calibrations/tpc/itpcPadGainT0.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_itpcPadGainT0_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_itpcPadGainT0")) return 0; itpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C b/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C index faf0370358a..33fc2451897 100644 --- a/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C +++ b/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C @@ -1,3 +1,9 @@ +#ifdef __CLING__ +# include "tables/St_itpcPadGainT0_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_itpcPadGainT0_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_itpcPadGainT0")) return 0; itpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/itpcRDOMap.C b/StarDb/Calibrations/tpc/itpcRDOMap.C index b182ca48785..1a2448208d1 100644 --- a/StarDb/Calibrations/tpc/itpcRDOMap.C +++ b/StarDb/Calibrations/tpc/itpcRDOMap.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMap_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOMap")) return 0; diff --git a/StarDb/Calibrations/tpc/starTriggerDelay.y2019.C b/StarDb/Calibrations/tpc/starTriggerDelay.y2019.C index 44fcce6bb46..584bd0dc2ee 100644 --- a/StarDb/Calibrations/tpc/starTriggerDelay.y2019.C +++ b/StarDb/Calibrations/tpc/starTriggerDelay.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starTriggerDelay_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/RunLog/onl/.starTriggerDelay/starTriggerDelay Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/Calibrations/tpc/tpcAcCharge.C b/StarDb/Calibrations/tpc/tpcAcCharge.C index 6de675f198e..6a2e0c30ab8 100644 --- a/StarDb/Calibrations/tpc/tpcAcCharge.C +++ b/StarDb/Calibrations/tpc/tpcAcCharge.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAcCharge_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAcCharge")) return 0; tpcAcCharge_st row = {0,0}; diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.20080219.143436.C b/StarDb/Calibrations/tpc/tpcAltroParams.20080219.143436.C index 6acf55f7cec..11bd832cba5 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.20080219.143436.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.20080219.143436.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.20180426.121919.C b/StarDb/Calibrations/tpc/tpcAltroParams.20180426.121919.C index 5d4b58bc2e2..351b10b4663 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.20180426.121919.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.20180426.121919.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.20180426.124701.C b/StarDb/Calibrations/tpc/tpcAltroParams.20180426.124701.C index b183f262347..6cc6f095d02 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.20180426.124701.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.20180426.124701.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.C b/StarDb/Calibrations/tpc/tpcAltroParams.C index ab9a2086e92..f4e7b71457d 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2008.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2008.C index bfaf1f2004d..c84249a6415 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2008.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2008.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2009.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2009.C index 2a5daf00e24..f3836a16af5 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2009.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2009.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2010.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2010.C index 5d4b58bc2e2..351b10b4663 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2010.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2010.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2016.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2016.C index b183f262347..6cc6f095d02 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2016.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2016.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2019.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2019.C index 86bd09bb2ba..94185bfef96 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2019.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2020.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2020.C index 378a91fefd6..d7fa55cd101 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2020.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2020.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C index 226a589dd7c..e62da87afda 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C @@ -1,3 +1,9 @@ +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_tpcAltroParams_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcAnodeHV.C b/StarDb/Calibrations/tpc/tpcAnodeHV.C index bd457f98a68..f772fbfb426 100644 --- a/StarDb/Calibrations/tpc/tpcAnodeHV.C +++ b/StarDb/Calibrations/tpc/tpcAnodeHV.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAnodeHV_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAnodeHV")) return 0; St_tpcAnodeHV *tableSet = new St_tpcAnodeHV("tpcAnodeHV",19*24); diff --git a/StarDb/Calibrations/tpc/tpcAnodeHVavg.C b/StarDb/Calibrations/tpc/tpcAnodeHVavg.C index cd780ba4a9a..fe4f47fe6bc 100644 --- a/StarDb/Calibrations/tpc/tpcAnodeHVavg.C +++ b/StarDb/Calibrations/tpc/tpcAnodeHVavg.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAnodeHVavg_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAnodeHVavg")) return 0; St_tpcAnodeHVavg *tableSet = new St_tpcAnodeHVavg("tpcAnodeHVavg",19*24); diff --git a/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2018.C b/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2018.C index b31f03a731c..0d8ec9eec97 100644 --- a/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2018.C +++ b/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAnodeHVavg_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAnodeHVavg")) return 0; St_tpcAnodeHVavg *tableSet = new St_tpcAnodeHVavg("tpcAnodeHVavg",19*24); diff --git a/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2019.C b/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2019.C index b31f03a731c..0d8ec9eec97 100644 --- a/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2019.C +++ b/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAnodeHVavg_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAnodeHVavg")) return 0; St_tpcAnodeHVavg *tableSet = new St_tpcAnodeHVavg("tpcAnodeHVavg",19*24); diff --git a/StarDb/Calibrations/tpc/tpcAvCurrent.C b/StarDb/Calibrations/tpc/tpcAvCurrent.C index f33ce8e9bba..72dc10fd291 100644 --- a/StarDb/Calibrations/tpc/tpcAvCurrent.C +++ b/StarDb/Calibrations/tpc/tpcAvCurrent.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcAvCurrent_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAvCurrent")) return 0; tpcAvCurrent_st row; diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C index 2ade69b15f9..2e4c04b7b99 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C @@ -1,3 +1,12 @@ +#ifdef __CLING__ +# include "tables/St_tpcBXT0Corr_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_tpcBXT0Corr_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_tpcBXT0Corr_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.r2020.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.r2020.C index efeaa5c149b..67cd4190a3a 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.r2020.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.r2020.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcBXT0Corr_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2016.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2016.C index 36b5868c83c..8803dd5e0fe 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2016.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2016.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcBXT0Corr_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2017.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2017.C index 36b5868c83c..8803dd5e0fe 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2017.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2017.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcBXT0Corr_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2018.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2018.C index e708b4d0407..9c2bdc3e8a1 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2018.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcBXT0Corr_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2019.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2019.C index efeaa5c149b..67cd4190a3a 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2019.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcBXT0Corr_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2020.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2020.C index 971ec3d9897..5d9228d29ac 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2020.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2020.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcBXT0Corr_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcDriftVelocity.C b/StarDb/Calibrations/tpc/tpcDriftVelocity.C index 71328de3a10..784182ae34b 100644 --- a/StarDb/Calibrations/tpc/tpcDriftVelocity.C +++ b/StarDb/Calibrations/tpc/tpcDriftVelocity.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcDriftVelocity_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcDriftVelocity")) return 0; tpcDriftVelocity_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.C b/StarDb/Calibrations/tpc/tpcElectronics.C index ff7e83d42fd..d6572d660ac 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcElectronics_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2001.C b/StarDb/Calibrations/tpc/tpcElectronics.y2001.C index ff7e83d42fd..d6572d660ac 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2001.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcElectronics_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2003.C b/StarDb/Calibrations/tpc/tpcElectronics.y2003.C index ff7e83d42fd..d6572d660ac 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2003.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2003.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcElectronics_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2004.C b/StarDb/Calibrations/tpc/tpcElectronics.y2004.C index ff7e83d42fd..d6572d660ac 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2004.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2004.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcElectronics_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2005.C b/StarDb/Calibrations/tpc/tpcElectronics.y2005.C index ff7e83d42fd..d6572d660ac 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2005.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcElectronics_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2006.C b/StarDb/Calibrations/tpc/tpcElectronics.y2006.C index 5805cedc55f..e2d13768105 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2006.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcElectronics_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2007.C b/StarDb/Calibrations/tpc/tpcElectronics.y2007.C index 5805cedc55f..e2d13768105 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2007.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcElectronics_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2008.C b/StarDb/Calibrations/tpc/tpcElectronics.y2008.C index 5805cedc55f..e2d13768105 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2008.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2008.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcElectronics_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2019.C b/StarDb/Calibrations/tpc/tpcElectronics.y2019.C index 5805cedc55f..e2d13768105 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2019.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcElectronics_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcGainCorrection.C b/StarDb/Calibrations/tpc/tpcGainCorrection.C index 16763fce678..3117c4aff1e 100644 --- a/StarDb/Calibrations/tpc/tpcGainCorrection.C +++ b/StarDb/Calibrations/tpc/tpcGainCorrection.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/tpcGas.C b/StarDb/Calibrations/tpc/tpcGas.C index b52b986c867..fcaea64910c 100644 --- a/StarDb/Calibrations/tpc/tpcGas.C +++ b/StarDb/Calibrations/tpc/tpcGas.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcGas_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcGas")) return 0; St_tpcGas *tableSet = new St_tpcGas("tpcGas",1); diff --git a/StarDb/Calibrations/tpc/tpcGas.y2018.C b/StarDb/Calibrations/tpc/tpcGas.y2018.C index a70c09e7117..ffce90eb494 100644 --- a/StarDb/Calibrations/tpc/tpcGas.y2018.C +++ b/StarDb/Calibrations/tpc/tpcGas.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcGas_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcGas/tpcGas Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tpc/tpcGasTemperature.C b/StarDb/Calibrations/tpc/tpcGasTemperature.C index 6150d79d5be..42dc73b654b 100644 --- a/StarDb/Calibrations/tpc/tpcGasTemperature.C +++ b/StarDb/Calibrations/tpc/tpcGasTemperature.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcGridLeak.C b/StarDb/Calibrations/tpc/tpcGridLeak.C index be39b3d7fc3..45cc46496be 100644 --- a/StarDb/Calibrations/tpc/tpcGridLeak.C +++ b/StarDb/Calibrations/tpc/tpcGridLeak.C @@ -1,3 +1,9 @@ +#ifdef __CLING__ +# include "tables/St_tpcGridLeak_Table.h" +#endif +#ifdef __CLING__ +# include "tables/St_tpcGridLeak_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.tpcGridLeak/tpcGridLeak Allocated rows: 1 Used rows: 1 Row size: 72 bytes diff --git a/StarDb/Calibrations/tpc/tpcMethaneIn.C b/StarDb/Calibrations/tpc/tpcMethaneIn.C index 4f5ade390f1..e9d3590e6db 100644 --- a/StarDb/Calibrations/tpc/tpcMethaneIn.C +++ b/StarDb/Calibrations/tpc/tpcMethaneIn.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcOmegaTau.C b/StarDb/Calibrations/tpc/tpcOmegaTau.C index 6f5c242045c..a7b440b3546 100644 --- a/StarDb/Calibrations/tpc/tpcOmegaTau.C +++ b/StarDb/Calibrations/tpc/tpcOmegaTau.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcOmegaTau_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.tpcOmegaTau/tpcOmegaTau Allocated rows: 1 Used rows: 1 Row size: 8 bytes diff --git a/StarDb/Calibrations/tpc/tpcPadGainT0.C b/StarDb/Calibrations/tpc/tpcPadGainT0.C index 26032565f32..6943c84380c 100644 --- a/StarDb/Calibrations/tpc/tpcPadGainT0.C +++ b/StarDb/Calibrations/tpc/tpcPadGainT0.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcPadGainT0_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadGainT0")) return 0; tpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/tpcPadGainT0.y2018.C b/StarDb/Calibrations/tpc/tpcPadGainT0.y2018.C index 26032565f32..6943c84380c 100644 --- a/StarDb/Calibrations/tpc/tpcPadGainT0.y2018.C +++ b/StarDb/Calibrations/tpc/tpcPadGainT0.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcPadGainT0_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadGainT0")) return 0; tpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/tpcPadGainT0B.20180301.000000.C b/StarDb/Calibrations/tpc/tpcPadGainT0B.20180301.000000.C index ba7e8fab36c..42cb2c0308e 100644 --- a/StarDb/Calibrations/tpc/tpcPadGainT0B.20180301.000000.C +++ b/StarDb/Calibrations/tpc/tpcPadGainT0B.20180301.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcPadGainT0B_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadGainT0B")) return 0; St_tpcPadGainT0B *tableSet = new St_tpcPadGainT0B("tpcPadGainT0B",24); diff --git a/StarDb/Calibrations/tpc/tpcPadGainT0B.C b/StarDb/Calibrations/tpc/tpcPadGainT0B.C index 7385837701d..8f9f2b35dd1 100644 --- a/StarDb/Calibrations/tpc/tpcPadGainT0B.C +++ b/StarDb/Calibrations/tpc/tpcPadGainT0B.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcPadGainT0B_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadGainT0B")) return 0; tpcPadGainT0B_st row; diff --git a/StarDb/Calibrations/tpc/tpcPadGainT0B.y2018.C b/StarDb/Calibrations/tpc/tpcPadGainT0B.y2018.C index ba7e8fab36c..42cb2c0308e 100644 --- a/StarDb/Calibrations/tpc/tpcPadGainT0B.y2018.C +++ b/StarDb/Calibrations/tpc/tpcPadGainT0B.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcPadGainT0B_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadGainT0B")) return 0; St_tpcPadGainT0B *tableSet = new St_tpcPadGainT0B("tpcPadGainT0B",24); diff --git a/StarDb/Calibrations/tpc/tpcPadrowT0.C b/StarDb/Calibrations/tpc/tpcPadrowT0.C index 0762ab415c3..06addcf5c6d 100644 --- a/StarDb/Calibrations/tpc/tpcPadrowT0.C +++ b/StarDb/Calibrations/tpc/tpcPadrowT0.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcPadrowT0_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadrowT0")) return 0; tpcPadrowT0_st row; diff --git a/StarDb/Calibrations/tpc/tpcPressureB.C b/StarDb/Calibrations/tpc/tpcPressureB.C index 157716259e0..b07de90ebd8 100644 --- a/StarDb/Calibrations/tpc/tpcPressureB.C +++ b/StarDb/Calibrations/tpc/tpcPressureB.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcRDOMap.C b/StarDb/Calibrations/tpc/tpcRDOMap.C index 694978c1c37..d184e8fa684 100644 --- a/StarDb/Calibrations/tpc/tpcRDOMap.C +++ b/StarDb/Calibrations/tpc/tpcRDOMap.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMap_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOMap")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcRDOMap.y2016.C b/StarDb/Calibrations/tpc/tpcRDOMap.y2016.C index 709b313c42a..0e205036f8a 100644 --- a/StarDb/Calibrations/tpc/tpcRDOMap.y2016.C +++ b/StarDb/Calibrations/tpc/tpcRDOMap.y2016.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMap_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOMap")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcRDOT0offset.20180312.162439.C b/StarDb/Calibrations/tpc/tpcRDOT0offset.20180312.162439.C index bb058a0182a..d4a508221c9 100644 --- a/StarDb/Calibrations/tpc/tpcRDOT0offset.20180312.162439.C +++ b/StarDb/Calibrations/tpc/tpcRDOT0offset.20180312.162439.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOT0offset_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOT0offset")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcRDOT0offset.C b/StarDb/Calibrations/tpc/tpcRDOT0offset.C index a84b010649e..041e51758ae 100644 --- a/StarDb/Calibrations/tpc/tpcRDOT0offset.C +++ b/StarDb/Calibrations/tpc/tpcRDOT0offset.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOT0offset_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOT0offset")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcRDOT0offset.y2019.C b/StarDb/Calibrations/tpc/tpcRDOT0offset.y2019.C index a84b010649e..041e51758ae 100644 --- a/StarDb/Calibrations/tpc/tpcRDOT0offset.y2019.C +++ b/StarDb/Calibrations/tpc/tpcRDOT0offset.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOT0offset_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOT0offset")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcSectorT0offset.C b/StarDb/Calibrations/tpc/tpcSectorT0offset.C index 10ab02a5e2a..c64c237dd1e 100644 --- a/StarDb/Calibrations/tpc/tpcSectorT0offset.C +++ b/StarDb/Calibrations/tpc/tpcSectorT0offset.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcSectorT0offset_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.tpcSectorT0offset/tpcSectorT0offset Allocated rows: 1 Used rows: 1 Row size: 72 bytes diff --git a/StarDb/Calibrations/tpc/tpcSlewing.C b/StarDb/Calibrations/tpc/tpcSlewing.C index 9333e0d7194..4ce2139f48d 100644 --- a/StarDb/Calibrations/tpc/tpcSlewing.C +++ b/StarDb/Calibrations/tpc/tpcSlewing.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcSlewing_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcSlewing")) return 0; tpcSlewing_st row; diff --git a/StarDb/Calibrations/tpc/tpcStatus.C b/StarDb/Calibrations/tpc/tpcStatus.C index d2b35943818..ef9ef43fe23 100644 --- a/StarDb/Calibrations/tpc/tpcStatus.C +++ b/StarDb/Calibrations/tpc/tpcStatus.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcStatus_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.tpcStatus/tpcStatus Allocated rows: 1 Used rows: 1 Row size: 72 bytes diff --git a/StarDb/Calibrations/tpc/tpcT0.C b/StarDb/Calibrations/tpc/tpcT0.C index 4e1c493cdbe..1d48dd77dca 100644 --- a/StarDb/Calibrations/tpc/tpcT0.C +++ b/StarDb/Calibrations/tpc/tpcT0.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcT0_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.tpcT0/tpcT0 Allocated rows: 1 Used rows: 1 Row size: 72 bytes diff --git a/StarDb/Calibrations/tpc/tpcT0BX.C b/StarDb/Calibrations/tpc/tpcT0BX.C index b5ad91c7cb2..fe1cc5ded65 100644 --- a/StarDb/Calibrations/tpc/tpcT0BX.C +++ b/StarDb/Calibrations/tpc/tpcT0BX.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcT0BX_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!TClass::GetClass("St_tpcT0BX")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcTimeDependence.C b/StarDb/Calibrations/tpc/tpcTimeDependence.C index 687d4eab569..4b5185c9395 100644 --- a/StarDb/Calibrations/tpc/tpcTimeDependence.C +++ b/StarDb/Calibrations/tpc/tpcTimeDependence.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcWaterOut.C b/StarDb/Calibrations/tpc/tpcWaterOut.C index 861e9cd0789..f65d20df23b 100644 --- a/StarDb/Calibrations/tpc/tpcWaterOut.C +++ b/StarDb/Calibrations/tpc/tpcWaterOut.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcCorrection_Table.h" +#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tracker/DefaultTrackingParameters.20010312.000011.C b/StarDb/Calibrations/tracker/DefaultTrackingParameters.20010312.000011.C index 32a37da26bc..7c856f72c0d 100644 --- a/StarDb/Calibrations/tracker/DefaultTrackingParameters.20010312.000011.C +++ b/StarDb/Calibrations/tracker/DefaultTrackingParameters.20010312.000011.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TrackingParameters_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.DefaultTrackingParameters/DefaultTrackingParameters Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/Calibrations/tracker/DefaultTrackingParameters.C b/StarDb/Calibrations/tracker/DefaultTrackingParameters.C index 71691361701..487ebd8cf2b 100644 --- a/StarDb/Calibrations/tracker/DefaultTrackingParameters.C +++ b/StarDb/Calibrations/tracker/DefaultTrackingParameters.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TrackingParameters_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.DefaultTrackingParameters/DefaultTrackingParameters Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2013.C b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2013.C index 6afcd0c7b66..c55e98e9f59 100644 --- a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2013.C +++ b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2013.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_KalmanTrackFinderParameters_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tracker/.KalmanTrackFinderParameters/KalmanTrackFinderParameters Allocated rows: 1 Used rows: 1 Row size: 68 bytes diff --git a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2014.C b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2014.C index 9f93f24af21..ad581594c67 100644 --- a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2014.C +++ b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2014.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_KalmanTrackFinderParameters_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tracker/.KalmanTrackFinderParameters/KalmanTrackFinderParameters Allocated rows: 1 Used rows: 1 Row size: 68 bytes diff --git a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2015.C b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2015.C index 9f93f24af21..ad581594c67 100644 --- a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2015.C +++ b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2015.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_KalmanTrackFinderParameters_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tracker/.KalmanTrackFinderParameters/KalmanTrackFinderParameters Allocated rows: 1 Used rows: 1 Row size: 68 bytes diff --git a/StarDb/Calibrations/tracker/KalmanTrackFitterParameters.C b/StarDb/Calibrations/tracker/KalmanTrackFitterParameters.C index 2c8f1969468..2f8b322e71a 100644 --- a/StarDb/Calibrations/tracker/KalmanTrackFitterParameters.C +++ b/StarDb/Calibrations/tracker/KalmanTrackFitterParameters.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_KalmanTrackFitterParameters_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.KalmanTrackFitterParameters/KalmanTrackFitterParameters Allocated rows: 1 Used rows: 1 Row size: 8 bytes diff --git a/StarDb/Calibrations/tracker/LocalTrackSeedFinder.C b/StarDb/Calibrations/tracker/LocalTrackSeedFinder.C index 073c7d5a0ae..347307185f4 100644 --- a/StarDb/Calibrations/tracker/LocalTrackSeedFinder.C +++ b/StarDb/Calibrations/tracker/LocalTrackSeedFinder.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_LocalTrackSeedFinder_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.LocalTrackSeedFinder/LocalTrackSeedFinder Allocated rows: 4 Used rows: 4 Row size: 52 bytes diff --git a/StarDb/Calibrations/tracker/PixelHitError.upgr01.C b/StarDb/Calibrations/tracker/PixelHitError.upgr01.C index 006b31efe8c..baa5f55441e 100644 --- a/StarDb/Calibrations/tracker/PixelHitError.upgr01.C +++ b/StarDb/Calibrations/tracker/PixelHitError.upgr01.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdHitError/ssdHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/PixelHitError.upgr15.C b/StarDb/Calibrations/tracker/PixelHitError.upgr15.C index 006b31efe8c..baa5f55441e 100644 --- a/StarDb/Calibrations/tracker/PixelHitError.upgr15.C +++ b/StarDb/Calibrations/tracker/PixelHitError.upgr15.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdHitError/ssdHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/PixelHitError.y2013.C b/StarDb/Calibrations/tracker/PixelHitError.y2013.C index 559e03c18d9..2f7f237f604 100644 --- a/StarDb/Calibrations/tracker/PixelHitError.y2013.C +++ b/StarDb/Calibrations/tracker/PixelHitError.y2013.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdHitError/ssdHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr01.C b/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr01.C index 75a8ad92fba..196ba6c9c5e 100644 --- a/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr01.C +++ b/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr01.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TrackingParameters_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdTrackingParameters/ssdTrackingParameters Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr15.C b/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr15.C index 2044fabdb51..f4643a1a5a1 100644 --- a/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr15.C +++ b/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr15.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TrackingParameters_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdTrackingParameters/ssdTrackingParameters Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/Calibrations/tracker/StvIstHitErrs.C b/StarDb/Calibrations/tracker/StvIstHitErrs.C index a4b3d025554..4fd4a1848fb 100644 --- a/StarDb/Calibrations/tracker/StvIstHitErrs.C +++ b/StarDb/Calibrations/tracker/StvIstHitErrs.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist3HitError/ist3HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/StvKonst.C b/StarDb/Calibrations/tracker/StvKonst.C index 22bb663fa1a..9a663576155 100644 --- a/StarDb/Calibrations/tracker/StvKonst.C +++ b/StarDb/Calibrations/tracker/StvKonst.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvKonst_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/StvPxlHitErrs.C b/StarDb/Calibrations/tracker/StvPxlHitErrs.C index 780440cee07..4049fd5bfc9 100644 --- a/StarDb/Calibrations/tracker/StvPxlHitErrs.C +++ b/StarDb/Calibrations/tracker/StvPxlHitErrs.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdHitError/ssdHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20090315.000000.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20090315.000000.C index 7900c1c89bb..581dd5088e2 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20090315.000000.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20090315.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20100101.000000.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20100101.000000.C index 06c4b9960b8..6a48d316039 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20100101.000000.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20100101.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.C index 4a4403173f0..a284e21cec5 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2009c.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2009c.C index b7e5eb1b127..975f68e5c0a 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2009c.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2009c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2010c.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2010c.C index b7e5eb1b127..975f68e5c0a 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2010c.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2010c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2011c.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2011c.C index b7e5eb1b127..975f68e5c0a 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2011c.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2011c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerPromptErrs.C b/StarDb/Calibrations/tracker/StvTpcInnerPromptErrs.C index e0366e3ccc7..9d0672c7795 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerPromptErrs.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerPromptErrs.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerPromptErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20090315.000000.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20090315.000000.C index 366e46ce409..d4d526b8a4f 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20090315.000000.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20090315.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20100101.000000.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20100101.000000.C index 71640e83072..e3c5ed5a285 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20100101.000000.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20100101.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.C index f9526a647d5..e923c1c68b1 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2009c.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2009c.C index 49366ab82e5..b0782dba7db 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2009c.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2009c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2010c.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2010c.C index 49366ab82e5..b0782dba7db 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2010c.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2010c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2011c.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2011c.C index 49366ab82e5..b0782dba7db 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2011c.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2011c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvTpcHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterPromptErrs.C b/StarDb/Calibrations/tracker/StvTpcOuterPromptErrs.C index 43a1d9eecf8..a8c721e33cf 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterPromptErrs.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterPromptErrs.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_StvHitErrs_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerPromptErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/ist1HitError.20050101.000000.C b/StarDb/Calibrations/tracker/ist1HitError.20050101.000000.C index 06e305c2a1a..1302f980c96 100644 --- a/StarDb/Calibrations/tracker/ist1HitError.20050101.000000.C +++ b/StarDb/Calibrations/tracker/ist1HitError.20050101.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist1HitError/ist1HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/ist1HitError.20050101.000001.C b/StarDb/Calibrations/tracker/ist1HitError.20050101.000001.C index 1587fc9bcbb..61095199466 100644 --- a/StarDb/Calibrations/tracker/ist1HitError.20050101.000001.C +++ b/StarDb/Calibrations/tracker/ist1HitError.20050101.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist1HitError/ist1HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/ist1HitError.upgr15.C b/StarDb/Calibrations/tracker/ist1HitError.upgr15.C index c358430730e..8e1353c5f91 100644 --- a/StarDb/Calibrations/tracker/ist1HitError.upgr15.C +++ b/StarDb/Calibrations/tracker/ist1HitError.upgr15.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist1HitError/ist1HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/ist2HitError.20050101.000000.C b/StarDb/Calibrations/tracker/ist2HitError.20050101.000000.C index c1b4f12e236..25cee694810 100644 --- a/StarDb/Calibrations/tracker/ist2HitError.20050101.000000.C +++ b/StarDb/Calibrations/tracker/ist2HitError.20050101.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist2HitError/ist2HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/ist3HitError.20050101.000000.C b/StarDb/Calibrations/tracker/ist3HitError.20050101.000000.C index 35a1cc11e5d..1530eb07a0a 100644 --- a/StarDb/Calibrations/tracker/ist3HitError.20050101.000000.C +++ b/StarDb/Calibrations/tracker/ist3HitError.20050101.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist3HitError/ist3HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tkf_tkfpar.20011201.000100.C b/StarDb/Calibrations/tracker/tkf_tkfpar.20011201.000100.C index a954fee0209..e687ee5afe1 100644 --- a/StarDb/Calibrations/tracker/tkf_tkfpar.20011201.000100.C +++ b/StarDb/Calibrations/tracker/tkf_tkfpar.20011201.000100.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tkf_tkfpar_Table.h" +#endif TDataSet *CreateTable(){ // ----------------------------------------------------------------- // tkfpar Allocated rows: 1 Used rows: 1 Row diff --git a/StarDb/Calibrations/tracker/tkf_tkfpar.20050324.150000.C b/StarDb/Calibrations/tracker/tkf_tkfpar.20050324.150000.C index 3813d8fbe4e..9a3a275b527 100644 --- a/StarDb/Calibrations/tracker/tkf_tkfpar.20050324.150000.C +++ b/StarDb/Calibrations/tracker/tkf_tkfpar.20050324.150000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tkf_tkfpar_Table.h" +#endif TDataSet *CreateTable(){ // ----------------------------------------------------------------- // tkfpar Allocated rows: 1 Used rows: 1 Row diff --git a/StarDb/Calibrations/tracker/tkf_tkfpar.C b/StarDb/Calibrations/tracker/tkf_tkfpar.C index a954fee0209..e687ee5afe1 100644 --- a/StarDb/Calibrations/tracker/tkf_tkfpar.C +++ b/StarDb/Calibrations/tracker/tkf_tkfpar.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tkf_tkfpar_Table.h" +#endif TDataSet *CreateTable(){ // ----------------------------------------------------------------- // tkfpar Allocated rows: 1 Used rows: 1 Row diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.20091215.000003.C b/StarDb/Calibrations/tracker/tpcInnerHitError.20091215.000003.C index cc9bc14b109..d8b376d8da7 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.20091215.000003.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.20091215.000003.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.20100101.000000.C b/StarDb/Calibrations/tracker/tpcInnerHitError.20100101.000000.C index cc9bc14b109..d8b376d8da7 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.20100101.000000.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.20100101.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.C b/StarDb/Calibrations/tracker/tpcInnerHitError.C index cc9bc14b109..d8b376d8da7 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.y2009c.C b/StarDb/Calibrations/tracker/tpcInnerHitError.y2009c.C index cc9bc14b109..d8b376d8da7 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.y2009c.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.y2009c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.y2010c.C b/StarDb/Calibrations/tracker/tpcInnerHitError.y2010c.C index cc9bc14b109..d8b376d8da7 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.y2010c.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.y2010c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.y2011c.C b/StarDb/Calibrations/tracker/tpcInnerHitError.y2011c.C index cc9bc14b109..d8b376d8da7 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.y2011c.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.y2011c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.20091215.000003.C b/StarDb/Calibrations/tracker/tpcOuterHitError.20091215.000003.C index 1734f46706f..8c91388f5f0 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.20091215.000003.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.20091215.000003.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.20100101.000000.C b/StarDb/Calibrations/tracker/tpcOuterHitError.20100101.000000.C index 1734f46706f..8c91388f5f0 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.20100101.000000.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.20100101.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.C b/StarDb/Calibrations/tracker/tpcOuterHitError.C index 1734f46706f..8c91388f5f0 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.y2009c.C b/StarDb/Calibrations/tracker/tpcOuterHitError.y2009c.C index 1734f46706f..8c91388f5f0 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.y2009c.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.y2009c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.y2010c.C b/StarDb/Calibrations/tracker/tpcOuterHitError.y2010c.C index 1734f46706f..8c91388f5f0 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.y2010c.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.y2010c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.y2011c.C b/StarDb/Calibrations/tracker/tpcOuterHitError.y2011c.C index 1734f46706f..8c91388f5f0 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.y2011c.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.y2011c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_HitError_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcTrackingParameters.20010312.000011.C b/StarDb/Calibrations/tracker/tpcTrackingParameters.20010312.000011.C index 32a37da26bc..7c856f72c0d 100644 --- a/StarDb/Calibrations/tracker/tpcTrackingParameters.20010312.000011.C +++ b/StarDb/Calibrations/tracker/tpcTrackingParameters.20010312.000011.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_TrackingParameters_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.DefaultTrackingParameters/DefaultTrackingParameters Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/Geometry/fst/fstOnTpc.20211110.000001.C b/StarDb/Geometry/fst/fstOnTpc.20211110.000001.C index 3b6965c076b..f4c5a0f6a64 100644 --- a/StarDb/Geometry/fst/fstOnTpc.20211110.000001.C +++ b/StarDb/Geometry/fst/fstOnTpc.20211110.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_Survey")) return 0; Survey_st row; diff --git a/StarDb/Geometry/fst/fstSensorOnWedge.20211110.000001.C b/StarDb/Geometry/fst/fstSensorOnWedge.20211110.000001.C index b145b957aff..8f2ee89df64 100644 --- a/StarDb/Geometry/fst/fstSensorOnWedge.20211110.000001.C +++ b/StarDb/Geometry/fst/fstSensorOnWedge.20211110.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_Survey")) return 0; Survey_st row; diff --git a/StarDb/Geometry/fst/fstWedgeOnHss.20211110.000001.C b/StarDb/Geometry/fst/fstWedgeOnHss.20211110.000001.C index 1b6bc1b4fd0..b02c8f355af 100644 --- a/StarDb/Geometry/fst/fstWedgeOnHss.20211110.000001.C +++ b/StarDb/Geometry/fst/fstWedgeOnHss.20211110.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_Survey")) return 0; Survey_st row; diff --git a/StarDb/Geometry/fst/hssOnFst.20211110.000001.C b/StarDb/Geometry/fst/hssOnFst.20211110.000001.C index 134e349d791..91045d6aaa4 100644 --- a/StarDb/Geometry/fst/hssOnFst.20211110.000001.C +++ b/StarDb/Geometry/fst/hssOnFst.20211110.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_Survey")) return 0; Survey_st row; diff --git a/StarDb/Geometry/ftpc/ftpcAsicMap.C b/StarDb/Geometry/ftpc/ftpcAsicMap.C index 124cf8b4abc..e50f0b83706 100644 --- a/StarDb/Geometry/ftpc/ftpcAsicMap.C +++ b/StarDb/Geometry/ftpc/ftpcAsicMap.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcAsicMap_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ftpc/.ftpcAsicMap/ftpcAsicMap Allocated rows: 1 Used rows: 1 Row size: 4 bytes diff --git a/StarDb/Geometry/ftpc/ftpcClusterGeom.C b/StarDb/Geometry/ftpc/ftpcClusterGeom.C index e03f4182077..b444bb7add7 100644 --- a/StarDb/Geometry/ftpc/ftpcClusterGeom.C +++ b/StarDb/Geometry/ftpc/ftpcClusterGeom.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcClusterGeom_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ftpc/.ftpcClusterGeom/ftpcClusterGeom Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Geometry/ftpc/ftpcInnerCathode.C b/StarDb/Geometry/ftpc/ftpcInnerCathode.C index 1c13b6bc7c4..8b1a7cd6023 100644 --- a/StarDb/Geometry/ftpc/ftpcInnerCathode.C +++ b/StarDb/Geometry/ftpc/ftpcInnerCathode.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcInnerCathode_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ftpc/.ftpcInnerCathode/ftpcInnerCathode Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20131210.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20131210.000001.C index 45b27be2589..54ce8e3b7ff 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20131210.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20131210.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20140101.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20140101.000001.C index 2e22abab2b7..06650c2a806 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20140101.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20140101.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20141210.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20141210.000001.C index 45b27be2589..54ce8e3b7ff 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20141210.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20141210.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20150101.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20150101.000001.C index 2fc9544e394..3cfa8ea4a8f 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20150101.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20150101.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20151210.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20151210.000001.C index 45b27be2589..54ce8e3b7ff 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20151210.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20151210.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20160101.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20160101.000001.C index 2fc9544e394..3cfa8ea4a8f 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20160101.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20160101.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20131210.000001.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20131210.000001.C index 269dbc68e08..aa1a20d7d66 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20131210.000001.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20131210.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20140101.000000.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20140101.000000.C index 2d3e053d2bb..48d6f96cd98 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20140101.000000.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20140101.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20141210.000001.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20141210.000001.C index 269dbc68e08..aa1a20d7d66 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20141210.000001.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20141210.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20150101.000001.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20150101.000001.C index bd822a70be2..ba5a61702aa 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20150101.000001.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20150101.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20151210.000001.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20151210.000001.C index 269dbc68e08..aa1a20d7d66 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20151210.000001.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20151210.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20160101.000001.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20160101.000001.C index 7e57466b9b4..f7baf4b3d26 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20160101.000001.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20160101.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/ssd/SsdLaddersOnSectors.C b/StarDb/Geometry/ssd/SsdLaddersOnSectors.C index 015c8f8f215..e1f3bb5f4b6 100644 --- a/StarDb/Geometry/ssd/SsdLaddersOnSectors.C +++ b/StarDb/Geometry/ssd/SsdLaddersOnSectors.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2005.C b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2005.C index 015c8f8f215..e1f3bb5f4b6 100644 --- a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2005.C +++ b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2006.C b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2006.C index 015c8f8f215..e1f3bb5f4b6 100644 --- a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2006.C +++ b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2007.C b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2007.C index 015c8f8f215..e1f3bb5f4b6 100644 --- a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2007.C +++ b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdOnGlobal.C b/StarDb/Geometry/ssd/SsdOnGlobal.C index 9e1fa36f4eb..3c1df39cb53 100644 --- a/StarDb/Geometry/ssd/SsdOnGlobal.C +++ b/StarDb/Geometry/ssd/SsdOnGlobal.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/ssd/SsdOnGlobal.y2005.C b/StarDb/Geometry/ssd/SsdOnGlobal.y2005.C index 9e1fa36f4eb..3c1df39cb53 100644 --- a/StarDb/Geometry/ssd/SsdOnGlobal.y2005.C +++ b/StarDb/Geometry/ssd/SsdOnGlobal.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/ssd/SsdOnGlobal.y2006.C b/StarDb/Geometry/ssd/SsdOnGlobal.y2006.C index 9e1fa36f4eb..3c1df39cb53 100644 --- a/StarDb/Geometry/ssd/SsdOnGlobal.y2006.C +++ b/StarDb/Geometry/ssd/SsdOnGlobal.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/ssd/SsdOnGlobal.y2007.C b/StarDb/Geometry/ssd/SsdOnGlobal.y2007.C index 9e1fa36f4eb..3c1df39cb53 100644 --- a/StarDb/Geometry/ssd/SsdOnGlobal.y2007.C +++ b/StarDb/Geometry/ssd/SsdOnGlobal.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.C b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.C index 744c067a508..edc1c32a1b3 100644 --- a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.C +++ b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // SsdSectorsOnGlobal Allocated rows: 4 Used rows: 4 Row size: 180 bytes diff --git a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2005.C b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2005.C index 744c067a508..edc1c32a1b3 100644 --- a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2005.C +++ b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // SsdSectorsOnGlobal Allocated rows: 4 Used rows: 4 Row size: 180 bytes diff --git a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2006.C b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2006.C index 744c067a508..edc1c32a1b3 100644 --- a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2006.C +++ b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // SsdSectorsOnGlobal Allocated rows: 4 Used rows: 4 Row size: 180 bytes diff --git a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2007.C b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2007.C index 744c067a508..edc1c32a1b3 100644 --- a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2007.C +++ b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // SsdSectorsOnGlobal Allocated rows: 4 Used rows: 4 Row size: 180 bytes diff --git a/StarDb/Geometry/ssd/SsdWafersOnLadders.C b/StarDb/Geometry/ssd/SsdWafersOnLadders.C index 73f0d1c51ac..7c354ef784a 100644 --- a/StarDb/Geometry/ssd/SsdWafersOnLadders.C +++ b/StarDb/Geometry/ssd/SsdWafersOnLadders.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2005.C b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2005.C index 73f0d1c51ac..7c354ef784a 100644 --- a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2005.C +++ b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2006.C b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2006.C index 73f0d1c51ac..7c354ef784a 100644 --- a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2006.C +++ b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2007.C b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2007.C index 73f0d1c51ac..7c354ef784a 100644 --- a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2007.C +++ b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20131210.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20131210.000001.C index 7bf09cc690c..90be8d0ce30 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20131210.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20131210.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20140101.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20140101.000001.C index b1c9a12e01b..780eac8b0dd 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20140101.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20140101.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20141210.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20141210.000001.C index 7bf09cc690c..90be8d0ce30 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20141210.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20141210.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20150101.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20150101.000001.C index 4a43c8862ee..5f79290b8df 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20150101.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20150101.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20151210.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20151210.000001.C index 7bf09cc690c..90be8d0ce30 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20151210.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20151210.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20160101.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20160101.000001.C index 00aec101ffc..fb7d51146fc 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20160101.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20160101.000001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/svt/LadderOnShell.C b/StarDb/Geometry/svt/LadderOnShell.C index 07ea820b656..f93e24ab223 100644 --- a/StarDb/Geometry/svt/LadderOnShell.C +++ b/StarDb/Geometry/svt/LadderOnShell.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnShell.y2005.C b/StarDb/Geometry/svt/LadderOnShell.y2005.C index 07ea820b656..f93e24ab223 100644 --- a/StarDb/Geometry/svt/LadderOnShell.y2005.C +++ b/StarDb/Geometry/svt/LadderOnShell.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnShell.y2006.C b/StarDb/Geometry/svt/LadderOnShell.y2006.C index 07ea820b656..f93e24ab223 100644 --- a/StarDb/Geometry/svt/LadderOnShell.y2006.C +++ b/StarDb/Geometry/svt/LadderOnShell.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnShell.y2007.C b/StarDb/Geometry/svt/LadderOnShell.y2007.C index 07ea820b656..f93e24ab223 100644 --- a/StarDb/Geometry/svt/LadderOnShell.y2007.C +++ b/StarDb/Geometry/svt/LadderOnShell.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnSurvey.y2001.C b/StarDb/Geometry/svt/LadderOnSurvey.y2001.C index bf2a0777df7..604a821cd34 100644 --- a/StarDb/Geometry/svt/LadderOnSurvey.y2001.C +++ b/StarDb/Geometry/svt/LadderOnSurvey.y2001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnSurvey.y2005.C b/StarDb/Geometry/svt/LadderOnSurvey.y2005.C index bf2a0777df7..604a821cd34 100644 --- a/StarDb/Geometry/svt/LadderOnSurvey.y2005.C +++ b/StarDb/Geometry/svt/LadderOnSurvey.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnSurvey.y2006.C b/StarDb/Geometry/svt/LadderOnSurvey.y2006.C index bf2a0777df7..604a821cd34 100644 --- a/StarDb/Geometry/svt/LadderOnSurvey.y2006.C +++ b/StarDb/Geometry/svt/LadderOnSurvey.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnSurvey.y2007.C b/StarDb/Geometry/svt/LadderOnSurvey.y2007.C index bf2a0777df7..604a821cd34 100644 --- a/StarDb/Geometry/svt/LadderOnSurvey.y2007.C +++ b/StarDb/Geometry/svt/LadderOnSurvey.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/ShellOnGlobal.y2001.C b/StarDb/Geometry/svt/ShellOnGlobal.y2001.C index a463028fb81..1ad41f55efb 100644 --- a/StarDb/Geometry/svt/ShellOnGlobal.y2001.C +++ b/StarDb/Geometry/svt/ShellOnGlobal.y2001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/ShellOnGlobal.y2005.C b/StarDb/Geometry/svt/ShellOnGlobal.y2005.C index a463028fb81..1ad41f55efb 100644 --- a/StarDb/Geometry/svt/ShellOnGlobal.y2005.C +++ b/StarDb/Geometry/svt/ShellOnGlobal.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/ShellOnGlobal.y2006.C b/StarDb/Geometry/svt/ShellOnGlobal.y2006.C index a463028fb81..1ad41f55efb 100644 --- a/StarDb/Geometry/svt/ShellOnGlobal.y2006.C +++ b/StarDb/Geometry/svt/ShellOnGlobal.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/ShellOnGlobal.y2007.C b/StarDb/Geometry/svt/ShellOnGlobal.y2007.C index a463028fb81..1ad41f55efb 100644 --- a/StarDb/Geometry/svt/ShellOnGlobal.y2007.C +++ b/StarDb/Geometry/svt/ShellOnGlobal.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/SvtOnGlobal.y2001.C b/StarDb/Geometry/svt/SvtOnGlobal.y2001.C index f1def4c5c73..c266269ed6c 100644 --- a/StarDb/Geometry/svt/SvtOnGlobal.y2001.C +++ b/StarDb/Geometry/svt/SvtOnGlobal.y2001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/svt/SvtOnGlobal.y2005.C b/StarDb/Geometry/svt/SvtOnGlobal.y2005.C index f1def4c5c73..c266269ed6c 100644 --- a/StarDb/Geometry/svt/SvtOnGlobal.y2005.C +++ b/StarDb/Geometry/svt/SvtOnGlobal.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/svt/SvtOnGlobal.y2006.C b/StarDb/Geometry/svt/SvtOnGlobal.y2006.C index f1def4c5c73..c266269ed6c 100644 --- a/StarDb/Geometry/svt/SvtOnGlobal.y2006.C +++ b/StarDb/Geometry/svt/SvtOnGlobal.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/svt/SvtOnGlobal.y2007.C b/StarDb/Geometry/svt/SvtOnGlobal.y2007.C index f1def4c5c73..c266269ed6c 100644 --- a/StarDb/Geometry/svt/SvtOnGlobal.y2007.C +++ b/StarDb/Geometry/svt/SvtOnGlobal.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/svt/WaferOnLadder.y2001.C b/StarDb/Geometry/svt/WaferOnLadder.y2001.C index eb14ff8667a..dcf20f8d839 100644 --- a/StarDb/Geometry/svt/WaferOnLadder.y2001.C +++ b/StarDb/Geometry/svt/WaferOnLadder.y2001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/WaferOnLadder.y2005.C b/StarDb/Geometry/svt/WaferOnLadder.y2005.C index eb14ff8667a..dcf20f8d839 100644 --- a/StarDb/Geometry/svt/WaferOnLadder.y2005.C +++ b/StarDb/Geometry/svt/WaferOnLadder.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/WaferOnLadder.y2006.C b/StarDb/Geometry/svt/WaferOnLadder.y2006.C index eb14ff8667a..dcf20f8d839 100644 --- a/StarDb/Geometry/svt/WaferOnLadder.y2006.C +++ b/StarDb/Geometry/svt/WaferOnLadder.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/WaferOnLadder.y2007.C b/StarDb/Geometry/svt/WaferOnLadder.y2007.C index eb14ff8667a..dcf20f8d839 100644 --- a/StarDb/Geometry/svt/WaferOnLadder.y2007.C +++ b/StarDb/Geometry/svt/WaferOnLadder.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/tpc/TpcHalfPosition.C b/StarDb/Geometry/tpc/TpcHalfPosition.C index ce1418916eb..781c66a16ac 100644 --- a/StarDb/Geometry/tpc/TpcHalfPosition.C +++ b/StarDb/Geometry/tpc/TpcHalfPosition.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcHalfPosition.y2019.C b/StarDb/Geometry/tpc/TpcHalfPosition.y2019.C index ce1418916eb..781c66a16ac 100755 --- a/StarDb/Geometry/tpc/TpcHalfPosition.y2019.C +++ b/StarDb/Geometry/tpc/TpcHalfPosition.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcInnerSectorPosition.C b/StarDb/Geometry/tpc/TpcInnerSectorPosition.C index cbe23df3555..30f129e8e81 100644 --- a/StarDb/Geometry/tpc/TpcInnerSectorPosition.C +++ b/StarDb/Geometry/tpc/TpcInnerSectorPosition.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcInnerSectorPositionB.C b/StarDb/Geometry/tpc/TpcInnerSectorPositionB.C index cbe23df3555..30f129e8e81 100644 --- a/StarDb/Geometry/tpc/TpcInnerSectorPositionB.C +++ b/StarDb/Geometry/tpc/TpcInnerSectorPositionB.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcInnerSectorPositionB.y2016.C b/StarDb/Geometry/tpc/TpcInnerSectorPositionB.y2016.C index cbe23df3555..30f129e8e81 100755 --- a/StarDb/Geometry/tpc/TpcInnerSectorPositionB.y2016.C +++ b/StarDb/Geometry/tpc/TpcInnerSectorPositionB.y2016.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcOuterSectorPosition.C b/StarDb/Geometry/tpc/TpcOuterSectorPosition.C index 09c697028fa..c8f0115a68b 100644 --- a/StarDb/Geometry/tpc/TpcOuterSectorPosition.C +++ b/StarDb/Geometry/tpc/TpcOuterSectorPosition.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcOuterSectorPositionB.C b/StarDb/Geometry/tpc/TpcOuterSectorPositionB.C index eb07da22fd4..b80daf2e2e9 100644 --- a/StarDb/Geometry/tpc/TpcOuterSectorPositionB.C +++ b/StarDb/Geometry/tpc/TpcOuterSectorPositionB.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/Geometry/tpc/TpcPosition.C b/StarDb/Geometry/tpc/TpcPosition.C index 6ad4f9cf4f8..685edafb8bf 100644 --- a/StarDb/Geometry/tpc/TpcPosition.C +++ b/StarDb/Geometry/tpc/TpcPosition.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/Geometry/tpc/TpcSuperSectorPosition.C b/StarDb/Geometry/tpc/TpcSuperSectorPosition.C index ca9dc8b0b7a..295fed67ea3 100644 --- a/StarDb/Geometry/tpc/TpcSuperSectorPosition.C +++ b/StarDb/Geometry/tpc/TpcSuperSectorPosition.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcSuperSectorPositionB.C b/StarDb/Geometry/tpc/TpcSuperSectorPositionB.C index 89b83696a20..3722d8680bb 100644 --- a/StarDb/Geometry/tpc/TpcSuperSectorPositionB.C +++ b/StarDb/Geometry/tpc/TpcSuperSectorPositionB.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/Geometry/tpc/TpcSuperSectorPositionB.y2019.C b/StarDb/Geometry/tpc/TpcSuperSectorPositionB.y2019.C index 89b83696a20..3722d8680bb 100755 --- a/StarDb/Geometry/tpc/TpcSuperSectorPositionB.y2019.C +++ b/StarDb/Geometry/tpc/TpcSuperSectorPositionB.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/Geometry/tpc/iTPCSurvey.C b/StarDb/Geometry/tpc/iTPCSurvey.C index 72546e8ef9c..6571ea5f7b1 100644 --- a/StarDb/Geometry/tpc/iTPCSurvey.C +++ b/StarDb/Geometry/tpc/iTPCSurvey.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_iTPCSurvey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_iTPCSurvey")) return 0; iTPCSurvey_st row[24] = { diff --git a/StarDb/Geometry/tpc/iTPCSurvey.y2019.C b/StarDb/Geometry/tpc/iTPCSurvey.y2019.C index 3adab08a82f..7479b458209 100644 --- a/StarDb/Geometry/tpc/iTPCSurvey.y2019.C +++ b/StarDb/Geometry/tpc/iTPCSurvey.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_iTPCSurvey_Table.h" +#endif TDataSet *CreateTable() { /* Shanmuganathan Prashanth 11/14/18 Position iTPC-Sector diff --git a/StarDb/Geometry/tpc/itpcPadPlanes.C b/StarDb/Geometry/tpc/itpcPadPlanes.C index a4d87ebd5de..3c7cc20be16 100644 --- a/StarDb/Geometry/tpc/itpcPadPlanes.C +++ b/StarDb/Geometry/tpc/itpcPadPlanes.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_itpcPadPlanes_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/tpc/.itpcPadPlanes/itpcPadPlanes Allocated rows: 1 Used rows: 1 Row size: 1392 bytes diff --git a/StarDb/Geometry/tpc/tpcGlobalPosition.C b/StarDb/Geometry/tpc/tpcGlobalPosition.C index 9aa62d73367..9f57e7dd495 100644 --- a/StarDb/Geometry/tpc/tpcGlobalPosition.C +++ b/StarDb/Geometry/tpc/tpcGlobalPosition.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcGlobalPosition_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcGlobalPosition")) return 0; tpcGlobalPosition_st row; diff --git a/StarDb/Geometry/tpc/tpcPadConfig.C b/StarDb/Geometry/tpc/tpcPadConfig.C index e51b2f8592d..dee7bd09260 100644 --- a/StarDb/Geometry/tpc/tpcPadConfig.C +++ b/StarDb/Geometry/tpc/tpcPadConfig.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcPadConfig_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/tpc/.tpcPadConfig/tpcPadConfig Allocated rows: 1 Used rows: 1 Row size: 1392 bytes diff --git a/StarDb/Geometry/tpc/tpcPadConfig.y2018.C b/StarDb/Geometry/tpc/tpcPadConfig.y2018.C index 76c36cf1083..90870105321 100644 --- a/StarDb/Geometry/tpc/tpcPadConfig.y2018.C +++ b/StarDb/Geometry/tpc/tpcPadConfig.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcPadConfig_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/tpc/.tpcPadConfig/tpcPadConfig Allocated rows: 1 Used rows: 1 Row size: 1392 bytes diff --git a/StarDb/Geometry/tpc/tpcPadConfig.y2019.C b/StarDb/Geometry/tpc/tpcPadConfig.y2019.C index f9dfd73ed34..9ca3f1a1e22 100644 --- a/StarDb/Geometry/tpc/tpcPadConfig.y2019.C +++ b/StarDb/Geometry/tpc/tpcPadConfig.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcPadConfig_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/tpc/.tpcPadConfig/tpcPadConfig Allocated rows: 1 Used rows: 1 Row size: 1392 bytes diff --git a/StarDb/Geometry/tpc/tpcPadPlanes.C b/StarDb/Geometry/tpc/tpcPadPlanes.C index 6cf30863c5c..8064ada6815 100644 --- a/StarDb/Geometry/tpc/tpcPadPlanes.C +++ b/StarDb/Geometry/tpc/tpcPadPlanes.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcPadPlanes_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/tpc/.tpcPadPlanes/tpcPadPlanes Allocated rows: 1 Used rows: 1 Row size: 1392 bytes diff --git a/StarDb/RunLog/MagFactor.y2011.C b/StarDb/RunLog/MagFactor.y2011.C index 85c3d18893e..aabc9246a77 100644 --- a/StarDb/RunLog/MagFactor.y2011.C +++ b/StarDb/RunLog/MagFactor.y2011.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MagFactor_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StarDb/.data/StarDb/RunLog/MagFactor Allocated rows: 1 Used rows: 1 Row size: 4 bytes diff --git a/StarDb/RunLog/MagFactor.y2012.C b/StarDb/RunLog/MagFactor.y2012.C index 85c3d18893e..aabc9246a77 100644 --- a/StarDb/RunLog/MagFactor.y2012.C +++ b/StarDb/RunLog/MagFactor.y2012.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MagFactor_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StarDb/.data/StarDb/RunLog/MagFactor Allocated rows: 1 Used rows: 1 Row size: 4 bytes diff --git a/StarDb/RunLog/MagFactor.y2013.C b/StarDb/RunLog/MagFactor.y2013.C index 85c3d18893e..aabc9246a77 100644 --- a/StarDb/RunLog/MagFactor.y2013.C +++ b/StarDb/RunLog/MagFactor.y2013.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MagFactor_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StarDb/.data/StarDb/RunLog/MagFactor Allocated rows: 1 Used rows: 1 Row size: 4 bytes diff --git a/StarDb/RunLog/MagFactor.y2014.C b/StarDb/RunLog/MagFactor.y2014.C index 85c3d18893e..aabc9246a77 100644 --- a/StarDb/RunLog/MagFactor.y2014.C +++ b/StarDb/RunLog/MagFactor.y2014.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_MagFactor_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // StarDb/.data/StarDb/RunLog/MagFactor Allocated rows: 1 Used rows: 1 Row size: 4 bytes diff --git a/StarDb/RunLog/onl/beamInfo.C b/StarDb/RunLog/onl/beamInfo.C index 77eb6ef4589..0d69ec6f34e 100644 --- a/StarDb/RunLog/onl/beamInfo.C +++ b/StarDb/RunLog/onl/beamInfo.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_beamInfo_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.beamInfo/beamInfo Allocated rows: 1 Used rows: 1 Row size: 120 bytes diff --git a/StarDb/RunLog/onl/starClockOnl.C b/StarDb/RunLog/onl/starClockOnl.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.C +++ b/StarDb/RunLog/onl/starClockOnl.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.devE.C b/StarDb/RunLog/onl/starClockOnl.devE.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.devE.C +++ b/StarDb/RunLog/onl/starClockOnl.devE.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2001.C b/StarDb/RunLog/onl/starClockOnl.y2001.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2001.C +++ b/StarDb/RunLog/onl/starClockOnl.y2001.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2003.C b/StarDb/RunLog/onl/starClockOnl.y2003.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2003.C +++ b/StarDb/RunLog/onl/starClockOnl.y2003.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2004.C b/StarDb/RunLog/onl/starClockOnl.y2004.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2004.C +++ b/StarDb/RunLog/onl/starClockOnl.y2004.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2005.C b/StarDb/RunLog/onl/starClockOnl.y2005.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2005.C +++ b/StarDb/RunLog/onl/starClockOnl.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2006.C b/StarDb/RunLog/onl/starClockOnl.y2006.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2006.C +++ b/StarDb/RunLog/onl/starClockOnl.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2007.C b/StarDb/RunLog/onl/starClockOnl.y2007.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2007.C +++ b/StarDb/RunLog/onl/starClockOnl.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2008.C b/StarDb/RunLog/onl/starClockOnl.y2008.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2008.C +++ b/StarDb/RunLog/onl/starClockOnl.y2008.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2009.C b/StarDb/RunLog/onl/starClockOnl.y2009.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2009.C +++ b/StarDb/RunLog/onl/starClockOnl.y2009.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2010.C b/StarDb/RunLog/onl/starClockOnl.y2010.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2010.C +++ b/StarDb/RunLog/onl/starClockOnl.y2010.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2011.C b/StarDb/RunLog/onl/starClockOnl.y2011.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2011.C +++ b/StarDb/RunLog/onl/starClockOnl.y2011.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2012.C b/StarDb/RunLog/onl/starClockOnl.y2012.C index d978981e9d8..5068ed6ad89 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2012.C +++ b/StarDb/RunLog/onl/starClockOnl.y2012.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2013.C b/StarDb/RunLog/onl/starClockOnl.y2013.C index 2341853c622..320f3ef68f5 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2013.C +++ b/StarDb/RunLog/onl/starClockOnl.y2013.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2014.C b/StarDb/RunLog/onl/starClockOnl.y2014.C index 3ef55b54330..9192c572755 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2014.C +++ b/StarDb/RunLog/onl/starClockOnl.y2014.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starClockOnl_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starMagOnl.C b/StarDb/RunLog/onl/starMagOnl.C index 316f981462f..44284d40f3e 100644 --- a/StarDb/RunLog/onl/starMagOnl.C +++ b/StarDb/RunLog/onl/starMagOnl.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_starMagOnl_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.starMagOnl/starMagOnl Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/RunLog/onl/tpcRDOMasks.20071128.13225.C b/StarDb/RunLog/onl/tpcRDOMasks.20071128.13225.C index 900d311750b..f4f2c4e5990 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.20071128.13225.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.20071128.13225.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.tpcRDOMasks/tpcRDOMasks Allocated rows: 12 Used rows: 12 Row size: 12 bytes diff --git a/StarDb/RunLog/onl/tpcRDOMasks.C b/StarDb/RunLog/onl/tpcRDOMasks.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.dev2005.C b/StarDb/RunLog/onl/tpcRDOMasks.dev2005.C index 035c0c02497..83a87993230 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.dev2005.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.dev2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.tpcRDOMasks/tpcRDOMasks Allocated rows: 12 Used rows: 12 Row size: 12 bytes diff --git a/StarDb/RunLog/onl/tpcRDOMasks.devE.C b/StarDb/RunLog/onl/tpcRDOMasks.devE.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.devE.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.devE.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.eStar2.C b/StarDb/RunLog/onl/tpcRDOMasks.eStar2.C index 035c0c02497..83a87993230 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.eStar2.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.eStar2.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.tpcRDOMasks/tpcRDOMasks Allocated rows: 12 Used rows: 12 Row size: 12 bytes diff --git a/StarDb/RunLog/onl/tpcRDOMasks.upgr15.C b/StarDb/RunLog/onl/tpcRDOMasks.upgr15.C index 035c0c02497..83a87993230 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.upgr15.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.upgr15.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.tpcRDOMasks/tpcRDOMasks Allocated rows: 12 Used rows: 12 Row size: 12 bytes diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2003.C b/StarDb/RunLog/onl/tpcRDOMasks.y2003.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2003.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2003.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2004.C b/StarDb/RunLog/onl/tpcRDOMasks.y2004.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2004.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2004.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2005.C b/StarDb/RunLog/onl/tpcRDOMasks.y2005.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2005.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2006.C b/StarDb/RunLog/onl/tpcRDOMasks.y2006.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2006.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2006.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2007.C b/StarDb/RunLog/onl/tpcRDOMasks.y2007.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2007.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2007.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2008.C b/StarDb/RunLog/onl/tpcRDOMasks.y2008.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2008.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2008.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2009.C b/StarDb/RunLog/onl/tpcRDOMasks.y2009.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2009.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2009.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2010.C b/StarDb/RunLog/onl/tpcRDOMasks.y2010.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2010.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2010.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2011.C b/StarDb/RunLog/onl/tpcRDOMasks.y2011.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2011.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2011.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2012.C b/StarDb/RunLog/onl/tpcRDOMasks.y2012.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2012.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2012.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2013.C b/StarDb/RunLog/onl/tpcRDOMasks.y2013.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2013.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2013.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2014.C b/StarDb/RunLog/onl/tpcRDOMasks.y2014.C index a40502c19e9..a15878c9ef6 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2014.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2014.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpcRDOMasks_Table.h" +#endif TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/triggerID.C b/StarDb/RunLog/onl/triggerID.C index 05481badbec..d2460f3b93d 100644 --- a/StarDb/RunLog/onl/triggerID.C +++ b/StarDb/RunLog/onl/triggerID.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_triggerID_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.triggerID/triggerID Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/StMagF/MagFieldRotation.y2013.C b/StarDb/StMagF/MagFieldRotation.y2013.C index a31d3fa8a46..a636fad1663 100644 --- a/StarDb/StMagF/MagFieldRotation.y2013.C +++ b/StarDb/StMagF/MagFieldRotation.y2013.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/StMagF/MagFieldRotation.y2014.C b/StarDb/StMagF/MagFieldRotation.y2014.C index a31d3fa8a46..a636fad1663 100644 --- a/StarDb/StMagF/MagFieldRotation.y2014.C +++ b/StarDb/StMagF/MagFieldRotation.y2014.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_Survey_Table.h" +#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/ctf/ctg/ctb.C b/StarDb/ctf/ctg/ctb.C index fa2f21a77b5..d658a3d2c28 100644 --- a/StarDb/ctf/ctg/ctb.C +++ b/StarDb/ctf/ctg/ctb.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ctg_geo_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/ctb Allocated rows: 1 Used rows: 1 Row size: 68 bytes diff --git a/StarDb/ctf/ctg/ctb_slat.C b/StarDb/ctf/ctg/ctb_slat.C index 505208a63bf..6c96dc311b2 100644 --- a/StarDb/ctf/ctg/ctb_slat.C +++ b/StarDb/ctf/ctg/ctb_slat.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ctg_slat_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // params/ctf/ctg/ctb_slat Allocated rows: 240 Used rows: 240 Row size: 32 bytes diff --git a/StarDb/ctf/ctg/ctb_slat_eta.C b/StarDb/ctf/ctg/ctb_slat_eta.C index 0fba770523e..a6364bd5ad8 100644 --- a/StarDb/ctf/ctg/ctb_slat_eta.C +++ b/StarDb/ctf/ctg/ctb_slat_eta.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ctg_slat_eta_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/ctb_slat_eta Allocated rows: 4 Used rows: 4 Row size: 36 bytes diff --git a/StarDb/ctf/ctg/ctb_slat_phi.C b/StarDb/ctf/ctg/ctb_slat_phi.C index 53b2ebcafb3..f1f8c374716 100644 --- a/StarDb/ctf/ctg/ctb_slat_phi.C +++ b/StarDb/ctf/ctg/ctb_slat_phi.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ctg_slat_phi_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/ctb_slat_phi Allocated rows: 60 Used rows: 60 Row size: 16 bytes diff --git a/StarDb/ctf/ctg/tof.C b/StarDb/ctf/ctg/tof.C index ffa9065bd4b..27c41d8c9cc 100644 --- a/StarDb/ctf/ctg/tof.C +++ b/StarDb/ctf/ctg/tof.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ctg_geo_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/tof Allocated rows: 1 Used rows: 1 Row size: 68 bytes diff --git a/StarDb/ctf/ctg/tof_slat.C b/StarDb/ctf/ctg/tof_slat.C index 2400050c29b..3a741c694a3 100644 --- a/StarDb/ctf/ctg/tof_slat.C +++ b/StarDb/ctf/ctg/tof_slat.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ctg_slat_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // params/ctf/ctg/tof_slat Allocated rows: 5400 Used rows: 5400 Row size: 32 bytes diff --git a/StarDb/ctf/ctg/tof_slat_eta.C b/StarDb/ctf/ctg/tof_slat_eta.C index 3fd7613e603..db3b2f8ac1d 100644 --- a/StarDb/ctf/ctg/tof_slat_eta.C +++ b/StarDb/ctf/ctg/tof_slat_eta.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ctg_slat_eta_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/tof_slat_eta Allocated rows: 18 Used rows: 18 Row size: 36 bytes diff --git a/StarDb/ctf/ctg/tof_slat_phi.C b/StarDb/ctf/ctg/tof_slat_phi.C index 766c4d21e18..4a558feaf98 100644 --- a/StarDb/ctf/ctg/tof_slat_phi.C +++ b/StarDb/ctf/ctg/tof_slat_phi.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ctg_slat_phi_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/tof_slat_phi Allocated rows: 300 Used rows: 300 Row size: 16 bytes diff --git a/StarDb/ctf/cts/cts_ctb.C b/StarDb/ctf/cts/cts_ctb.C index 7c7ca31cf75..19baa67d076 100644 --- a/StarDb/ctf/cts/cts_ctb.C +++ b/StarDb/ctf/cts/cts_ctb.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_cts_mpara_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cts/cts_ctb Allocated rows: 1 Used rows: 1 Row size: 1076 bytes diff --git a/StarDb/ctf/cts/cts_tof.C b/StarDb/ctf/cts/cts_tof.C index 221737839f5..1470d3b0ede 100644 --- a/StarDb/ctf/cts/cts_tof.C +++ b/StarDb/ctf/cts/cts_tof.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_cts_mpara_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cts/cts_tof Allocated rows: 1 Used rows: 1 Row size: 1076 bytes diff --git a/StarDb/ebye/sca/sca_const.C b/StarDb/ebye/sca/sca_const.C index bd8db6b914f..8d3ed1f4df6 100644 --- a/StarDb/ebye/sca/sca_const.C +++ b/StarDb/ebye/sca/sca_const.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_sca_const_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/sca/sca_const Allocated rows: 1 Used rows: 1 Row size: 112 bytes diff --git a/StarDb/ebye/sca/sca_filter_const.C b/StarDb/ebye/sca/sca_filter_const.C index 195886a88c1..603338d79a8 100644 --- a/StarDb/ebye/sca/sca_filter_const.C +++ b/StarDb/ebye/sca/sca_filter_const.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_sca_filter_const_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/sca/sca_filter_const Allocated rows: 1 Used rows: 1 Row size: 28 bytes diff --git a/StarDb/ebye/sca/sca_switch.C b/StarDb/ebye/sca/sca_switch.C index 63ee40162ec..f50d3455cd2 100644 --- a/StarDb/ebye/sca/sca_switch.C +++ b/StarDb/ebye/sca/sca_switch.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_sca_switch_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/sca/sca_switch Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/emc/cal/ems_cal_control.C b/StarDb/emc/cal/ems_cal_control.C index cdbae231a57..80b6e09cc03 100644 --- a/StarDb/emc/cal/ems_cal_control.C +++ b/StarDb/emc/cal/ems_cal_control.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ems_cal_control_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/ems_cal_control Allocated rows: 1 Used rows: 1 Row size: 52 bytes diff --git a/StarDb/emc/cal/org_ped_bemc.C b/StarDb/emc/cal/org_ped_bemc.C index 33635ad62c7..4526a893518 100644 --- a/StarDb/emc/cal/org_ped_bemc.C +++ b/StarDb/emc/cal/org_ped_bemc.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_pedestal_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bemc Allocated rows: 4800 Used rows: 4800 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_bemc_h.C b/StarDb/emc/cal/org_ped_bemc_h.C index c5b3d35f76f..dd3bead6a0e 100644 --- a/StarDb/emc/cal/org_ped_bemc_h.C +++ b/StarDb/emc/cal/org_ped_bemc_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bemc_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_ped_bprs.C b/StarDb/emc/cal/org_ped_bprs.C index a93bbcd7d7a..1ebb4e96d1f 100644 --- a/StarDb/emc/cal/org_ped_bprs.C +++ b/StarDb/emc/cal/org_ped_bprs.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_pedestal_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bprs Allocated rows: 4800 Used rows: 4800 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_bprs_h.C b/StarDb/emc/cal/org_ped_bprs_h.C index 36853761b0a..71d76d176f9 100644 --- a/StarDb/emc/cal/org_ped_bprs_h.C +++ b/StarDb/emc/cal/org_ped_bprs_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bprs_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_ped_bsmde.C b/StarDb/emc/cal/org_ped_bsmde.C index 0d3cf1952d2..44b838f51db 100644 --- a/StarDb/emc/cal/org_ped_bsmde.C +++ b/StarDb/emc/cal/org_ped_bsmde.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_pedestal_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bsmde Allocated rows: 18000 Used rows: 18000 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_bsmde_h.C b/StarDb/emc/cal/org_ped_bsmde_h.C index 57acf404cda..80ee30724b4 100644 --- a/StarDb/emc/cal/org_ped_bsmde_h.C +++ b/StarDb/emc/cal/org_ped_bsmde_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bsmde_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_ped_bsmdp.C b/StarDb/emc/cal/org_ped_bsmdp.C index 958b66f2e9d..b89750efb6f 100644 --- a/StarDb/emc/cal/org_ped_bsmdp.C +++ b/StarDb/emc/cal/org_ped_bsmdp.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_pedestal_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bsmdp Allocated rows: 18000 Used rows: 18000 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_bsmdp_h.C b/StarDb/emc/cal/org_ped_bsmdp_h.C index 430b6fbea44..d7d30adc068 100644 --- a/StarDb/emc/cal/org_ped_bsmdp_h.C +++ b/StarDb/emc/cal/org_ped_bsmdp_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bsmdp_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_ped_eemc.C b/StarDb/emc/cal/org_ped_eemc.C index a0786f948f0..c7d89d7a484 100644 --- a/StarDb/emc/cal/org_ped_eemc.C +++ b/StarDb/emc/cal/org_ped_eemc.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_pedestal_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_eemc Allocated rows: 1440 Used rows: 1440 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_eemc_h.C b/StarDb/emc/cal/org_ped_eemc_h.C index c70e90b85d2..2c5fcc65580 100644 --- a/StarDb/emc/cal/org_ped_eemc_h.C +++ b/StarDb/emc/cal/org_ped_eemc_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_eemc_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_ped_eprs.C b/StarDb/emc/cal/org_ped_eprs.C index 789637b967d..a97e8985bb5 100644 --- a/StarDb/emc/cal/org_ped_eprs.C +++ b/StarDb/emc/cal/org_ped_eprs.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_pedestal_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_eprs Allocated rows: 1440 Used rows: 1440 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_eprs_h.C b/StarDb/emc/cal/org_ped_eprs_h.C index 8ea9f8052a3..5c2818ed913 100644 --- a/StarDb/emc/cal/org_ped_eprs_h.C +++ b/StarDb/emc/cal/org_ped_eprs_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_eprs_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_bemc.C b/StarDb/emc/cal/org_slp_bemc.C index af1a8b6aa38..52aaa5ad9f2 100644 --- a/StarDb/emc/cal/org_slp_bemc.C +++ b/StarDb/emc/cal/org_slp_bemc.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_adcslope_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bemc Allocated rows: 4800 Used rows: 4800 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_bemc_h.C b/StarDb/emc/cal/org_slp_bemc_h.C index 7f1b5b3d89b..4592f73cce5 100644 --- a/StarDb/emc/cal/org_slp_bemc_h.C +++ b/StarDb/emc/cal/org_slp_bemc_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bemc_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_bprs.C b/StarDb/emc/cal/org_slp_bprs.C index fecf7dc0074..5d8210e6c61 100644 --- a/StarDb/emc/cal/org_slp_bprs.C +++ b/StarDb/emc/cal/org_slp_bprs.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_adcslope_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bprs Allocated rows: 4800 Used rows: 4800 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_bprs_h.C b/StarDb/emc/cal/org_slp_bprs_h.C index ddd373df3d7..c03a766adeb 100644 --- a/StarDb/emc/cal/org_slp_bprs_h.C +++ b/StarDb/emc/cal/org_slp_bprs_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bprs_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_bsmde.C b/StarDb/emc/cal/org_slp_bsmde.C index 0ff848ae368..2898097f33c 100644 --- a/StarDb/emc/cal/org_slp_bsmde.C +++ b/StarDb/emc/cal/org_slp_bsmde.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_adcslope_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bsmde Allocated rows: 18000 Used rows: 18000 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_bsmde_h.C b/StarDb/emc/cal/org_slp_bsmde_h.C index 7181b7c0400..4964bcf8319 100644 --- a/StarDb/emc/cal/org_slp_bsmde_h.C +++ b/StarDb/emc/cal/org_slp_bsmde_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bsmde_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_bsmdp.C b/StarDb/emc/cal/org_slp_bsmdp.C index f2eca1512c5..d053b409182 100644 --- a/StarDb/emc/cal/org_slp_bsmdp.C +++ b/StarDb/emc/cal/org_slp_bsmdp.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_adcslope_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bsmdp Allocated rows: 18000 Used rows: 18000 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_bsmdp_h.C b/StarDb/emc/cal/org_slp_bsmdp_h.C index 301a22414d1..72d3498d115 100644 --- a/StarDb/emc/cal/org_slp_bsmdp_h.C +++ b/StarDb/emc/cal/org_slp_bsmdp_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bsmdp_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_eemc.C b/StarDb/emc/cal/org_slp_eemc.C index 4e33608365a..48315086cb5 100644 --- a/StarDb/emc/cal/org_slp_eemc.C +++ b/StarDb/emc/cal/org_slp_eemc.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_adcslope_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_eemc Allocated rows: 1440 Used rows: 1440 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_eemc_h.C b/StarDb/emc/cal/org_slp_eemc_h.C index e6f0eb0b0c9..7787986ea3b 100644 --- a/StarDb/emc/cal/org_slp_eemc_h.C +++ b/StarDb/emc/cal/org_slp_eemc_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_eemc_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_eprs.C b/StarDb/emc/cal/org_slp_eprs.C index dfa5c632772..5cebb031648 100644 --- a/StarDb/emc/cal/org_slp_eprs.C +++ b/StarDb/emc/cal/org_slp_eprs.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_adcslope_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_eprs Allocated rows: 1440 Used rows: 1440 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_eprs_h.C b/StarDb/emc/cal/org_slp_eprs_h.C index 36608dadbd6..c4217da2bbd 100644 --- a/StarDb/emc/cal/org_slp_eprs_h.C +++ b/StarDb/emc/cal/org_slp_eprs_h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_calib_header_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_eprs_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/ems/control_toadc.C b/StarDb/emc/ems/control_toadc.C index c85985c4029..a987928e97e 100644 --- a/StarDb/emc/ems/control_toadc.C +++ b/StarDb/emc/ems/control_toadc.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_control_toadc_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ems/control_toadc Allocated rows: 1 Used rows: 1 Row size: 224 bytes diff --git a/StarDb/emc/ems/ems_control.C b/StarDb/emc/ems/ems_control.C index df69b0b0bce..392ef2a3eab 100644 --- a/StarDb/emc/ems/ems_control.C +++ b/StarDb/emc/ems/ems_control.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ems_control_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ems/ems_control Allocated rows: 1 Used rows: 1 Row size: 340 bytes diff --git a/StarDb/emc/jet/emc_egrid_par.C b/StarDb/emc/jet/emc_egrid_par.C index 2f3447be461..42134469155 100644 --- a/StarDb/emc/jet/emc_egrid_par.C +++ b/StarDb/emc/jet/emc_egrid_par.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_egrid_par_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/jet/emc_egrid_par Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/emc/jet/emc_jetpar.C b/StarDb/emc/jet/emc_jetpar.C index 4059f61d7f3..869d0902106 100644 --- a/StarDb/emc/jet/emc_jetpar.C +++ b/StarDb/emc/jet/emc_jetpar.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_emc_jetpar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/jet/emc_jetpar Allocated rows: 1 Used rows: 1 Row size: 76 bytes diff --git a/StarDb/emc/simulator/Simulator.C b/StarDb/emc/simulator/Simulator.C index 5d97512ec49..e19a002cbcd 100644 --- a/StarDb/emc/simulator/Simulator.C +++ b/StarDb/emc/simulator/Simulator.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_controlEmcPmtSimulator_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // Simulator Allocated rows: 4 Used rows: 4 Row size: 32 bytes diff --git a/StarDb/emc/simulator/controlEmcSimulatorMaker.C b/StarDb/emc/simulator/controlEmcSimulatorMaker.C index 79d5b0044aa..883d884ece4 100644 --- a/StarDb/emc/simulator/controlEmcSimulatorMaker.C +++ b/StarDb/emc/simulator/controlEmcSimulatorMaker.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_controlEmcSimulatorMaker_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // controlEmcSimulatorMaker Allocated rows: 1 Used rows: 1 Row size: 10 bytes diff --git a/StarDb/ftpc/ftpcClusterPars.C b/StarDb/ftpc/ftpcClusterPars.C index 243e19cd811..d4870626123 100644 --- a/StarDb/ftpc/ftpcClusterPars.C +++ b/StarDb/ftpc/ftpcClusterPars.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcClusterPars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcClusterPars Allocated rows: 1 Used rows: 1 Row size: 156 bytes diff --git a/StarDb/ftpc/ftpcFastSimGas.C b/StarDb/ftpc/ftpcFastSimGas.C index babd5a479e0..bd4905212b3 100644 --- a/StarDb/ftpc/ftpcFastSimGas.C +++ b/StarDb/ftpc/ftpcFastSimGas.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcFastSimGas_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcFastSimGas Allocated rows: 1 Used rows: 1 Row size: 100 bytes diff --git a/StarDb/ftpc/ftpcFastSimPars.C b/StarDb/ftpc/ftpcFastSimPars.C index 50d66809805..e7c986d546b 100644 --- a/StarDb/ftpc/ftpcFastSimPars.C +++ b/StarDb/ftpc/ftpcFastSimPars.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcFastSimPars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcFastSimPars Allocated rows: 1 Used rows: 1 Row size: 44 bytes diff --git a/StarDb/ftpc/ftpcSlowSimGas.C b/StarDb/ftpc/ftpcSlowSimGas.C index d339d99c027..c1cc2879dde 100644 --- a/StarDb/ftpc/ftpcSlowSimGas.C +++ b/StarDb/ftpc/ftpcSlowSimGas.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcSlowSimGas_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcSlowSimGas Allocated rows: 132 Used rows: 132 Row size: 24 bytes diff --git a/StarDb/ftpc/ftpcSlowSimPars.C b/StarDb/ftpc/ftpcSlowSimPars.C index d37568f0215..8050214f19c 100644 --- a/StarDb/ftpc/ftpcSlowSimPars.C +++ b/StarDb/ftpc/ftpcSlowSimPars.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcSlowSimPars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcSlowSimPars Allocated rows: 1 Used rows: 1 Row size: 44 bytes diff --git a/StarDb/ftpc/ftpcTrackingPars.C b/StarDb/ftpc/ftpcTrackingPars.C index 2c37048201a..92f175f597a 100644 --- a/StarDb/ftpc/ftpcTrackingPars.C +++ b/StarDb/ftpc/ftpcTrackingPars.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcTrackingPars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcTrackingPars Allocated rows: 1 Used rows: 1 Row size: ??? bytes diff --git a/StarDb/ftpc/ftpcdEdxPars.C b/StarDb/ftpc/ftpcdEdxPars.C index 5d9fe27f15e..2b093664800 100644 --- a/StarDb/ftpc/ftpcdEdxPars.C +++ b/StarDb/ftpc/ftpcdEdxPars.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ftpcdEdxPars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcdEdxPars Allocated rows: 1 Used rows: 1 Row size: 40 bytes diff --git a/StarDb/global/vertices/ev0par2.19960101.000000.C b/StarDb/global/vertices/ev0par2.19960101.000000.C index 9a578a3289b..a501485f253 100644 --- a/StarDb/global/vertices/ev0par2.19960101.000000.C +++ b/StarDb/global/vertices/ev0par2.19960101.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ev0_ev0par2_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20011201.000000.C b/StarDb/global/vertices/ev0par2.20011201.000000.C index a8461f29af5..da85dc3cf8c 100644 --- a/StarDb/global/vertices/ev0par2.20011201.000000.C +++ b/StarDb/global/vertices/ev0par2.20011201.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ev0_ev0par2_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20011201.000100.C b/StarDb/global/vertices/ev0par2.20011201.000100.C index e6289122ccb..1d9129e0643 100644 --- a/StarDb/global/vertices/ev0par2.20011201.000100.C +++ b/StarDb/global/vertices/ev0par2.20011201.000100.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ev0_ev0par2_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20020201.000000.C b/StarDb/global/vertices/ev0par2.20020201.000000.C index 9a578a3289b..a501485f253 100644 --- a/StarDb/global/vertices/ev0par2.20020201.000000.C +++ b/StarDb/global/vertices/ev0par2.20020201.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ev0_ev0par2_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20021115.000000.C b/StarDb/global/vertices/ev0par2.20021115.000000.C index a8461f29af5..da85dc3cf8c 100644 --- a/StarDb/global/vertices/ev0par2.20021115.000000.C +++ b/StarDb/global/vertices/ev0par2.20021115.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ev0_ev0par2_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20031201.000000.C b/StarDb/global/vertices/ev0par2.20031201.000000.C index 9a578a3289b..a501485f253 100644 --- a/StarDb/global/vertices/ev0par2.20031201.000000.C +++ b/StarDb/global/vertices/ev0par2.20031201.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ev0_ev0par2_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20040325.023200.C b/StarDb/global/vertices/ev0par2.20040325.023200.C index fa6c8c7d3d4..c5a5cade9fd 100644 --- a/StarDb/global/vertices/ev0par2.20040325.023200.C +++ b/StarDb/global/vertices/ev0par2.20040325.023200.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ev0_ev0par2_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20050324.150000.C b/StarDb/global/vertices/ev0par2.20050324.150000.C index a8461f29af5..da85dc3cf8c 100644 --- a/StarDb/global/vertices/ev0par2.20050324.150000.C +++ b/StarDb/global/vertices/ev0par2.20050324.150000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ev0_ev0par2_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20070301.000000.C b/StarDb/global/vertices/ev0par2.20070301.000000.C index 9a578a3289b..a501485f253 100644 --- a/StarDb/global/vertices/ev0par2.20070301.000000.C +++ b/StarDb/global/vertices/ev0par2.20070301.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ev0_ev0par2_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20071125.000000.C b/StarDb/global/vertices/ev0par2.20071125.000000.C index a8461f29af5..da85dc3cf8c 100644 --- a/StarDb/global/vertices/ev0par2.20071125.000000.C +++ b/StarDb/global/vertices/ev0par2.20071125.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_ev0_ev0par2_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.19960101.000000.C b/StarDb/global/vertices/exipar.19960101.000000.C index 8b60a89c32f..08bd2870eca 100644 --- a/StarDb/global/vertices/exipar.19960101.000000.C +++ b/StarDb/global/vertices/exipar.19960101.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_exi_exipar_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20011201.000000.C b/StarDb/global/vertices/exipar.20011201.000000.C index de5de42a9cf..cccca22f442 100644 --- a/StarDb/global/vertices/exipar.20011201.000000.C +++ b/StarDb/global/vertices/exipar.20011201.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_exi_exipar_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20011201.000100.C b/StarDb/global/vertices/exipar.20011201.000100.C index cac44858097..04c158f8411 100644 --- a/StarDb/global/vertices/exipar.20011201.000100.C +++ b/StarDb/global/vertices/exipar.20011201.000100.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_exi_exipar_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20020201.000000.C b/StarDb/global/vertices/exipar.20020201.000000.C index 8b60a89c32f..08bd2870eca 100644 --- a/StarDb/global/vertices/exipar.20020201.000000.C +++ b/StarDb/global/vertices/exipar.20020201.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_exi_exipar_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20021115.000000.C b/StarDb/global/vertices/exipar.20021115.000000.C index de5de42a9cf..cccca22f442 100644 --- a/StarDb/global/vertices/exipar.20021115.000000.C +++ b/StarDb/global/vertices/exipar.20021115.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_exi_exipar_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20031201.000000.C b/StarDb/global/vertices/exipar.20031201.000000.C index 8b60a89c32f..08bd2870eca 100644 --- a/StarDb/global/vertices/exipar.20031201.000000.C +++ b/StarDb/global/vertices/exipar.20031201.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_exi_exipar_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20040325.023200.C b/StarDb/global/vertices/exipar.20040325.023200.C index b347936a050..454eae75bb2 100644 --- a/StarDb/global/vertices/exipar.20040325.023200.C +++ b/StarDb/global/vertices/exipar.20040325.023200.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_exi_exipar_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20050324.150000.C b/StarDb/global/vertices/exipar.20050324.150000.C index de5de42a9cf..cccca22f442 100644 --- a/StarDb/global/vertices/exipar.20050324.150000.C +++ b/StarDb/global/vertices/exipar.20050324.150000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_exi_exipar_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20070301.000000.C b/StarDb/global/vertices/exipar.20070301.000000.C index 8b60a89c32f..08bd2870eca 100644 --- a/StarDb/global/vertices/exipar.20070301.000000.C +++ b/StarDb/global/vertices/exipar.20070301.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_exi_exipar_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20071125.000000.C b/StarDb/global/vertices/exipar.20071125.000000.C index de5de42a9cf..cccca22f442 100644 --- a/StarDb/global/vertices/exipar.20071125.000000.C +++ b/StarDb/global/vertices/exipar.20071125.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_exi_exipar_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/stk_vtx.C b/StarDb/global/vertices/stk_vtx.C index 2f8c2cb1bbf..6af6246c131 100644 --- a/StarDb/global/vertices/stk_vtx.C +++ b/StarDb/global/vertices/stk_vtx.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_stk_vtx_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/vertices/stk_vtx Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/global/vertices/stk_vtx_direct.C b/StarDb/global/vertices/stk_vtx_direct.C index 1bd5231bfe3..2bce586a2d3 100644 --- a/StarDb/global/vertices/stk_vtx_direct.C +++ b/StarDb/global/vertices/stk_vtx_direct.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_stk_vtx_direct_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/vertices/stk_vtx_direct Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/mwc/mwcpars/cal.C b/StarDb/mwc/mwcpars/cal.C index 8fa0bd91066..a1f6e7bfee4 100644 --- a/StarDb/mwc/mwcpars/cal.C +++ b/StarDb/mwc/mwcpars/cal.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_mwc_cal_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/mwcpars/cal Allocated rows: 384 Used rows: 384 Row size: 12 bytes diff --git a/StarDb/mwc/mwcpars/geom.C b/StarDb/mwc/mwcpars/geom.C index 1f0f5b2537f..9f0a03f2e92 100644 --- a/StarDb/mwc/mwcpars/geom.C +++ b/StarDb/mwc/mwcpars/geom.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_mwc_geo_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/mwcpars/geom Allocated rows: 1 Used rows: 1 Row size: 28 bytes diff --git a/StarDb/mwc/mwcpars/mpar.C b/StarDb/mwc/mwcpars/mpar.C index 9c2674c37d4..326f67ce981 100644 --- a/StarDb/mwc/mwcpars/mpar.C +++ b/StarDb/mwc/mwcpars/mpar.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_mwc_mpar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/mwcpars/mpar Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/svt/sgrpars/pix_info.C b/StarDb/svt/sgrpars/pix_info.C index 249b3a93d27..e20dcf08551 100644 --- a/StarDb/svt/sgrpars/pix_info.C +++ b/StarDb/svt/sgrpars/pix_info.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_sgr_pixmap_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/sgrpars/pix_info Allocated rows: 4 Used rows: 4 Row size: 28 bytes diff --git a/StarDb/svt/sprpars/sprpar.C b/StarDb/svt/sprpars/sprpar.C index 5b1478db1cc..988084c6f53 100644 --- a/StarDb/svt/sprpars/sprpar.C +++ b/StarDb/svt/sprpars/sprpar.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_spr_sprpar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/sprpars/sprpar Allocated rows: 1 Used rows: 1 Row size: 8 bytes diff --git a/StarDb/svt/srspars/srs_activea.C b/StarDb/svt/srspars/srs_activea.C index ab5e9cc50f9..d0fead3e17b 100644 --- a/StarDb/svt/srspars/srs_activea.C +++ b/StarDb/svt/srspars/srs_activea.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_srs_activea_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/srspars/srs_activea Allocated rows: 4 Used rows: 4 Row size: 44 bytes diff --git a/StarDb/svt/srspars/srs_srspar.C b/StarDb/svt/srspars/srs_srspar.C index a6ed275e8c1..e5d93920496 100644 --- a/StarDb/svt/srspars/srs_srspar.C +++ b/StarDb/svt/srspars/srs_srspar.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_srs_srspar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/srspars/srs_srspar Allocated rows: 1 Used rows: 1 Row size: 84 bytes diff --git a/StarDb/svt/ssd/sce_ctrl.C b/StarDb/svt/ssd/sce_ctrl.C index 10f8208e7e7..2dd741fa2cb 100644 --- a/StarDb/svt/ssd/sce_ctrl.C +++ b/StarDb/svt/ssd/sce_ctrl.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_sce_ctrl_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // sce_ctrl Allocated rows: 1 Used rows: 1 Row size: 84 bytes diff --git a/StarDb/svt/ssd/scf_ctrl.C b/StarDb/svt/ssd/scf_ctrl.C index eaccdb5046d..074d1c0952b 100644 --- a/StarDb/svt/ssd/scf_ctrl.C +++ b/StarDb/svt/ssd/scf_ctrl.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_scf_ctrl_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // scf_ctrl Allocated rows: 1 Used rows: 1 Row size: 8 bytes diff --git a/StarDb/svt/ssd/scm_ctrl.C b/StarDb/svt/ssd/scm_ctrl.C index ffea9730300..40cc2c534a6 100644 --- a/StarDb/svt/ssd/scm_ctrl.C +++ b/StarDb/svt/ssd/scm_ctrl.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_scm_ctrl_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // scm_ctrl Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/svt/ssd/sdm_calib_par.C b/StarDb/svt/ssd/sdm_calib_par.C index 624ae459d43..e3a61257cc9 100644 --- a/StarDb/svt/ssd/sdm_calib_par.C +++ b/StarDb/svt/ssd/sdm_calib_par.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_sdm_calib_par_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // sdm_calib_par Allocated rows: 1 Used rows: 1 Row size: 52 bytes diff --git a/StarDb/svt/ssd/sdm_condition_par.C b/StarDb/svt/ssd/sdm_condition_par.C index 10f714abf6c..81e659f6880 100644 --- a/StarDb/svt/ssd/sdm_condition_par.C +++ b/StarDb/svt/ssd/sdm_condition_par.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_sdm_condition_par_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // sdm_condition_par Allocated rows: 1 Used rows: 1 Row size: 96 bytes diff --git a/StarDb/svt/ssd/sdm_geom_par.C b/StarDb/svt/ssd/sdm_geom_par.C index b151b18d4f7..e5736191093 100644 --- a/StarDb/svt/ssd/sdm_geom_par.C +++ b/StarDb/svt/ssd/sdm_geom_par.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_sdm_geom_par_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // sdm_geom_par Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/svt/ssd/sls_ctrl.C b/StarDb/svt/ssd/sls_ctrl.C index 10f813e05a8..95642bee327 100644 --- a/StarDb/svt/ssd/sls_ctrl.C +++ b/StarDb/svt/ssd/sls_ctrl.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_sls_ctrl_Table.h" +#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // sls_ctrl Allocated rows: 1 Used rows: 1 Row size: 80 bytes diff --git a/StarDb/svt/stkpars/stk_filler.C b/StarDb/svt/stkpars/stk_filler.C index 9c3588059de..5efc3fc8151 100644 --- a/StarDb/svt/stkpars/stk_filler.C +++ b/StarDb/svt/stkpars/stk_filler.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_stk_filler_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/stkpars/stk_filler Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/svt/svgpars/config.C b/StarDb/svt/svgpars/config.C index 5f01d56229b..060a2e23083 100644 --- a/StarDb/svt/svgpars/config.C +++ b/StarDb/svt/svgpars/config.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svg_config_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/svgpars/config Allocated rows: 1 Used rows: 1 Row size: 1168 bytes diff --git a/StarDb/svt/svgpars/geom.C b/StarDb/svt/svgpars/geom.C index 09c362db7ea..ed394781ac9 100644 --- a/StarDb/svt/svgpars/geom.C +++ b/StarDb/svt/svgpars/geom.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svg_geom_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/svgpars/geom Allocated rows: 536 Used rows: 536 Row size: 68 bytes diff --git a/StarDb/svt/svgpars/geomy1l.C b/StarDb/svt/svgpars/geomy1l.C index 81112b847cb..db5b740e228 100644 --- a/StarDb/svt/svgpars/geomy1l.C +++ b/StarDb/svt/svgpars/geomy1l.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svg_geom_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/svgpars/geom Allocated rows: 7 Used rows: 7 diff --git a/StarDb/svt/svgpars/shape.C b/StarDb/svt/svgpars/shape.C index 4f9269636f1..0f1d1056295 100644 --- a/StarDb/svt/svgpars/shape.C +++ b/StarDb/svt/svgpars/shape.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_svg_shape_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/svgpars/shape Allocated rows: 2 Used rows: 2 Row size: 88 bytes diff --git a/StarDb/tpc/fmtpars/fmtpar.C b/StarDb/tpc/fmtpars/fmtpar.C index c0f20279de0..c1e41826b89 100644 --- a/StarDb/tpc/fmtpars/fmtpar.C +++ b/StarDb/tpc/fmtpars/fmtpar.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tfc_fmtpar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/fmtpars/fmtpar Allocated rows: 1 Used rows: 1 Row size: 88 bytes diff --git a/StarDb/tpc/tclpars/tclpar.C b/StarDb/tpc/tclpars/tclpar.C index 52234b25102..cbae7753426 100644 --- a/StarDb/tpc/tclpars/tclpar.C +++ b/StarDb/tpc/tclpars/tclpar.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tcl_tclpar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tclpars/tclpar Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/tpc/tclpars/type.C b/StarDb/tpc/tclpars/type.C index 1b4f6ffb437..d53408c929d 100644 --- a/StarDb/tpc/tclpars/type.C +++ b/StarDb/tpc/tclpars/type.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tcl_tpc_index_type_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tclpars/type Allocated rows: 1 Used rows: 1 Row size: 28 bytes diff --git a/StarDb/tpc/tfspars/tfs_fsctrl.C b/StarDb/tpc/tfspars/tfs_fsctrl.C index 9d0034bc8ee..b4695237316 100644 --- a/StarDb/tpc/tfspars/tfs_fsctrl.C +++ b/StarDb/tpc/tfspars/tfs_fsctrl.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tfs_fsctrl_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tfspars/tfs_fsctrl Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/tpc/tfspars/tfs_fspar.C b/StarDb/tpc/tfspars/tfs_fspar.C index ec41f765fae..5bb020e2739 100644 --- a/StarDb/tpc/tfspars/tfs_fspar.C +++ b/StarDb/tpc/tfspars/tfs_fspar.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tfs_fspar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tfspars/tfs_fspar Allocated rows: 1 Used rows: 1 Row size: 160 bytes diff --git a/StarDb/tpc/tidpars/tdeparm.C b/StarDb/tpc/tidpars/tdeparm.C index 7bdc8f9b0be..af4a452b306 100644 --- a/StarDb/tpc/tidpars/tdeparm.C +++ b/StarDb/tpc/tidpars/tdeparm.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tdeparm_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tidpars/tdeparm Allocated rows: 1 Used rows: 1 Row size: 60 bytes diff --git a/StarDb/tpc/tidpars/tpipar.C b/StarDb/tpc/tidpars/tpipar.C index 7d84ee55309..b81a286ac2b 100644 --- a/StarDb/tpc/tidpars/tpipar.C +++ b/StarDb/tpc/tidpars/tpipar.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpipar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tidpars/tpipar Allocated rows: 1 Used rows: 1 Row size: 132 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.20000217.000000.C b/StarDb/tpc/tptpars/tpt_pars.20000217.000000.C index 03036b1d44b..513c2d9facd 100644 --- a/StarDb/tpc/tptpars/tpt_pars.20000217.000000.C +++ b/StarDb/tpc/tptpars/tpt_pars.20000217.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpt_pars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.20000301.000005.C b/StarDb/tpc/tptpars/tpt_pars.20000301.000005.C index 03036b1d44b..513c2d9facd 100644 --- a/StarDb/tpc/tptpars/tpt_pars.20000301.000005.C +++ b/StarDb/tpc/tptpars/tpt_pars.20000301.000005.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpt_pars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.er99.C b/StarDb/tpc/tptpars/tpt_pars.er99.C index f52b4ead8ac..5a448a9a6ef 100644 --- a/StarDb/tpc/tptpars/tpt_pars.er99.C +++ b/StarDb/tpc/tptpars/tpt_pars.er99.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpt_pars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.sd97.C b/StarDb/tpc/tptpars/tpt_pars.sd97.C index 49af2c46a5e..ec27bd97f34 100644 --- a/StarDb/tpc/tptpars/tpt_pars.sd97.C +++ b/StarDb/tpc/tptpars/tpt_pars.sd97.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpt_pars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.year_1a.C b/StarDb/tpc/tptpars/tpt_pars.year_1a.C index aca0a59f255..3f718b55705 100644 --- a/StarDb/tpc/tptpars/tpt_pars.year_1a.C +++ b/StarDb/tpc/tptpars/tpt_pars.year_1a.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpt_pars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.year_1c.C b/StarDb/tpc/tptpars/tpt_pars.year_1c.C index aca0a59f255..3f718b55705 100644 --- a/StarDb/tpc/tptpars/tpt_pars.year_1c.C +++ b/StarDb/tpc/tptpars/tpt_pars.year_1c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpt_pars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.year_1h.C b/StarDb/tpc/tptpars/tpt_pars.year_1h.C index aca0a59f255..3f718b55705 100644 --- a/StarDb/tpc/tptpars/tpt_pars.year_1h.C +++ b/StarDb/tpc/tptpars/tpt_pars.year_1h.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpt_pars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.year_2a.C b/StarDb/tpc/tptpars/tpt_pars.year_2a.C index aca0a59f255..3f718b55705 100644 --- a/StarDb/tpc/tptpars/tpt_pars.year_2a.C +++ b/StarDb/tpc/tptpars/tpt_pars.year_2a.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpt_pars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_spars.C b/StarDb/tpc/tptpars/tpt_spars.C index fefb6808cbf..445bd48c0d1 100644 --- a/StarDb/tpc/tptpars/tpt_spars.C +++ b/StarDb/tpc/tptpars/tpt_spars.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tpt_spars_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_spars Allocated rows: 1 Used rows: 1 Row size: 216 bytes diff --git a/StarDb/tpc/tsspars/tsspar.19991216.000000.C b/StarDb/tpc/tsspars/tsspar.19991216.000000.C index 6998902a0e7..f80c7738e2c 100644 --- a/StarDb/tpc/tsspars/tsspar.19991216.000000.C +++ b/StarDb/tpc/tsspars/tsspar.19991216.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tss_tsspar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.19991217.000000.C b/StarDb/tpc/tsspars/tsspar.19991217.000000.C index 6998902a0e7..f80c7738e2c 100644 --- a/StarDb/tpc/tsspars/tsspar.19991217.000000.C +++ b/StarDb/tpc/tsspars/tsspar.19991217.000000.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tss_tsspar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.er99.C b/StarDb/tpc/tsspars/tsspar.er99.C index c604d46fbbf..2901935ec59 100644 --- a/StarDb/tpc/tsspars/tsspar.er99.C +++ b/StarDb/tpc/tsspars/tsspar.er99.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tss_tsspar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.es99.C b/StarDb/tpc/tsspars/tsspar.es99.C index c604d46fbbf..2901935ec59 100644 --- a/StarDb/tpc/tsspars/tsspar.es99.C +++ b/StarDb/tpc/tsspars/tsspar.es99.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tss_tsspar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.sd97.C b/StarDb/tpc/tsspars/tsspar.sd97.C index 085a1b4944c..850263dbdaa 100644 --- a/StarDb/tpc/tsspars/tsspar.sd97.C +++ b/StarDb/tpc/tsspars/tsspar.sd97.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tss_tsspar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.y2018.C b/StarDb/tpc/tsspars/tsspar.y2018.C index a3dc49a4e87..0285943cd05 100644 --- a/StarDb/tpc/tsspars/tsspar.y2018.C +++ b/StarDb/tpc/tsspars/tsspar.y2018.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tss_tsspar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.y2019.C b/StarDb/tpc/tsspars/tsspar.y2019.C index 6998902a0e7..f80c7738e2c 100644 --- a/StarDb/tpc/tsspars/tsspar.y2019.C +++ b/StarDb/tpc/tsspars/tsspar.y2019.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tss_tsspar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.year_1a.C b/StarDb/tpc/tsspars/tsspar.year_1a.C index a3dc49a4e87..0285943cd05 100644 --- a/StarDb/tpc/tsspars/tsspar.year_1a.C +++ b/StarDb/tpc/tsspars/tsspar.year_1a.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tss_tsspar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.year_1c.C b/StarDb/tpc/tsspars/tsspar.year_1c.C index a3dc49a4e87..0285943cd05 100644 --- a/StarDb/tpc/tsspars/tsspar.year_1c.C +++ b/StarDb/tpc/tsspars/tsspar.year_1c.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tss_tsspar_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/ttepars/tte_control.C b/StarDb/tpc/ttepars/tte_control.C index 5ae6c585f19..77c5f86f5fa 100644 --- a/StarDb/tpc/ttepars/tte_control.C +++ b/StarDb/tpc/ttepars/tte_control.C @@ -1,3 +1,6 @@ +#ifdef __CLING__ +# include "tables/St_tte_control_Table.h" +#endif St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ttepars/tte_control Allocated rows: 1 Used rows: 1 Row size: 12 bytes From 122ebd62be14fd2be1669ac7e5009db8abdd0208 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Sat, 12 Nov 2022 18:04:51 -0500 Subject: [PATCH 4/7] Apply suggestions from code review [skip ci] Co-authored-by: Dmitry Kalinkin --- StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C | 3 --- StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C | 3 --- StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C | 3 --- StarDb/Calibrations/tpc/TpcSecRowB.C | 6 ------ StarDb/Calibrations/tpc/TpcdXdY.C | 3 --- StarDb/Calibrations/tpc/TpcdZdY.C | 3 --- StarDb/Calibrations/tpc/TpcnTbk.C | 3 --- StarDb/Calibrations/tpc/itpcDeadFEE.C | 3 --- StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C | 3 --- StarDb/Calibrations/tpc/tpcAltroParams.y2021.C | 3 --- StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C | 6 ------ StarDb/Calibrations/tpc/tpcGridLeak.C | 3 --- 12 files changed, 42 deletions(-) diff --git a/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C b/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C index 36a2a30fc6b..d8dcdecaaee 100644 --- a/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C +++ b/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C @@ -1,9 +1,6 @@ #ifdef __CLING__ # include "tables/St_MDFCorrection_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_MDFCorrection_Table.h" -#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 6; diff --git a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C index ec70e180642..0a6f869c768 100644 --- a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C +++ b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C @@ -1,9 +1,6 @@ #ifdef __CLING__ # include "tables/St_MDFCorrection_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_MDFCorrection_Table.h" -#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 48; diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C index 8ca847bbd80..30f338027d8 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C @@ -1,9 +1,6 @@ #ifdef __CLING__ # include "tables/St_TpcResponseSimulator_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif // $Id: TpcResponseSimulator.y2021.C,v 1.1 2021/05/10 21:02:56 fisyak Exp $ // $Log: TpcResponseSimulator.y2021.C,v $ // Revision 1.1 2021/05/10 21:02:56 fisyak diff --git a/StarDb/Calibrations/tpc/TpcSecRowB.C b/StarDb/Calibrations/tpc/TpcSecRowB.C index 9f0d3104505..5e139dece14 100644 --- a/StarDb/Calibrations/tpc/TpcSecRowB.C +++ b/StarDb/Calibrations/tpc/TpcSecRowB.C @@ -1,12 +1,6 @@ #ifdef __CLING__ # include "tables/St_TpcSecRowCor_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_TpcSecRowCor_Table.h" -#endif -#ifdef __CLING__ -# include "tables/St_TpcSecRowCor_Table.h" -#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // TpcSecRow Allocated rows: 24 Used rows: 24 Row size: 360 bytes diff --git a/StarDb/Calibrations/tpc/TpcdXdY.C b/StarDb/Calibrations/tpc/TpcdXdY.C index 9f384ac0f64..2f717b22bb9 100644 --- a/StarDb/Calibrations/tpc/TpcdXdY.C +++ b/StarDb/Calibrations/tpc/TpcdXdY.C @@ -1,9 +1,6 @@ #ifdef __CLING__ # include "tables/St_tpcCorrection_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcdZdY.C b/StarDb/Calibrations/tpc/TpcdZdY.C index 2ea8601943a..d58c9abd3fc 100644 --- a/StarDb/Calibrations/tpc/TpcdZdY.C +++ b/StarDb/Calibrations/tpc/TpcdZdY.C @@ -1,9 +1,6 @@ #ifdef __CLING__ # include "tables/St_tpcCorrection_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcnTbk.C b/StarDb/Calibrations/tpc/TpcnTbk.C index 9f120f4bca1..15979516849 100644 --- a/StarDb/Calibrations/tpc/TpcnTbk.C +++ b/StarDb/Calibrations/tpc/TpcnTbk.C @@ -1,9 +1,6 @@ #ifdef __CLING__ # include "tables/St_tpcCorrection_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/itpcDeadFEE.C b/StarDb/Calibrations/tpc/itpcDeadFEE.C index 5a610395cb9..b44af2b2102 100644 --- a/StarDb/Calibrations/tpc/itpcDeadFEE.C +++ b/StarDb/Calibrations/tpc/itpcDeadFEE.C @@ -1,9 +1,6 @@ #ifdef __CLING__ # include "tables/St_itpcDeadFEE_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_itpcDeadFEE_Table.h" -#endif TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_itpcDeadFEE")) return 0; diff --git a/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C b/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C index 33fc2451897..c6c6e43e433 100644 --- a/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C +++ b/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C @@ -1,9 +1,6 @@ #ifdef __CLING__ # include "tables/St_itpcPadGainT0_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_itpcPadGainT0_Table.h" -#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_itpcPadGainT0")) return 0; itpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C index e62da87afda..c1b853920de 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C @@ -1,9 +1,6 @@ #ifdef __CLING__ # include "tables/St_tpcAltroParams_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C index 2e4c04b7b99..680cab0956f 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C @@ -1,12 +1,6 @@ #ifdef __CLING__ # include "tables/St_tpcBXT0Corr_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_tpcBXT0Corr_Table.h" -#endif -#ifdef __CLING__ -# include "tables/St_tpcBXT0Corr_Table.h" -#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcGridLeak.C b/StarDb/Calibrations/tpc/tpcGridLeak.C index 45cc46496be..784dba07c3e 100644 --- a/StarDb/Calibrations/tpc/tpcGridLeak.C +++ b/StarDb/Calibrations/tpc/tpcGridLeak.C @@ -1,9 +1,6 @@ #ifdef __CLING__ # include "tables/St_tpcGridLeak_Table.h" #endif -#ifdef __CLING__ -# include "tables/St_tpcGridLeak_Table.h" -#endif TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.tpcGridLeak/tpcGridLeak Allocated rows: 1 Used rows: 1 Row size: 72 bytes From 31f207ba18dacd6e93377b099fb3edca824b829a Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Mon, 14 Nov 2022 13:28:26 -0500 Subject: [PATCH 5/7] Do not hide included headers from CINT --- StarDb/Calibrations/ftpc/ftpcCoordTrans.C | 5 ++--- StarDb/Calibrations/ftpc/ftpcTemps.devE.C | 5 ++--- StarDb/Calibrations/ftpc/ftpcTemps.eStar2.C | 5 ++--- StarDb/Calibrations/ftpc/ftpcTemps.y2010.C | 5 ++--- StarDb/Calibrations/ftpc/ftpcTemps.y2011.C | 5 ++--- StarDb/Calibrations/ftpc/ftpcVoltage.C | 5 ++--- StarDb/Calibrations/ftpc/ftpcVoltageStatus.C | 5 ++--- StarDb/Calibrations/rich/richvoltages.C | 5 ++--- StarDb/Calibrations/rich/spaceChargeCor.C | 5 ++--- StarDb/Calibrations/rich/spaceChargeCorR2.C | 5 ++--- StarDb/Calibrations/rich/spaceChargeCorR2.eStar2.C | 5 ++--- StarDb/Calibrations/rich/trigDetSums.C | 5 ++--- .../svt/svtHybridDriftVelocity.20050120.000001.C | 5 ++--- .../svt/svtHybridDriftVelocity.20050120.000027.C | 5 ++--- .../svt/svtHybridDriftVelocity.20050217.000027.C | 5 ++--- .../svt/svtHybridDriftVelocity.20050310.000027.C | 5 ++--- .../svt/svtHybridDriftVelocity.20070206.000001.C | 5 ++--- .../svt/svtHybridDriftVelocity.20070321.000209.C | 5 ++--- .../svt/svtHybridDriftVelocity.20070524.000201.C | 5 ++--- .../svt/svtHybridDriftVelocity.20070524.000210.C | 5 ++--- StarDb/Calibrations/svt/svtHybridDriftVelocity.C | 5 ++--- StarDb/Calibrations/svt/svtHybridDriftVelocity.y2006.C | 5 ++--- StarDb/Calibrations/svt/svtRDOstripped.C | 5 ++--- StarDb/Calibrations/svt/svtRDOstripped.y2005d.C | 5 ++--- StarDb/Calibrations/svt/svtRDOstripped.y2006.C | 5 ++--- StarDb/Calibrations/tof/tofStatus.C | 5 ++--- StarDb/Calibrations/tpc/GatingGrid.C | 5 ++--- StarDb/Calibrations/tpc/GatingGrid.y2018.C | 5 ++--- StarDb/Calibrations/tpc/GatingGrid.y2019.C | 5 ++--- StarDb/Calibrations/tpc/GatingGrid.y2022.C | 5 ++--- StarDb/Calibrations/tpc/GatingGridB.20190225.230040.C | 5 ++--- StarDb/Calibrations/tpc/GatingGridB.C | 5 ++--- StarDb/Calibrations/tpc/GatingGridB.y2018.C | 5 ++--- StarDb/Calibrations/tpc/GatingGridB.y2019.C | 5 ++--- StarDb/Calibrations/tpc/TpcAccumulatedQ.C | 5 ++--- StarDb/Calibrations/tpc/TpcAdcCorrection3MDF.C | 5 ++--- StarDb/Calibrations/tpc/TpcAdcCorrection4MDF.C | 5 ++--- StarDb/Calibrations/tpc/TpcAdcCorrection5MDF.C | 5 ++--- StarDb/Calibrations/tpc/TpcAdcCorrection6MDF.C | 5 ++--- StarDb/Calibrations/tpc/TpcAdcCorrectionB.C | 5 ++--- StarDb/Calibrations/tpc/TpcAdcCorrectionC.C | 5 ++--- StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.C | 5 ++--- StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.r2019.C | 5 ++--- StarDb/Calibrations/tpc/TpcAdcI.C | 5 ++--- StarDb/Calibrations/tpc/TpcAvgCurrent.C | 5 ++--- StarDb/Calibrations/tpc/TpcAvgPowerSupply.20190609.132047.C | 5 ++--- StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2018.C | 5 ++--- StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2019.C | 5 ++--- StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2020.C | 5 ++--- StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2021.C | 5 ++--- StarDb/Calibrations/tpc/TpcCurrentCorrectionX.C | 5 ++--- StarDb/Calibrations/tpc/TpcDriftDistOxygen.C | 5 ++--- StarDb/Calibrations/tpc/TpcDriftVelRowCor.C | 5 ++--- StarDb/Calibrations/tpc/TpcEdge.C | 5 ++--- StarDb/Calibrations/tpc/TpcEffectivedX.C | 5 ++--- StarDb/Calibrations/tpc/TpcLengthCorrectionB.C | 5 ++--- StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C | 5 ++--- StarDb/Calibrations/tpc/TpcLengthCorrectionMDN.C | 5 ++--- StarDb/Calibrations/tpc/TpcMultiplicity.C | 5 ++--- StarDb/Calibrations/tpc/TpcPadCorrection.C | 5 ++--- .../Calibrations/tpc/TpcPadCorrectionMDF.20190225.230045.C | 5 ++--- StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C | 5 ++--- StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2016.C | 5 ++--- StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2018.C | 5 ++--- StarDb/Calibrations/tpc/TpcPadPedRMS.C | 5 ++--- StarDb/Calibrations/tpc/TpcPadPedRMS.y2022.C | 5 ++--- StarDb/Calibrations/tpc/TpcPhiDirection.C | 5 ++--- .../Calibrations/tpc/TpcResponseSimulator.20141220.000000.C | 5 ++--- .../Calibrations/tpc/TpcResponseSimulator.20151220.000001.C | 5 ++--- .../Calibrations/tpc/TpcResponseSimulator.20151220.000002.C | 5 ++--- .../Calibrations/tpc/TpcResponseSimulator.20171220.000001.C | 5 ++--- .../Calibrations/tpc/TpcResponseSimulator.20180531.071405.C | 5 ++--- .../Calibrations/tpc/TpcResponseSimulator.20180531.071409.C | 5 ++--- .../Calibrations/tpc/TpcResponseSimulator.20180531.071410.C | 5 ++--- .../Calibrations/tpc/TpcResponseSimulator.20180605.071409.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2005.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2009.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2010.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2011.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2012.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2013.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2014.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2015.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2016.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2017.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2018.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2019.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2020.C | 5 ++--- StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C | 5 ++--- StarDb/Calibrations/tpc/TpcRowQ.C | 5 ++--- StarDb/Calibrations/tpc/TpcSecRowB.C | 5 ++--- StarDb/Calibrations/tpc/TpcSecRowB.y2018.C | 5 ++--- StarDb/Calibrations/tpc/TpcSecRowB.y2019.C | 5 ++--- StarDb/Calibrations/tpc/TpcSpaceCharge.C | 5 ++--- StarDb/Calibrations/tpc/TpcTanL.C | 5 ++--- StarDb/Calibrations/tpc/TpcZCorrectionB.C | 5 ++--- StarDb/Calibrations/tpc/TpcZCorrectionC.C | 5 ++--- StarDb/Calibrations/tpc/TpcZDC.C | 5 ++--- StarDb/Calibrations/tpc/TpcdCharge.C | 5 ++--- StarDb/Calibrations/tpc/TpcdEdxCor.C | 5 ++--- StarDb/Calibrations/tpc/TpcdEdxModel.C | 5 ++--- StarDb/Calibrations/tpc/TpcdXCorrectionB.C | 5 ++--- StarDb/Calibrations/tpc/TpcdXdY.C | 5 ++--- StarDb/Calibrations/tpc/TpcdZdY.C | 5 ++--- StarDb/Calibrations/tpc/TpcnPad.C | 5 ++--- StarDb/Calibrations/tpc/TpcnPad.r2019.C | 5 ++--- StarDb/Calibrations/tpc/TpcnPad.y2019.C | 5 ++--- StarDb/Calibrations/tpc/TpcnTbk.C | 5 ++--- StarDb/Calibrations/tpc/TpcnTbk.r2019.C | 5 ++--- StarDb/Calibrations/tpc/TpcrCharge.C | 5 ++--- StarDb/Calibrations/tpc/itpcDeadFEE.20190416.035540.C | 5 ++--- StarDb/Calibrations/tpc/itpcDeadFEE.20190624.011700.C | 5 ++--- StarDb/Calibrations/tpc/itpcDeadFEE.C | 5 ++--- StarDb/Calibrations/tpc/itpcPadGainT0.C | 5 ++--- StarDb/Calibrations/tpc/itpcPadGainT0.y2018.C | 5 ++--- StarDb/Calibrations/tpc/itpcPadGainT0.y2019.C | 5 ++--- StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C | 5 ++--- StarDb/Calibrations/tpc/itpcRDOMap.C | 5 ++--- StarDb/Calibrations/tpc/starTriggerDelay.y2019.C | 5 ++--- StarDb/Calibrations/tpc/tpcAcCharge.C | 5 ++--- StarDb/Calibrations/tpc/tpcAltroParams.20080219.143436.C | 5 ++--- StarDb/Calibrations/tpc/tpcAltroParams.20180426.121919.C | 5 ++--- StarDb/Calibrations/tpc/tpcAltroParams.20180426.124701.C | 5 ++--- StarDb/Calibrations/tpc/tpcAltroParams.C | 5 ++--- StarDb/Calibrations/tpc/tpcAltroParams.y2008.C | 5 ++--- StarDb/Calibrations/tpc/tpcAltroParams.y2009.C | 5 ++--- StarDb/Calibrations/tpc/tpcAltroParams.y2010.C | 5 ++--- StarDb/Calibrations/tpc/tpcAltroParams.y2016.C | 5 ++--- StarDb/Calibrations/tpc/tpcAltroParams.y2019.C | 5 ++--- StarDb/Calibrations/tpc/tpcAltroParams.y2020.C | 5 ++--- StarDb/Calibrations/tpc/tpcAltroParams.y2021.C | 5 ++--- StarDb/Calibrations/tpc/tpcAnodeHV.C | 5 ++--- StarDb/Calibrations/tpc/tpcAnodeHVavg.C | 5 ++--- StarDb/Calibrations/tpc/tpcAnodeHVavg.y2018.C | 5 ++--- StarDb/Calibrations/tpc/tpcAnodeHVavg.y2019.C | 5 ++--- StarDb/Calibrations/tpc/tpcAvCurrent.C | 5 ++--- StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C | 5 ++--- StarDb/Calibrations/tpc/tpcBXT0CorrEPD.r2020.C | 5 ++--- StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2016.C | 5 ++--- StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2017.C | 5 ++--- StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2018.C | 5 ++--- StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2019.C | 5 ++--- StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2020.C | 5 ++--- StarDb/Calibrations/tpc/tpcDriftVelocity.C | 5 ++--- StarDb/Calibrations/tpc/tpcElectronics.C | 5 ++--- StarDb/Calibrations/tpc/tpcElectronics.y2001.C | 5 ++--- StarDb/Calibrations/tpc/tpcElectronics.y2003.C | 5 ++--- StarDb/Calibrations/tpc/tpcElectronics.y2004.C | 5 ++--- StarDb/Calibrations/tpc/tpcElectronics.y2005.C | 5 ++--- StarDb/Calibrations/tpc/tpcElectronics.y2006.C | 5 ++--- StarDb/Calibrations/tpc/tpcElectronics.y2007.C | 5 ++--- StarDb/Calibrations/tpc/tpcElectronics.y2008.C | 5 ++--- StarDb/Calibrations/tpc/tpcElectronics.y2019.C | 5 ++--- StarDb/Calibrations/tpc/tpcGainCorrection.C | 5 ++--- StarDb/Calibrations/tpc/tpcGas.C | 5 ++--- StarDb/Calibrations/tpc/tpcGas.y2018.C | 5 ++--- StarDb/Calibrations/tpc/tpcGasTemperature.C | 5 ++--- StarDb/Calibrations/tpc/tpcGridLeak.C | 5 ++--- StarDb/Calibrations/tpc/tpcMethaneIn.C | 5 ++--- StarDb/Calibrations/tpc/tpcOmegaTau.C | 5 ++--- StarDb/Calibrations/tpc/tpcPadGainT0.C | 5 ++--- StarDb/Calibrations/tpc/tpcPadGainT0.y2018.C | 5 ++--- StarDb/Calibrations/tpc/tpcPadGainT0B.20180301.000000.C | 5 ++--- StarDb/Calibrations/tpc/tpcPadGainT0B.C | 5 ++--- StarDb/Calibrations/tpc/tpcPadGainT0B.y2018.C | 5 ++--- StarDb/Calibrations/tpc/tpcPadrowT0.C | 5 ++--- StarDb/Calibrations/tpc/tpcPressureB.C | 5 ++--- StarDb/Calibrations/tpc/tpcRDOMap.C | 5 ++--- StarDb/Calibrations/tpc/tpcRDOMap.y2016.C | 5 ++--- StarDb/Calibrations/tpc/tpcRDOT0offset.20180312.162439.C | 5 ++--- StarDb/Calibrations/tpc/tpcRDOT0offset.C | 5 ++--- StarDb/Calibrations/tpc/tpcRDOT0offset.y2019.C | 5 ++--- StarDb/Calibrations/tpc/tpcSectorT0offset.C | 5 ++--- StarDb/Calibrations/tpc/tpcSlewing.C | 5 ++--- StarDb/Calibrations/tpc/tpcStatus.C | 5 ++--- StarDb/Calibrations/tpc/tpcT0.C | 5 ++--- StarDb/Calibrations/tpc/tpcT0BX.C | 5 ++--- StarDb/Calibrations/tpc/tpcTimeDependence.C | 5 ++--- StarDb/Calibrations/tpc/tpcWaterOut.C | 5 ++--- .../tracker/DefaultTrackingParameters.20010312.000011.C | 5 ++--- StarDb/Calibrations/tracker/DefaultTrackingParameters.C | 5 ++--- .../Calibrations/tracker/KalmanTrackFinderParameters.y2013.C | 5 ++--- .../Calibrations/tracker/KalmanTrackFinderParameters.y2014.C | 5 ++--- .../Calibrations/tracker/KalmanTrackFinderParameters.y2015.C | 5 ++--- StarDb/Calibrations/tracker/KalmanTrackFitterParameters.C | 5 ++--- StarDb/Calibrations/tracker/LocalTrackSeedFinder.C | 5 ++--- StarDb/Calibrations/tracker/PixelHitError.upgr01.C | 5 ++--- StarDb/Calibrations/tracker/PixelHitError.upgr15.C | 5 ++--- StarDb/Calibrations/tracker/PixelHitError.y2013.C | 5 ++--- StarDb/Calibrations/tracker/PixelTrackingParameters.upgr01.C | 5 ++--- StarDb/Calibrations/tracker/PixelTrackingParameters.upgr15.C | 5 ++--- StarDb/Calibrations/tracker/StvIstHitErrs.C | 5 ++--- StarDb/Calibrations/tracker/StvKonst.C | 5 ++--- StarDb/Calibrations/tracker/StvPxlHitErrs.C | 5 ++--- .../tracker/StvTpcInnerHitErrs.20090315.000000.C | 5 ++--- .../tracker/StvTpcInnerHitErrs.20100101.000000.C | 5 ++--- StarDb/Calibrations/tracker/StvTpcInnerHitErrs.C | 5 ++--- StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2009c.C | 5 ++--- StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2010c.C | 5 ++--- StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2011c.C | 5 ++--- StarDb/Calibrations/tracker/StvTpcInnerPromptErrs.C | 5 ++--- .../tracker/StvTpcOuterHitErrs.20090315.000000.C | 5 ++--- .../tracker/StvTpcOuterHitErrs.20100101.000000.C | 5 ++--- StarDb/Calibrations/tracker/StvTpcOuterHitErrs.C | 5 ++--- StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2009c.C | 5 ++--- StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2010c.C | 5 ++--- StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2011c.C | 5 ++--- StarDb/Calibrations/tracker/StvTpcOuterPromptErrs.C | 5 ++--- StarDb/Calibrations/tracker/ist1HitError.20050101.000000.C | 5 ++--- StarDb/Calibrations/tracker/ist1HitError.20050101.000001.C | 5 ++--- StarDb/Calibrations/tracker/ist1HitError.upgr15.C | 5 ++--- StarDb/Calibrations/tracker/ist2HitError.20050101.000000.C | 5 ++--- StarDb/Calibrations/tracker/ist3HitError.20050101.000000.C | 5 ++--- StarDb/Calibrations/tracker/tkf_tkfpar.20011201.000100.C | 5 ++--- StarDb/Calibrations/tracker/tkf_tkfpar.20050324.150000.C | 5 ++--- StarDb/Calibrations/tracker/tkf_tkfpar.C | 5 ++--- .../Calibrations/tracker/tpcInnerHitError.20091215.000003.C | 5 ++--- .../Calibrations/tracker/tpcInnerHitError.20100101.000000.C | 5 ++--- StarDb/Calibrations/tracker/tpcInnerHitError.C | 5 ++--- StarDb/Calibrations/tracker/tpcInnerHitError.y2009c.C | 5 ++--- StarDb/Calibrations/tracker/tpcInnerHitError.y2010c.C | 5 ++--- StarDb/Calibrations/tracker/tpcInnerHitError.y2011c.C | 5 ++--- .../Calibrations/tracker/tpcOuterHitError.20091215.000003.C | 5 ++--- .../Calibrations/tracker/tpcOuterHitError.20100101.000000.C | 5 ++--- StarDb/Calibrations/tracker/tpcOuterHitError.C | 5 ++--- StarDb/Calibrations/tracker/tpcOuterHitError.y2009c.C | 5 ++--- StarDb/Calibrations/tracker/tpcOuterHitError.y2010c.C | 5 ++--- StarDb/Calibrations/tracker/tpcOuterHitError.y2011c.C | 5 ++--- .../tracker/tpcTrackingParameters.20010312.000011.C | 5 ++--- StarDb/Geometry/fst/fstOnTpc.20211110.000001.C | 5 ++--- StarDb/Geometry/fst/fstSensorOnWedge.20211110.000001.C | 5 ++--- StarDb/Geometry/fst/fstWedgeOnHss.20211110.000001.C | 5 ++--- StarDb/Geometry/fst/hssOnFst.20211110.000001.C | 5 ++--- StarDb/Geometry/ftpc/ftpcAsicMap.C | 5 ++--- StarDb/Geometry/ftpc/ftpcClusterGeom.C | 5 ++--- StarDb/Geometry/ftpc/ftpcInnerCathode.C | 5 ++--- StarDb/Geometry/ist/istLadderOnIstMisalign.20131210.000001.C | 5 ++--- StarDb/Geometry/ist/istLadderOnIstMisalign.20140101.000001.C | 5 ++--- StarDb/Geometry/ist/istLadderOnIstMisalign.20141210.000001.C | 5 ++--- StarDb/Geometry/ist/istLadderOnIstMisalign.20150101.000001.C | 5 ++--- StarDb/Geometry/ist/istLadderOnIstMisalign.20151210.000001.C | 5 ++--- StarDb/Geometry/ist/istLadderOnIstMisalign.20160101.000001.C | 5 ++--- .../Geometry/pxl/pxlLadderOnSectorMisalign.20131210.000001.C | 5 ++--- .../Geometry/pxl/pxlLadderOnSectorMisalign.20140101.000000.C | 5 ++--- .../Geometry/pxl/pxlLadderOnSectorMisalign.20141210.000001.C | 5 ++--- .../Geometry/pxl/pxlLadderOnSectorMisalign.20150101.000001.C | 5 ++--- .../Geometry/pxl/pxlLadderOnSectorMisalign.20151210.000001.C | 5 ++--- .../Geometry/pxl/pxlLadderOnSectorMisalign.20160101.000001.C | 5 ++--- StarDb/Geometry/ssd/SsdLaddersOnSectors.C | 5 ++--- StarDb/Geometry/ssd/SsdLaddersOnSectors.y2005.C | 5 ++--- StarDb/Geometry/ssd/SsdLaddersOnSectors.y2006.C | 5 ++--- StarDb/Geometry/ssd/SsdLaddersOnSectors.y2007.C | 5 ++--- StarDb/Geometry/ssd/SsdOnGlobal.C | 5 ++--- StarDb/Geometry/ssd/SsdOnGlobal.y2005.C | 5 ++--- StarDb/Geometry/ssd/SsdOnGlobal.y2006.C | 5 ++--- StarDb/Geometry/ssd/SsdOnGlobal.y2007.C | 5 ++--- StarDb/Geometry/ssd/SsdSectorsOnGlobal.C | 5 ++--- StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2005.C | 5 ++--- StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2006.C | 5 ++--- StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2007.C | 5 ++--- StarDb/Geometry/ssd/SsdWafersOnLadders.C | 5 ++--- StarDb/Geometry/ssd/SsdWafersOnLadders.y2005.C | 5 ++--- StarDb/Geometry/ssd/SsdWafersOnLadders.y2006.C | 5 ++--- StarDb/Geometry/ssd/SsdWafersOnLadders.y2007.C | 5 ++--- StarDb/Geometry/sst/sstLadderOnSstMisalign.20131210.000001.C | 5 ++--- StarDb/Geometry/sst/sstLadderOnSstMisalign.20140101.000001.C | 5 ++--- StarDb/Geometry/sst/sstLadderOnSstMisalign.20141210.000001.C | 5 ++--- StarDb/Geometry/sst/sstLadderOnSstMisalign.20150101.000001.C | 5 ++--- StarDb/Geometry/sst/sstLadderOnSstMisalign.20151210.000001.C | 5 ++--- StarDb/Geometry/sst/sstLadderOnSstMisalign.20160101.000001.C | 5 ++--- StarDb/Geometry/svt/LadderOnShell.C | 5 ++--- StarDb/Geometry/svt/LadderOnShell.y2005.C | 5 ++--- StarDb/Geometry/svt/LadderOnShell.y2006.C | 5 ++--- StarDb/Geometry/svt/LadderOnShell.y2007.C | 5 ++--- StarDb/Geometry/svt/LadderOnSurvey.y2001.C | 5 ++--- StarDb/Geometry/svt/LadderOnSurvey.y2005.C | 5 ++--- StarDb/Geometry/svt/LadderOnSurvey.y2006.C | 5 ++--- StarDb/Geometry/svt/LadderOnSurvey.y2007.C | 5 ++--- StarDb/Geometry/svt/ShellOnGlobal.y2001.C | 5 ++--- StarDb/Geometry/svt/ShellOnGlobal.y2005.C | 5 ++--- StarDb/Geometry/svt/ShellOnGlobal.y2006.C | 5 ++--- StarDb/Geometry/svt/ShellOnGlobal.y2007.C | 5 ++--- StarDb/Geometry/svt/SvtOnGlobal.y2001.C | 5 ++--- StarDb/Geometry/svt/SvtOnGlobal.y2005.C | 5 ++--- StarDb/Geometry/svt/SvtOnGlobal.y2006.C | 5 ++--- StarDb/Geometry/svt/SvtOnGlobal.y2007.C | 5 ++--- StarDb/Geometry/svt/WaferOnLadder.y2001.C | 5 ++--- StarDb/Geometry/svt/WaferOnLadder.y2005.C | 5 ++--- StarDb/Geometry/svt/WaferOnLadder.y2006.C | 5 ++--- StarDb/Geometry/svt/WaferOnLadder.y2007.C | 5 ++--- StarDb/Geometry/tpc/TpcHalfPosition.C | 5 ++--- StarDb/Geometry/tpc/TpcHalfPosition.y2019.C | 5 ++--- StarDb/Geometry/tpc/TpcInnerSectorPosition.C | 5 ++--- StarDb/Geometry/tpc/TpcInnerSectorPositionB.C | 5 ++--- StarDb/Geometry/tpc/TpcInnerSectorPositionB.y2016.C | 5 ++--- StarDb/Geometry/tpc/TpcOuterSectorPosition.C | 5 ++--- StarDb/Geometry/tpc/TpcOuterSectorPositionB.C | 5 ++--- StarDb/Geometry/tpc/TpcPosition.C | 5 ++--- StarDb/Geometry/tpc/TpcSuperSectorPosition.C | 5 ++--- StarDb/Geometry/tpc/TpcSuperSectorPositionB.C | 5 ++--- StarDb/Geometry/tpc/TpcSuperSectorPositionB.y2019.C | 5 ++--- StarDb/Geometry/tpc/iTPCSurvey.C | 5 ++--- StarDb/Geometry/tpc/iTPCSurvey.y2019.C | 5 ++--- StarDb/Geometry/tpc/itpcPadPlanes.C | 5 ++--- StarDb/Geometry/tpc/tpcGlobalPosition.C | 5 ++--- StarDb/Geometry/tpc/tpcPadConfig.C | 5 ++--- StarDb/Geometry/tpc/tpcPadConfig.y2018.C | 5 ++--- StarDb/Geometry/tpc/tpcPadConfig.y2019.C | 5 ++--- StarDb/Geometry/tpc/tpcPadPlanes.C | 5 ++--- StarDb/RunLog/MagFactor.y2011.C | 5 ++--- StarDb/RunLog/MagFactor.y2012.C | 5 ++--- StarDb/RunLog/MagFactor.y2013.C | 5 ++--- StarDb/RunLog/MagFactor.y2014.C | 5 ++--- StarDb/RunLog/onl/beamInfo.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.devE.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2001.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2003.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2004.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2005.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2006.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2007.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2008.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2009.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2010.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2011.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2012.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2013.C | 5 ++--- StarDb/RunLog/onl/starClockOnl.y2014.C | 5 ++--- StarDb/RunLog/onl/starMagOnl.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.20071128.13225.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.dev2005.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.devE.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.eStar2.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.upgr15.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2003.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2004.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2005.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2006.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2007.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2008.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2009.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2010.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2011.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2012.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2013.C | 5 ++--- StarDb/RunLog/onl/tpcRDOMasks.y2014.C | 5 ++--- StarDb/RunLog/onl/triggerID.C | 5 ++--- StarDb/StMagF/MagFieldRotation.y2013.C | 5 ++--- StarDb/StMagF/MagFieldRotation.y2014.C | 5 ++--- StarDb/ctf/ctg/ctb.C | 5 ++--- StarDb/ctf/ctg/ctb_slat.C | 5 ++--- StarDb/ctf/ctg/ctb_slat_eta.C | 5 ++--- StarDb/ctf/ctg/ctb_slat_phi.C | 5 ++--- StarDb/ctf/ctg/tof.C | 5 ++--- StarDb/ctf/ctg/tof_slat.C | 5 ++--- StarDb/ctf/ctg/tof_slat_eta.C | 5 ++--- StarDb/ctf/ctg/tof_slat_phi.C | 5 ++--- StarDb/ctf/cts/cts_ctb.C | 5 ++--- StarDb/ctf/cts/cts_tof.C | 5 ++--- StarDb/ebye/sca/sca_const.C | 5 ++--- StarDb/ebye/sca/sca_filter_const.C | 5 ++--- StarDb/ebye/sca/sca_switch.C | 5 ++--- StarDb/emc/cal/ems_cal_control.C | 5 ++--- StarDb/emc/cal/org_ped_bemc.C | 5 ++--- StarDb/emc/cal/org_ped_bemc_h.C | 5 ++--- StarDb/emc/cal/org_ped_bprs.C | 5 ++--- StarDb/emc/cal/org_ped_bprs_h.C | 5 ++--- StarDb/emc/cal/org_ped_bsmde.C | 5 ++--- StarDb/emc/cal/org_ped_bsmde_h.C | 5 ++--- StarDb/emc/cal/org_ped_bsmdp.C | 5 ++--- StarDb/emc/cal/org_ped_bsmdp_h.C | 5 ++--- StarDb/emc/cal/org_ped_eemc.C | 5 ++--- StarDb/emc/cal/org_ped_eemc_h.C | 5 ++--- StarDb/emc/cal/org_ped_eprs.C | 5 ++--- StarDb/emc/cal/org_ped_eprs_h.C | 5 ++--- StarDb/emc/cal/org_slp_bemc.C | 5 ++--- StarDb/emc/cal/org_slp_bemc_h.C | 5 ++--- StarDb/emc/cal/org_slp_bprs.C | 5 ++--- StarDb/emc/cal/org_slp_bprs_h.C | 5 ++--- StarDb/emc/cal/org_slp_bsmde.C | 5 ++--- StarDb/emc/cal/org_slp_bsmde_h.C | 5 ++--- StarDb/emc/cal/org_slp_bsmdp.C | 5 ++--- StarDb/emc/cal/org_slp_bsmdp_h.C | 5 ++--- StarDb/emc/cal/org_slp_eemc.C | 5 ++--- StarDb/emc/cal/org_slp_eemc_h.C | 5 ++--- StarDb/emc/cal/org_slp_eprs.C | 5 ++--- StarDb/emc/cal/org_slp_eprs_h.C | 5 ++--- StarDb/emc/ems/control_toadc.C | 5 ++--- StarDb/emc/ems/ems_control.C | 5 ++--- StarDb/emc/jet/emc_egrid_par.C | 5 ++--- StarDb/emc/jet/emc_jetpar.C | 5 ++--- StarDb/emc/simulator/Simulator.C | 5 ++--- StarDb/emc/simulator/controlEmcSimulatorMaker.C | 5 ++--- StarDb/ftpc/ftpcClusterPars.C | 5 ++--- StarDb/ftpc/ftpcFastSimGas.C | 5 ++--- StarDb/ftpc/ftpcFastSimPars.C | 5 ++--- StarDb/ftpc/ftpcSlowSimGas.C | 5 ++--- StarDb/ftpc/ftpcSlowSimPars.C | 5 ++--- StarDb/ftpc/ftpcTrackingPars.C | 5 ++--- StarDb/ftpc/ftpcdEdxPars.C | 5 ++--- StarDb/global/vertices/ev0par2.19960101.000000.C | 5 ++--- StarDb/global/vertices/ev0par2.20011201.000000.C | 5 ++--- StarDb/global/vertices/ev0par2.20011201.000100.C | 5 ++--- StarDb/global/vertices/ev0par2.20020201.000000.C | 5 ++--- StarDb/global/vertices/ev0par2.20021115.000000.C | 5 ++--- StarDb/global/vertices/ev0par2.20031201.000000.C | 5 ++--- StarDb/global/vertices/ev0par2.20040325.023200.C | 5 ++--- StarDb/global/vertices/ev0par2.20050324.150000.C | 5 ++--- StarDb/global/vertices/ev0par2.20070301.000000.C | 5 ++--- StarDb/global/vertices/ev0par2.20071125.000000.C | 5 ++--- StarDb/global/vertices/exipar.19960101.000000.C | 5 ++--- StarDb/global/vertices/exipar.20011201.000000.C | 5 ++--- StarDb/global/vertices/exipar.20011201.000100.C | 5 ++--- StarDb/global/vertices/exipar.20020201.000000.C | 5 ++--- StarDb/global/vertices/exipar.20021115.000000.C | 5 ++--- StarDb/global/vertices/exipar.20031201.000000.C | 5 ++--- StarDb/global/vertices/exipar.20040325.023200.C | 5 ++--- StarDb/global/vertices/exipar.20050324.150000.C | 5 ++--- StarDb/global/vertices/exipar.20070301.000000.C | 5 ++--- StarDb/global/vertices/exipar.20071125.000000.C | 5 ++--- StarDb/global/vertices/stk_vtx.C | 5 ++--- StarDb/global/vertices/stk_vtx_direct.C | 5 ++--- StarDb/mwc/mwcpars/cal.C | 5 ++--- StarDb/mwc/mwcpars/geom.C | 5 ++--- StarDb/mwc/mwcpars/mpar.C | 5 ++--- StarDb/svt/sgrpars/pix_info.C | 5 ++--- StarDb/svt/sprpars/sprpar.C | 5 ++--- StarDb/svt/srspars/srs_activea.C | 5 ++--- StarDb/svt/srspars/srs_srspar.C | 5 ++--- StarDb/svt/ssd/sce_ctrl.C | 5 ++--- StarDb/svt/ssd/scf_ctrl.C | 5 ++--- StarDb/svt/ssd/scm_ctrl.C | 5 ++--- StarDb/svt/ssd/sdm_calib_par.C | 5 ++--- StarDb/svt/ssd/sdm_condition_par.C | 5 ++--- StarDb/svt/ssd/sdm_geom_par.C | 5 ++--- StarDb/svt/ssd/sls_ctrl.C | 5 ++--- StarDb/svt/stkpars/stk_filler.C | 5 ++--- StarDb/svt/svgpars/config.C | 5 ++--- StarDb/svt/svgpars/geom.C | 5 ++--- StarDb/svt/svgpars/geomy1l.C | 5 ++--- StarDb/svt/svgpars/shape.C | 5 ++--- StarDb/tpc/fmtpars/fmtpar.C | 5 ++--- StarDb/tpc/tclpars/tclpar.C | 5 ++--- StarDb/tpc/tclpars/type.C | 5 ++--- StarDb/tpc/tfspars/tfs_fsctrl.C | 5 ++--- StarDb/tpc/tfspars/tfs_fspar.C | 5 ++--- StarDb/tpc/tidpars/tdeparm.C | 5 ++--- StarDb/tpc/tidpars/tpipar.C | 5 ++--- StarDb/tpc/tptpars/tpt_pars.20000217.000000.C | 5 ++--- StarDb/tpc/tptpars/tpt_pars.20000301.000005.C | 5 ++--- StarDb/tpc/tptpars/tpt_pars.er99.C | 5 ++--- StarDb/tpc/tptpars/tpt_pars.sd97.C | 5 ++--- StarDb/tpc/tptpars/tpt_pars.year_1a.C | 5 ++--- StarDb/tpc/tptpars/tpt_pars.year_1c.C | 5 ++--- StarDb/tpc/tptpars/tpt_pars.year_1h.C | 5 ++--- StarDb/tpc/tptpars/tpt_pars.year_2a.C | 5 ++--- StarDb/tpc/tptpars/tpt_spars.C | 5 ++--- StarDb/tpc/tsspars/tsspar.19991216.000000.C | 5 ++--- StarDb/tpc/tsspars/tsspar.19991217.000000.C | 5 ++--- StarDb/tpc/tsspars/tsspar.er99.C | 5 ++--- StarDb/tpc/tsspars/tsspar.es99.C | 5 ++--- StarDb/tpc/tsspars/tsspar.sd97.C | 5 ++--- StarDb/tpc/tsspars/tsspar.y2018.C | 5 ++--- StarDb/tpc/tsspars/tsspar.y2019.C | 5 ++--- StarDb/tpc/tsspars/tsspar.year_1a.C | 5 ++--- StarDb/tpc/tsspars/tsspar.year_1c.C | 5 ++--- StarDb/tpc/ttepars/tte_control.C | 5 ++--- 470 files changed, 940 insertions(+), 1410 deletions(-) diff --git a/StarDb/Calibrations/ftpc/ftpcCoordTrans.C b/StarDb/Calibrations/ftpc/ftpcCoordTrans.C index c4dee9c697e..fad3dfb6f76 100644 --- a/StarDb/Calibrations/ftpc/ftpcCoordTrans.C +++ b/StarDb/Calibrations/ftpc/ftpcCoordTrans.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcCoordTrans_Table.h" -#endif +#include "tables/St_ftpcCoordTrans_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/ftpc/.ftpcCoordTrans/ftpcCoordTrans Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/Calibrations/ftpc/ftpcTemps.devE.C b/StarDb/Calibrations/ftpc/ftpcTemps.devE.C index 201234da45c..bba15262002 100644 --- a/StarDb/Calibrations/ftpc/ftpcTemps.devE.C +++ b/StarDb/Calibrations/ftpc/ftpcTemps.devE.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcTemps_Table.h" -#endif +#include "tables/St_ftpcTemps_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_ftpcTemps")) return 0; ftpcTemps_st row; diff --git a/StarDb/Calibrations/ftpc/ftpcTemps.eStar2.C b/StarDb/Calibrations/ftpc/ftpcTemps.eStar2.C index 201234da45c..bba15262002 100644 --- a/StarDb/Calibrations/ftpc/ftpcTemps.eStar2.C +++ b/StarDb/Calibrations/ftpc/ftpcTemps.eStar2.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcTemps_Table.h" -#endif +#include "tables/St_ftpcTemps_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_ftpcTemps")) return 0; ftpcTemps_st row; diff --git a/StarDb/Calibrations/ftpc/ftpcTemps.y2010.C b/StarDb/Calibrations/ftpc/ftpcTemps.y2010.C index 201234da45c..bba15262002 100644 --- a/StarDb/Calibrations/ftpc/ftpcTemps.y2010.C +++ b/StarDb/Calibrations/ftpc/ftpcTemps.y2010.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcTemps_Table.h" -#endif +#include "tables/St_ftpcTemps_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_ftpcTemps")) return 0; ftpcTemps_st row; diff --git a/StarDb/Calibrations/ftpc/ftpcTemps.y2011.C b/StarDb/Calibrations/ftpc/ftpcTemps.y2011.C index 201234da45c..bba15262002 100644 --- a/StarDb/Calibrations/ftpc/ftpcTemps.y2011.C +++ b/StarDb/Calibrations/ftpc/ftpcTemps.y2011.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcTemps_Table.h" -#endif +#include "tables/St_ftpcTemps_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_ftpcTemps")) return 0; ftpcTemps_st row; diff --git a/StarDb/Calibrations/ftpc/ftpcVoltage.C b/StarDb/Calibrations/ftpc/ftpcVoltage.C index 042f354dece..6b7c5f486c7 100644 --- a/StarDb/Calibrations/ftpc/ftpcVoltage.C +++ b/StarDb/Calibrations/ftpc/ftpcVoltage.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcVoltage_Table.h" -#endif +#include "tables/St_ftpcVoltage_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/ftpc/.ftpcVoltage/ftpcVoltage Allocated rows: 1 Used rows: 1 Row size: 116 bytes diff --git a/StarDb/Calibrations/ftpc/ftpcVoltageStatus.C b/StarDb/Calibrations/ftpc/ftpcVoltageStatus.C index 73ecae0d351..d548d54fad9 100644 --- a/StarDb/Calibrations/ftpc/ftpcVoltageStatus.C +++ b/StarDb/Calibrations/ftpc/ftpcVoltageStatus.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcVoltageStatus_Table.h" -#endif +#include "tables/St_ftpcVoltageStatus_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/ftpc/.ftpcVoltageStatus/ftpcVoltageStatus Allocated rows: 1 Used rows: 1 Row size: 20 bytes diff --git a/StarDb/Calibrations/rich/richvoltages.C b/StarDb/Calibrations/rich/richvoltages.C index 704ad4446c8..d984eaaf25e 100644 --- a/StarDb/Calibrations/rich/richvoltages.C +++ b/StarDb/Calibrations/rich/richvoltages.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_richvoltages_Table.h" -#endif +#include "tables/St_richvoltages_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/rich/.richvoltages/richvoltages Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/Calibrations/rich/spaceChargeCor.C b/StarDb/Calibrations/rich/spaceChargeCor.C index 9e3ac671eec..07702bd2b99 100644 --- a/StarDb/Calibrations/rich/spaceChargeCor.C +++ b/StarDb/Calibrations/rich/spaceChargeCor.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_spaceChargeCor_Table.h" -#endif +#include "tables/St_spaceChargeCor_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/rich/.spaceChargeCor/spaceChargeCor Allocated rows: 1 Used rows: 1 Row size: 60 bytes diff --git a/StarDb/Calibrations/rich/spaceChargeCorR2.C b/StarDb/Calibrations/rich/spaceChargeCorR2.C index be02b9a48ae..9f70bcec998 100644 --- a/StarDb/Calibrations/rich/spaceChargeCorR2.C +++ b/StarDb/Calibrations/rich/spaceChargeCorR2.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_spaceChargeCor_Table.h" -#endif +#include "tables/St_spaceChargeCor_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/rich/.spaceChargeCorR2/spaceChargeCorR2 Allocated rows: 1 Used rows: 1 Row size: 60 bytes diff --git a/StarDb/Calibrations/rich/spaceChargeCorR2.eStar2.C b/StarDb/Calibrations/rich/spaceChargeCorR2.eStar2.C index be02b9a48ae..9f70bcec998 100644 --- a/StarDb/Calibrations/rich/spaceChargeCorR2.eStar2.C +++ b/StarDb/Calibrations/rich/spaceChargeCorR2.eStar2.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_spaceChargeCor_Table.h" -#endif +#include "tables/St_spaceChargeCor_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/rich/.spaceChargeCorR2/spaceChargeCorR2 Allocated rows: 1 Used rows: 1 Row size: 60 bytes diff --git a/StarDb/Calibrations/rich/trigDetSums.C b/StarDb/Calibrations/rich/trigDetSums.C index 3d72e7de047..0ea0e598f96 100644 --- a/StarDb/Calibrations/rich/trigDetSums.C +++ b/StarDb/Calibrations/rich/trigDetSums.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_trigDetSums_Table.h" -#endif +#include "tables/St_trigDetSums_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/rich/.trigDetSums/trigDetSums Allocated rows: 1 Used rows: 1 Row size: 144 bytes diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000001.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000001.C index 274c1271c28..f9721c5ea86 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000001.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtHybridDriftVelocity_Table.h" -#endif +#include "tables/St_svtHybridDriftVelocity_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; const double drift_dist = 29928.; //in microns diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000027.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000027.C index b4b7324eac7..aa21e7bc5d4 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000027.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050120.000027.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtHybridDriftVelocity_Table.h" -#endif +#include "tables/St_svtHybridDriftVelocity_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[344] = {//Pass126 021M diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050217.000027.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050217.000027.C index 116df7e3106..3dc55265fd5 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050217.000027.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050217.000027.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtHybridDriftVelocity_Table.h" -#endif +#include "tables/St_svtHybridDriftVelocity_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[344] = {//Pass126 049M diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050310.000027.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050310.000027.C index 90c08b4261c..ba8c22960dc 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050310.000027.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20050310.000027.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtHybridDriftVelocity_Table.h" -#endif +#include "tables/St_svtHybridDriftVelocity_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[293] = {//Pass126 Cu62M diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070206.000001.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070206.000001.C index 65764739b88..2436caee6c4 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070206.000001.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070206.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtHybridDriftVelocity_Table.h" -#endif +#include "tables/St_svtHybridDriftVelocity_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[376] = {//~kotov/public/macros/drift/AuAu2007120/tfit_AuAu2007_120_db.txt diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070321.000209.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070321.000209.C index 7858c049a4f..3789511b6f9 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070321.000209.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070321.000209.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtHybridDriftVelocity_Table.h" -#endif +#include "tables/St_svtHybridDriftVelocity_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[314] = {//Clean up diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000201.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000201.C index 6df96602390..2f040cda614 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000201.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000201.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtHybridDriftVelocity_Table.h" -#endif +#include "tables/St_svtHybridDriftVelocity_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[292] = {//Pass217 RFJ diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000210.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000210.C index 6c844a9fa7c..32338d553c3 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000210.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.20070524.000210.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtHybridDriftVelocity_Table.h" -#endif +#include "tables/St_svtHybridDriftVelocity_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; svtHybridDriftVelocity_st row[287] = {//Pass217 RFS Cleaned diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.C index c7b78494496..b2e7034b75c 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtHybridDriftVelocity_Table.h" -#endif +#include "tables/St_svtHybridDriftVelocity_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; const double drift_dist = 29928.; //in microns diff --git a/StarDb/Calibrations/svt/svtHybridDriftVelocity.y2006.C b/StarDb/Calibrations/svt/svtHybridDriftVelocity.y2006.C index c7b78494496..b2e7034b75c 100644 --- a/StarDb/Calibrations/svt/svtHybridDriftVelocity.y2006.C +++ b/StarDb/Calibrations/svt/svtHybridDriftVelocity.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtHybridDriftVelocity_Table.h" -#endif +#include "tables/St_svtHybridDriftVelocity_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtHybridDriftVelocity")) return 0; const double drift_dist = 29928.; //in microns diff --git a/StarDb/Calibrations/svt/svtRDOstripped.C b/StarDb/Calibrations/svt/svtRDOstripped.C index adcbd0e627b..6f77367ba58 100644 --- a/StarDb/Calibrations/svt/svtRDOstripped.C +++ b/StarDb/Calibrations/svt/svtRDOstripped.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtRDOstripped_Table.h" -#endif +#include "tables/St_svtRDOstripped_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtRDOstripped")) return 0; svtRDOstripped_st row[72] = { diff --git a/StarDb/Calibrations/svt/svtRDOstripped.y2005d.C b/StarDb/Calibrations/svt/svtRDOstripped.y2005d.C index adcbd0e627b..6f77367ba58 100644 --- a/StarDb/Calibrations/svt/svtRDOstripped.y2005d.C +++ b/StarDb/Calibrations/svt/svtRDOstripped.y2005d.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtRDOstripped_Table.h" -#endif +#include "tables/St_svtRDOstripped_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtRDOstripped")) return 0; svtRDOstripped_st row[72] = { diff --git a/StarDb/Calibrations/svt/svtRDOstripped.y2006.C b/StarDb/Calibrations/svt/svtRDOstripped.y2006.C index adcbd0e627b..6f77367ba58 100644 --- a/StarDb/Calibrations/svt/svtRDOstripped.y2006.C +++ b/StarDb/Calibrations/svt/svtRDOstripped.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svtRDOstripped_Table.h" -#endif +#include "tables/St_svtRDOstripped_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_svtRDOstripped")) return 0; svtRDOstripped_st row[72] = { diff --git a/StarDb/Calibrations/tof/tofStatus.C b/StarDb/Calibrations/tof/tofStatus.C index c01d94de68b..9ac29300b12 100644 --- a/StarDb/Calibrations/tof/tofStatus.C +++ b/StarDb/Calibrations/tof/tofStatus.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tofStatus_Table.h" -#endif +#include "tables/St_tofStatus_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tof/.tofStatus/tofStatus Allocated rows: 1 Used rows: 1 Row size: 48000 bytes diff --git a/StarDb/Calibrations/tpc/GatingGrid.C b/StarDb/Calibrations/tpc/GatingGrid.C index e6905637b4c..e1da6e2e50a 100644 --- a/StarDb/Calibrations/tpc/GatingGrid.C +++ b/StarDb/Calibrations/tpc/GatingGrid.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_GatingGrid_Table.h" -#endif +#include "tables/St_GatingGrid_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_GatingGrid")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGrid.y2018.C b/StarDb/Calibrations/tpc/GatingGrid.y2018.C index 7a3e59f8efd..2a1026f4b2e 100644 --- a/StarDb/Calibrations/tpc/GatingGrid.y2018.C +++ b/StarDb/Calibrations/tpc/GatingGrid.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_GatingGrid_Table.h" -#endif +#include "tables/St_GatingGrid_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_GatingGrid")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGrid.y2019.C b/StarDb/Calibrations/tpc/GatingGrid.y2019.C index e6905637b4c..e1da6e2e50a 100644 --- a/StarDb/Calibrations/tpc/GatingGrid.y2019.C +++ b/StarDb/Calibrations/tpc/GatingGrid.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_GatingGrid_Table.h" -#endif +#include "tables/St_GatingGrid_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_GatingGrid")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGrid.y2022.C b/StarDb/Calibrations/tpc/GatingGrid.y2022.C index eb5f72cac36..ce53f436187 100644 --- a/StarDb/Calibrations/tpc/GatingGrid.y2022.C +++ b/StarDb/Calibrations/tpc/GatingGrid.y2022.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_GatingGrid_Table.h" -#endif +#include "tables/St_GatingGrid_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_GatingGrid")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGridB.20190225.230040.C b/StarDb/Calibrations/tpc/GatingGridB.20190225.230040.C index 2c62938cc67..4240f0a88d3 100644 --- a/StarDb/Calibrations/tpc/GatingGridB.20190225.230040.C +++ b/StarDb/Calibrations/tpc/GatingGridB.20190225.230040.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcCorrection")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGridB.C b/StarDb/Calibrations/tpc/GatingGridB.C index 203ff0c26e0..3c89d31783e 100644 --- a/StarDb/Calibrations/tpc/GatingGridB.C +++ b/StarDb/Calibrations/tpc/GatingGridB.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcCorrection")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGridB.y2018.C b/StarDb/Calibrations/tpc/GatingGridB.y2018.C index c1378d035cb..f10e95db3ef 100644 --- a/StarDb/Calibrations/tpc/GatingGridB.y2018.C +++ b/StarDb/Calibrations/tpc/GatingGridB.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcCorrection")) return 0; /* diff --git a/StarDb/Calibrations/tpc/GatingGridB.y2019.C b/StarDb/Calibrations/tpc/GatingGridB.y2019.C index 203ff0c26e0..3c89d31783e 100644 --- a/StarDb/Calibrations/tpc/GatingGridB.y2019.C +++ b/StarDb/Calibrations/tpc/GatingGridB.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcCorrection")) return 0; /* diff --git a/StarDb/Calibrations/tpc/TpcAccumulatedQ.C b/StarDb/Calibrations/tpc/TpcAccumulatedQ.C index ff0fa76580d..c9dc3800c72 100644 --- a/StarDb/Calibrations/tpc/TpcAccumulatedQ.C +++ b/StarDb/Calibrations/tpc/TpcAccumulatedQ.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrection3MDF.C b/StarDb/Calibrations/tpc/TpcAdcCorrection3MDF.C index a1b26e70c0f..4532895e970 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrection3MDF.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrection3MDF.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection3_Table.h" -#endif +#include "tables/St_MDFCorrection3_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection3")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrection4MDF.C b/StarDb/Calibrations/tpc/TpcAdcCorrection4MDF.C index 3a5d158c4a0..e9cdb7b5739 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrection4MDF.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrection4MDF.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection4_Table.h" -#endif +#include "tables/St_MDFCorrection4_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection4")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrection5MDF.C b/StarDb/Calibrations/tpc/TpcAdcCorrection5MDF.C index b26286576d1..2ce107a2686 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrection5MDF.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrection5MDF.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection4_Table.h" -#endif +#include "tables/St_MDFCorrection4_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection4")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrection6MDF.C b/StarDb/Calibrations/tpc/TpcAdcCorrection6MDF.C index 42429625c09..b84bb093d4b 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrection6MDF.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrection6MDF.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection4_Table.h" -#endif +#include "tables/St_MDFCorrection4_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection4")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrectionB.C b/StarDb/Calibrations/tpc/TpcAdcCorrectionB.C index 0d763222eec..2bf5e242b3a 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrectionB.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrectionB.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.TpcAdcCorrectionB/TpcAdcCorrectionB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrectionC.C b/StarDb/Calibrations/tpc/TpcAdcCorrectionC.C index 8ae632ad0aa..f96e54e38f5 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrectionC.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrectionC.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.C b/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.C index ea76a734dad..1f7dce88c49 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection_Table.h" -#endif +#include "tables/St_MDFCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.r2019.C b/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.r2019.C index ea76a734dad..1f7dce88c49 100644 --- a/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.r2019.C +++ b/StarDb/Calibrations/tpc/TpcAdcCorrectionMDF.r2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection_Table.h" -#endif +#include "tables/St_MDFCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcAdcI.C b/StarDb/Calibrations/tpc/TpcAdcI.C index c1fdf154688..8fa3ffb781e 100644 --- a/StarDb/Calibrations/tpc/TpcAdcI.C +++ b/StarDb/Calibrations/tpc/TpcAdcI.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcAvgCurrent.C b/StarDb/Calibrations/tpc/TpcAvgCurrent.C index 3ace9c64aea..13f86722337 100644 --- a/StarDb/Calibrations/tpc/TpcAvgCurrent.C +++ b/StarDb/Calibrations/tpc/TpcAvgCurrent.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcAvgCurrent_Table.h" -#endif +#include "tables/St_TpcAvgCurrent_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_TpcAvgCurrent")) return 0; TpcAvgCurrent_st row; diff --git a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.20190609.132047.C b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.20190609.132047.C index b6df11a3514..cc1d68b2af7 100644 --- a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.20190609.132047.C +++ b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.20190609.132047.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcAvgPowerSupply_Table.h" -#endif +#include "tables/St_TpcAvgPowerSupply_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.TpcAvgPowerSupply/TpcAvgPowerSupply Allocated rows: 1 Used rows: 1 Row size: 2316 bytes diff --git a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2018.C b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2018.C index 8c67087256d..bfa7460fc84 100644 --- a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2018.C +++ b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcAvgPowerSupply_Table.h" -#endif +#include "tables/St_TpcAvgPowerSupply_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_TpcAvgPowerSupply")) return 0; TpcAvgPowerSupply_st row; diff --git a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2019.C b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2019.C index 14fcc885fd6..5975c3912ed 100644 --- a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2019.C +++ b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcAvgPowerSupply_Table.h" -#endif +#include "tables/St_TpcAvgPowerSupply_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_TpcAvgPowerSupply")) return 0; TpcAvgPowerSupply_st row; diff --git a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2020.C b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2020.C index 14fcc885fd6..5975c3912ed 100644 --- a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2020.C +++ b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2020.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcAvgPowerSupply_Table.h" -#endif +#include "tables/St_TpcAvgPowerSupply_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_TpcAvgPowerSupply")) return 0; TpcAvgPowerSupply_st row; diff --git a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2021.C b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2021.C index 14fcc885fd6..5975c3912ed 100644 --- a/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2021.C +++ b/StarDb/Calibrations/tpc/TpcAvgPowerSupply.y2021.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcAvgPowerSupply_Table.h" -#endif +#include "tables/St_TpcAvgPowerSupply_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_TpcAvgPowerSupply")) return 0; TpcAvgPowerSupply_st row; diff --git a/StarDb/Calibrations/tpc/TpcCurrentCorrectionX.C b/StarDb/Calibrations/tpc/TpcCurrentCorrectionX.C index d39fc476b1a..d4abdd17822 100644 --- a/StarDb/Calibrations/tpc/TpcCurrentCorrectionX.C +++ b/StarDb/Calibrations/tpc/TpcCurrentCorrectionX.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 192; diff --git a/StarDb/Calibrations/tpc/TpcDriftDistOxygen.C b/StarDb/Calibrations/tpc/TpcDriftDistOxygen.C index fa49092b346..9f6b46b5cdd 100644 --- a/StarDb/Calibrations/tpc/TpcDriftDistOxygen.C +++ b/StarDb/Calibrations/tpc/TpcDriftDistOxygen.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // tpcCorrection! Allocated rows: 48 Used rows: 48 Row size: 16 bytes diff --git a/StarDb/Calibrations/tpc/TpcDriftVelRowCor.C b/StarDb/Calibrations/tpc/TpcDriftVelRowCor.C index be5d504e32b..ddaa4120676 100644 --- a/StarDb/Calibrations/tpc/TpcDriftVelRowCor.C +++ b/StarDb/Calibrations/tpc/TpcDriftVelRowCor.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcEdge.C b/StarDb/Calibrations/tpc/TpcEdge.C index 36b0cc5e2c6..d9ce92dcfec 100644 --- a/StarDb/Calibrations/tpc/TpcEdge.C +++ b/StarDb/Calibrations/tpc/TpcEdge.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcEffectivedX.C b/StarDb/Calibrations/tpc/TpcEffectivedX.C index 7b6e6bb9eea..d9bd1422e91 100644 --- a/StarDb/Calibrations/tpc/TpcEffectivedX.C +++ b/StarDb/Calibrations/tpc/TpcEffectivedX.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcEffectivedX_Table.h" -#endif +#include "tables/St_TpcEffectivedX_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_TpcEffectivedX")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcLengthCorrectionB.C b/StarDb/Calibrations/tpc/TpcLengthCorrectionB.C index cbd183f3294..11c32b6bc29 100644 --- a/StarDb/Calibrations/tpc/TpcLengthCorrectionB.C +++ b/StarDb/Calibrations/tpc/TpcLengthCorrectionB.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C b/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C index d8dcdecaaee..cd7f4d92ae1 100644 --- a/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C +++ b/StarDb/Calibrations/tpc/TpcLengthCorrectionMDF.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection_Table.h" -#endif +#include "tables/St_MDFCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 6; diff --git a/StarDb/Calibrations/tpc/TpcLengthCorrectionMDN.C b/StarDb/Calibrations/tpc/TpcLengthCorrectionMDN.C index 458311c7077..7886885b2f5 100644 --- a/StarDb/Calibrations/tpc/TpcLengthCorrectionMDN.C +++ b/StarDb/Calibrations/tpc/TpcLengthCorrectionMDN.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection_Table.h" -#endif +#include "tables/St_MDFCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; MDFCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcMultiplicity.C b/StarDb/Calibrations/tpc/TpcMultiplicity.C index e0da9d8f6d2..05585076c7f 100644 --- a/StarDb/Calibrations/tpc/TpcMultiplicity.C +++ b/StarDb/Calibrations/tpc/TpcMultiplicity.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcPadCorrection.C b/StarDb/Calibrations/tpc/TpcPadCorrection.C index 6b4c23182fc..30b35ce060e 100644 --- a/StarDb/Calibrations/tpc/TpcPadCorrection.C +++ b/StarDb/Calibrations/tpc/TpcPadCorrection.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcPadCorrection_Table.h" -#endif +#include "tables/St_TpcPadCorrection_Table.h" + // $Id: TpcPadCorrection.C,v 1.1 2010/08/31 21:56:32 fisyak Exp $ TDataSet *CreateTable() { if (!TClass::GetClass("St_TpcPadCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.20190225.230045.C b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.20190225.230045.C index def4678d19a..6fec86f3440 100644 --- a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.20190225.230045.C +++ b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.20190225.230045.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection_Table.h" -#endif +#include "tables/St_MDFCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; MDFCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C index 0a6f869c768..4c5b4866534 100644 --- a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C +++ b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection_Table.h" -#endif +#include "tables/St_MDFCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 48; diff --git a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2016.C b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2016.C index 0a6f869c768..4c5b4866534 100644 --- a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2016.C +++ b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2016.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection_Table.h" -#endif +#include "tables/St_MDFCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 48; diff --git a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2018.C b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2018.C index 0a6f869c768..4c5b4866534 100644 --- a/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2018.C +++ b/StarDb/Calibrations/tpc/TpcPadCorrectionMDF.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MDFCorrection_Table.h" -#endif +#include "tables/St_MDFCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_MDFCorrection")) return 0; Int_t nrows = 48; diff --git a/StarDb/Calibrations/tpc/TpcPadPedRMS.C b/StarDb/Calibrations/tpc/TpcPadPedRMS.C index acbfc61b243..93681297de5 100644 --- a/StarDb/Calibrations/tpc/TpcPadPedRMS.C +++ b/StarDb/Calibrations/tpc/TpcPadPedRMS.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcPadPedRMS.y2022.C b/StarDb/Calibrations/tpc/TpcPadPedRMS.y2022.C index 8b39132e7e6..8c9cb492141 100644 --- a/StarDb/Calibrations/tpc/TpcPadPedRMS.y2022.C +++ b/StarDb/Calibrations/tpc/TpcPadPedRMS.y2022.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcPhiDirection.C b/StarDb/Calibrations/tpc/TpcPhiDirection.C index 567a1a72870..164644769d4 100644 --- a/StarDb/Calibrations/tpc/TpcPhiDirection.C +++ b/StarDb/Calibrations/tpc/TpcPhiDirection.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20141220.000000.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20141220.000000.C index ffe08ac5b52..c196b08b208 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20141220.000000.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20141220.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.20141220.000000.C,v 1.1 2017/05/25 15:32:05 fisyak Exp $ // $Log: TpcResponseSimulator.20141220.000000.C,v $ // Revision 1.1 2017/05/25 15:32:05 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000001.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000001.C index 40e4c999fde..e2536582790 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000001.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.20151220.000001.C,v 1.1 2017/05/20 00:54:00 fisyak Exp $ // $Log: TpcResponseSimulator.20151220.000001.C,v $ // Revision 1.1 2017/05/20 00:54:00 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000002.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000002.C index c49e1a62c9d..06ad701b855 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000002.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20151220.000002.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.20151220.000002.C,v 1.1 2017/08/08 21:37:17 fisyak Exp $ // $Log: TpcResponseSimulator.20151220.000002.C,v $ // Revision 1.1 2017/08/08 21:37:17 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20171220.000001.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20171220.000001.C index 46fa454d428..1e8c28cd44c 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20171220.000001.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20171220.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.TpcResponseSimulator/TpcResponseSimulator Allocated rows: 1 Used rows: 1 Row size: 124 bytes diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071405.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071405.C index a404caeaeec..68ed4178d0f 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071405.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071405.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.20180531.071405.C,v 1.2 2020/05/23 20:57:26 fisyak Exp $ // $Log: TpcResponseSimulator.20180531.071405.C,v $ // Revision 1.2 2020/05/23 20:57:26 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071409.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071409.C index c7b93b1c2bc..8072dc5288b 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071409.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071409.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.20180531.071409.C,v 1.2 2020/07/08 17:12:39 fisyak Exp $ // $Log: TpcResponseSimulator.20180531.071409.C,v $ // Revision 1.2 2020/07/08 17:12:39 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071410.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071410.C index eda4ea2ebfa..fc3ded0598b 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071410.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180531.071410.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.20180531.071410.C,v 1.1 2021/05/10 21:02:56 fisyak Exp $ // $Log: TpcResponseSimulator.20180531.071410.C,v $ // Revision 1.1 2021/05/10 21:02:56 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180605.071409.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180605.071409.C index 87ccff79c9e..662ca1c337a 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.20180605.071409.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.20180605.071409.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.20171220.000001.C,v 1.1 2019/10/09 20:40:02 iraklic Exp $ // $Log: TpcResponseSimulator.20171220.000001.C,v $ // Revision 1.1 2019/10/09 20:40:02 iraklic diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.C index 6dd8f08d57f..8bc9d3c1d94 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.C,v 1.15 2018/10/17 20:45:17 fisyak Exp $ // $Log: TpcResponseSimulator.C,v $ // Revision 1.15 2018/10/17 20:45:17 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2005.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2005.C index 3dacd2fed28..a9e58087376 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2005.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2005.C,v 1.1 2018/12/16 20:37:45 fisyak Exp $ // $Log: TpcResponseSimulator.y2005.C,v $ // Revision 1.1 2018/12/16 20:37:45 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2009.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2009.C index 45080374a43..db812e6a379 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2009.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2009.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2009.C,v 1.13 2014/03/16 20:17:36 fisyak Exp $ // $Log: TpcResponseSimulator.y2009.C,v $ // Revision 1.13 2014/03/16 20:17:36 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2010.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2010.C index 2cd38d99650..b27b8cc8bbd 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2010.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2010.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2010.C,v 1.16 2018/12/09 23:21:53 fisyak Exp $ // $Log: TpcResponseSimulator.y2010.C,v $ // Revision 1.16 2018/12/09 23:21:53 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2011.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2011.C index 0bb2ac56122..88583ec2839 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2011.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2011.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2011.C,v 1.12 2018/12/09 23:21:53 fisyak Exp $ // $Log: TpcResponseSimulator.y2011.C,v $ // Revision 1.12 2018/12/09 23:21:53 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2012.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2012.C index cf64dbee347..0100781f9f7 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2012.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2012.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2012.C,v 1.3 2013/11/08 16:18:25 fisyak Exp $ // $Log: TpcResponseSimulator.y2012.C,v $ // Revision 1.3 2013/11/08 16:18:25 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2013.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2013.C index cadf8a7d251..cd07abad291 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2013.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2013.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2013.C,v 1.1 2014/01/09 23:15:10 fisyak Exp $ // $Log: TpcResponseSimulator.y2013.C,v $ // Revision 1.1 2014/01/09 23:15:10 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2014.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2014.C index c1528e3f5d5..9ef0d19d037 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2014.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2014.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2014.C,v 1.1 2016/09/19 12:25:07 fisyak Exp $ // $Log: TpcResponseSimulator.y2014.C,v $ // Revision 1.1 2016/09/19 12:25:07 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2015.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2015.C index 43be2d88532..eb8c15a8512 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2015.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2015.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2015.C,v 1.1 2016/09/19 12:25:07 fisyak Exp $ // $Log: TpcResponseSimulator.y2015.C,v $ // Revision 1.1 2016/09/19 12:25:07 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2016.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2016.C index 34b52939fc9..112f360b956 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2016.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2016.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2016.C,v 1.3 2017/08/08 21:37:17 fisyak Exp $ // $Log: TpcResponseSimulator.y2016.C,v $ // Revision 1.3 2017/08/08 21:37:17 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2017.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2017.C index 50d98c20038..298b9f71e10 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2017.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2017.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2017.C,v 1.3 2018/12/09 23:21:53 fisyak Exp $ // $Log: TpcResponseSimulator.y2017.C,v $ // Revision 1.3 2018/12/09 23:21:53 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2018.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2018.C index 5b5e93851e0..dddc296a3e7 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2018.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2018.C,v 1.4 2020/04/27 21:20:13 fisyak Exp $ // $Log: TpcResponseSimulator.y2018.C,v $ // Revision 1.4 2020/04/27 21:20:13 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2019.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2019.C index 05f9b90b2ac..f2ea25eff5c 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2019.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#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 diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2020.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2020.C index 5cb1f692417..c29461d8192 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2020.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2020.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2020.C,v 1.1 2021/05/10 21:02:56 fisyak Exp $ // $Log: TpcResponseSimulator.y2020.C,v $ // Revision 1.1 2021/05/10 21:02:56 fisyak diff --git a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C index 30f338027d8..4573d674acc 100644 --- a/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C +++ b/StarDb/Calibrations/tpc/TpcResponseSimulator.y2021.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcResponseSimulator_Table.h" -#endif +#include "tables/St_TpcResponseSimulator_Table.h" + // $Id: TpcResponseSimulator.y2021.C,v 1.1 2021/05/10 21:02:56 fisyak Exp $ // $Log: TpcResponseSimulator.y2021.C,v $ // Revision 1.1 2021/05/10 21:02:56 fisyak diff --git a/StarDb/Calibrations/tpc/TpcRowQ.C b/StarDb/Calibrations/tpc/TpcRowQ.C index 97fe1397188..257046e905c 100644 --- a/StarDb/Calibrations/tpc/TpcRowQ.C +++ b/StarDb/Calibrations/tpc/TpcRowQ.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcSecRowB.C b/StarDb/Calibrations/tpc/TpcSecRowB.C index 5e139dece14..65b59338699 100644 --- a/StarDb/Calibrations/tpc/TpcSecRowB.C +++ b/StarDb/Calibrations/tpc/TpcSecRowB.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcSecRowCor_Table.h" -#endif +#include "tables/St_TpcSecRowCor_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // TpcSecRow Allocated rows: 24 Used rows: 24 Row size: 360 bytes diff --git a/StarDb/Calibrations/tpc/TpcSecRowB.y2018.C b/StarDb/Calibrations/tpc/TpcSecRowB.y2018.C index 5e139dece14..65b59338699 100644 --- a/StarDb/Calibrations/tpc/TpcSecRowB.y2018.C +++ b/StarDb/Calibrations/tpc/TpcSecRowB.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcSecRowCor_Table.h" -#endif +#include "tables/St_TpcSecRowCor_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // TpcSecRow Allocated rows: 24 Used rows: 24 Row size: 360 bytes diff --git a/StarDb/Calibrations/tpc/TpcSecRowB.y2019.C b/StarDb/Calibrations/tpc/TpcSecRowB.y2019.C index 5e139dece14..65b59338699 100644 --- a/StarDb/Calibrations/tpc/TpcSecRowB.y2019.C +++ b/StarDb/Calibrations/tpc/TpcSecRowB.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TpcSecRowCor_Table.h" -#endif +#include "tables/St_TpcSecRowCor_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // TpcSecRow Allocated rows: 24 Used rows: 24 Row size: 360 bytes diff --git a/StarDb/Calibrations/tpc/TpcSpaceCharge.C b/StarDb/Calibrations/tpc/TpcSpaceCharge.C index 61cc18177ed..f50448476db 100644 --- a/StarDb/Calibrations/tpc/TpcSpaceCharge.C +++ b/StarDb/Calibrations/tpc/TpcSpaceCharge.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcTanL.C b/StarDb/Calibrations/tpc/TpcTanL.C index 82fcf3b5ca3..40f23f709ff 100644 --- a/StarDb/Calibrations/tpc/TpcTanL.C +++ b/StarDb/Calibrations/tpc/TpcTanL.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcZCorrectionB.C b/StarDb/Calibrations/tpc/TpcZCorrectionB.C index 7419fb55903..13ce16afa2b 100644 --- a/StarDb/Calibrations/tpc/TpcZCorrectionB.C +++ b/StarDb/Calibrations/tpc/TpcZCorrectionB.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcZCorrectionC.C b/StarDb/Calibrations/tpc/TpcZCorrectionC.C index 5763b5bbd6a..c52b754e7b3 100644 --- a/StarDb/Calibrations/tpc/TpcZCorrectionC.C +++ b/StarDb/Calibrations/tpc/TpcZCorrectionC.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcZDC.C b/StarDb/Calibrations/tpc/TpcZDC.C index c15ae577985..4445f80f79c 100644 --- a/StarDb/Calibrations/tpc/TpcZDC.C +++ b/StarDb/Calibrations/tpc/TpcZDC.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcdCharge.C b/StarDb/Calibrations/tpc/TpcdCharge.C index 701cee3d53e..83fa2efcca8 100644 --- a/StarDb/Calibrations/tpc/TpcdCharge.C +++ b/StarDb/Calibrations/tpc/TpcdCharge.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcdEdxCor.C b/StarDb/Calibrations/tpc/TpcdEdxCor.C index 84064d6a40b..1db4b0fd728 100644 --- a/StarDb/Calibrations/tpc/TpcdEdxCor.C +++ b/StarDb/Calibrations/tpc/TpcdEdxCor.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // Ad hoc accont of saturation in dE/dx if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcdEdxModel.C b/StarDb/Calibrations/tpc/TpcdEdxModel.C index a5d1820a2d0..6970fc66f61 100644 --- a/StarDb/Calibrations/tpc/TpcdEdxModel.C +++ b/StarDb/Calibrations/tpc/TpcdEdxModel.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/TpcdXCorrectionB.C b/StarDb/Calibrations/tpc/TpcdXCorrectionB.C index 64acdc81dc8..87798a5ca5e 100644 --- a/StarDb/Calibrations/tpc/TpcdXCorrectionB.C +++ b/StarDb/Calibrations/tpc/TpcdXCorrectionB.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/TpcdXdY.C b/StarDb/Calibrations/tpc/TpcdXdY.C index 2f717b22bb9..cf38efe035b 100644 --- a/StarDb/Calibrations/tpc/TpcdXdY.C +++ b/StarDb/Calibrations/tpc/TpcdXdY.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcdZdY.C b/StarDb/Calibrations/tpc/TpcdZdY.C index d58c9abd3fc..5f66fa4ae47 100644 --- a/StarDb/Calibrations/tpc/TpcdZdY.C +++ b/StarDb/Calibrations/tpc/TpcdZdY.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcnPad.C b/StarDb/Calibrations/tpc/TpcnPad.C index c22699c5a33..2f9baa82704 100644 --- a/StarDb/Calibrations/tpc/TpcnPad.C +++ b/StarDb/Calibrations/tpc/TpcnPad.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcnPad.r2019.C b/StarDb/Calibrations/tpc/TpcnPad.r2019.C index a1e4175afdd..f17a8b4ef3f 100644 --- a/StarDb/Calibrations/tpc/TpcnPad.r2019.C +++ b/StarDb/Calibrations/tpc/TpcnPad.r2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcnPad.y2019.C b/StarDb/Calibrations/tpc/TpcnPad.y2019.C index 24d9ff3b00c..79a47ee5bcf 100644 --- a/StarDb/Calibrations/tpc/TpcnPad.y2019.C +++ b/StarDb/Calibrations/tpc/TpcnPad.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcnTbk.C b/StarDb/Calibrations/tpc/TpcnTbk.C index 15979516849..7e5d984757b 100644 --- a/StarDb/Calibrations/tpc/TpcnTbk.C +++ b/StarDb/Calibrations/tpc/TpcnTbk.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 2; diff --git a/StarDb/Calibrations/tpc/TpcnTbk.r2019.C b/StarDb/Calibrations/tpc/TpcnTbk.r2019.C index c64f5c1dadf..c8cd86133b6 100644 --- a/StarDb/Calibrations/tpc/TpcnTbk.r2019.C +++ b/StarDb/Calibrations/tpc/TpcnTbk.r2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; Int_t nrows = 1; diff --git a/StarDb/Calibrations/tpc/TpcrCharge.C b/StarDb/Calibrations/tpc/TpcrCharge.C index 7b917406707..623e3101e02 100644 --- a/StarDb/Calibrations/tpc/TpcrCharge.C +++ b/StarDb/Calibrations/tpc/TpcrCharge.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/itpcDeadFEE.20190416.035540.C b/StarDb/Calibrations/tpc/itpcDeadFEE.20190416.035540.C index fc0041b3eb0..44bca66e6a2 100644 --- a/StarDb/Calibrations/tpc/itpcDeadFEE.20190416.035540.C +++ b/StarDb/Calibrations/tpc/itpcDeadFEE.20190416.035540.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_itpcDeadFEE_Table.h" -#endif +#include "tables/St_itpcDeadFEE_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_itpcDeadFEE")) return 0; diff --git a/StarDb/Calibrations/tpc/itpcDeadFEE.20190624.011700.C b/StarDb/Calibrations/tpc/itpcDeadFEE.20190624.011700.C index 184926caaaa..4a25b393985 100644 --- a/StarDb/Calibrations/tpc/itpcDeadFEE.20190624.011700.C +++ b/StarDb/Calibrations/tpc/itpcDeadFEE.20190624.011700.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_itpcDeadFEE_Table.h" -#endif +#include "tables/St_itpcDeadFEE_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_itpcDeadFEE")) return 0; diff --git a/StarDb/Calibrations/tpc/itpcDeadFEE.C b/StarDb/Calibrations/tpc/itpcDeadFEE.C index b44af2b2102..6b7e211fcb9 100644 --- a/StarDb/Calibrations/tpc/itpcDeadFEE.C +++ b/StarDb/Calibrations/tpc/itpcDeadFEE.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_itpcDeadFEE_Table.h" -#endif +#include "tables/St_itpcDeadFEE_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_itpcDeadFEE")) return 0; diff --git a/StarDb/Calibrations/tpc/itpcPadGainT0.C b/StarDb/Calibrations/tpc/itpcPadGainT0.C index c6c6e43e433..e62ddadbf66 100644 --- a/StarDb/Calibrations/tpc/itpcPadGainT0.C +++ b/StarDb/Calibrations/tpc/itpcPadGainT0.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_itpcPadGainT0_Table.h" -#endif +#include "tables/St_itpcPadGainT0_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_itpcPadGainT0")) return 0; itpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/itpcPadGainT0.y2018.C b/StarDb/Calibrations/tpc/itpcPadGainT0.y2018.C index c6c6e43e433..e62ddadbf66 100644 --- a/StarDb/Calibrations/tpc/itpcPadGainT0.y2018.C +++ b/StarDb/Calibrations/tpc/itpcPadGainT0.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_itpcPadGainT0_Table.h" -#endif +#include "tables/St_itpcPadGainT0_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_itpcPadGainT0")) return 0; itpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/itpcPadGainT0.y2019.C b/StarDb/Calibrations/tpc/itpcPadGainT0.y2019.C index c6c6e43e433..e62ddadbf66 100644 --- a/StarDb/Calibrations/tpc/itpcPadGainT0.y2019.C +++ b/StarDb/Calibrations/tpc/itpcPadGainT0.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_itpcPadGainT0_Table.h" -#endif +#include "tables/St_itpcPadGainT0_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_itpcPadGainT0")) return 0; itpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C b/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C index c6c6e43e433..e62ddadbf66 100644 --- a/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C +++ b/StarDb/Calibrations/tpc/itpcPadGainT0.y2020.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_itpcPadGainT0_Table.h" -#endif +#include "tables/St_itpcPadGainT0_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_itpcPadGainT0")) return 0; itpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/itpcRDOMap.C b/StarDb/Calibrations/tpc/itpcRDOMap.C index 1a2448208d1..b5bad3ebe54 100644 --- a/StarDb/Calibrations/tpc/itpcRDOMap.C +++ b/StarDb/Calibrations/tpc/itpcRDOMap.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMap_Table.h" -#endif +#include "tables/St_tpcRDOMap_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOMap")) return 0; diff --git a/StarDb/Calibrations/tpc/starTriggerDelay.y2019.C b/StarDb/Calibrations/tpc/starTriggerDelay.y2019.C index 584bd0dc2ee..47ed4e84ebf 100644 --- a/StarDb/Calibrations/tpc/starTriggerDelay.y2019.C +++ b/StarDb/Calibrations/tpc/starTriggerDelay.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starTriggerDelay_Table.h" -#endif +#include "tables/St_starTriggerDelay_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/RunLog/onl/.starTriggerDelay/starTriggerDelay Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/Calibrations/tpc/tpcAcCharge.C b/StarDb/Calibrations/tpc/tpcAcCharge.C index 6a2e0c30ab8..e630afbd3e3 100644 --- a/StarDb/Calibrations/tpc/tpcAcCharge.C +++ b/StarDb/Calibrations/tpc/tpcAcCharge.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAcCharge_Table.h" -#endif +#include "tables/St_tpcAcCharge_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAcCharge")) return 0; tpcAcCharge_st row = {0,0}; diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.20080219.143436.C b/StarDb/Calibrations/tpc/tpcAltroParams.20080219.143436.C index 11bd832cba5..a5cf8f83322 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.20080219.143436.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.20080219.143436.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif +#include "tables/St_tpcAltroParams_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.20180426.121919.C b/StarDb/Calibrations/tpc/tpcAltroParams.20180426.121919.C index 351b10b4663..db9bf78feb8 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.20180426.121919.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.20180426.121919.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif +#include "tables/St_tpcAltroParams_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.20180426.124701.C b/StarDb/Calibrations/tpc/tpcAltroParams.20180426.124701.C index 6cc6f095d02..6d02f52fcf7 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.20180426.124701.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.20180426.124701.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif +#include "tables/St_tpcAltroParams_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.C b/StarDb/Calibrations/tpc/tpcAltroParams.C index f4e7b71457d..b58654aa233 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif +#include "tables/St_tpcAltroParams_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2008.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2008.C index c84249a6415..229fda77003 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2008.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2008.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif +#include "tables/St_tpcAltroParams_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2009.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2009.C index f3836a16af5..41cb512cca9 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2009.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2009.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif +#include "tables/St_tpcAltroParams_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2010.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2010.C index 351b10b4663..db9bf78feb8 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2010.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2010.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif +#include "tables/St_tpcAltroParams_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; St_tpcAltroParams *tableSet = new St_tpcAltroParams("tpcAltroParams",24); diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2016.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2016.C index 6cc6f095d02..6d02f52fcf7 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2016.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2016.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif +#include "tables/St_tpcAltroParams_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2019.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2019.C index 94185bfef96..97253b7179a 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2019.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif +#include "tables/St_tpcAltroParams_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2020.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2020.C index d7fa55cd101..03eb3d61c13 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2020.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2020.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif +#include "tables/St_tpcAltroParams_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C b/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C index c1b853920de..c02777597f7 100644 --- a/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C +++ b/StarDb/Calibrations/tpc/tpcAltroParams.y2021.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAltroParams_Table.h" -#endif +#include "tables/St_tpcAltroParams_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAltroParams")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcAnodeHV.C b/StarDb/Calibrations/tpc/tpcAnodeHV.C index f772fbfb426..a1e580704e2 100644 --- a/StarDb/Calibrations/tpc/tpcAnodeHV.C +++ b/StarDb/Calibrations/tpc/tpcAnodeHV.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAnodeHV_Table.h" -#endif +#include "tables/St_tpcAnodeHV_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAnodeHV")) return 0; St_tpcAnodeHV *tableSet = new St_tpcAnodeHV("tpcAnodeHV",19*24); diff --git a/StarDb/Calibrations/tpc/tpcAnodeHVavg.C b/StarDb/Calibrations/tpc/tpcAnodeHVavg.C index fe4f47fe6bc..4daaba525a6 100644 --- a/StarDb/Calibrations/tpc/tpcAnodeHVavg.C +++ b/StarDb/Calibrations/tpc/tpcAnodeHVavg.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAnodeHVavg_Table.h" -#endif +#include "tables/St_tpcAnodeHVavg_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAnodeHVavg")) return 0; St_tpcAnodeHVavg *tableSet = new St_tpcAnodeHVavg("tpcAnodeHVavg",19*24); diff --git a/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2018.C b/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2018.C index 0d8ec9eec97..7d336d0441d 100644 --- a/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2018.C +++ b/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAnodeHVavg_Table.h" -#endif +#include "tables/St_tpcAnodeHVavg_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAnodeHVavg")) return 0; St_tpcAnodeHVavg *tableSet = new St_tpcAnodeHVavg("tpcAnodeHVavg",19*24); diff --git a/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2019.C b/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2019.C index 0d8ec9eec97..7d336d0441d 100644 --- a/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2019.C +++ b/StarDb/Calibrations/tpc/tpcAnodeHVavg.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAnodeHVavg_Table.h" -#endif +#include "tables/St_tpcAnodeHVavg_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAnodeHVavg")) return 0; St_tpcAnodeHVavg *tableSet = new St_tpcAnodeHVavg("tpcAnodeHVavg",19*24); diff --git a/StarDb/Calibrations/tpc/tpcAvCurrent.C b/StarDb/Calibrations/tpc/tpcAvCurrent.C index 72dc10fd291..3630fb9f5a4 100644 --- a/StarDb/Calibrations/tpc/tpcAvCurrent.C +++ b/StarDb/Calibrations/tpc/tpcAvCurrent.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcAvCurrent_Table.h" -#endif +#include "tables/St_tpcAvCurrent_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcAvCurrent")) return 0; tpcAvCurrent_st row; diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C index 680cab0956f..e947df2eef0 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcBXT0Corr_Table.h" -#endif +#include "tables/St_tpcBXT0Corr_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.r2020.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.r2020.C index 67cd4190a3a..a7dd63a6963 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.r2020.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.r2020.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcBXT0Corr_Table.h" -#endif +#include "tables/St_tpcBXT0Corr_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2016.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2016.C index 8803dd5e0fe..8da64a31450 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2016.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2016.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcBXT0Corr_Table.h" -#endif +#include "tables/St_tpcBXT0Corr_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2017.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2017.C index 8803dd5e0fe..8da64a31450 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2017.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2017.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcBXT0Corr_Table.h" -#endif +#include "tables/St_tpcBXT0Corr_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2018.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2018.C index 9c2bdc3e8a1..057b77bde7c 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2018.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcBXT0Corr_Table.h" -#endif +#include "tables/St_tpcBXT0Corr_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2019.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2019.C index 67cd4190a3a..a7dd63a6963 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2019.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcBXT0Corr_Table.h" -#endif +#include "tables/St_tpcBXT0Corr_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2020.C b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2020.C index 5d9228d29ac..535fa9424a7 100644 --- a/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2020.C +++ b/StarDb/Calibrations/tpc/tpcBXT0CorrEPD.y2020.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcBXT0Corr_Table.h" -#endif +#include "tables/St_tpcBXT0Corr_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcPressureB/tpcPressureB Allocated rows: 50 Used rows: 50 Row size: 120 bytes diff --git a/StarDb/Calibrations/tpc/tpcDriftVelocity.C b/StarDb/Calibrations/tpc/tpcDriftVelocity.C index 784182ae34b..e75c6e7ba2b 100644 --- a/StarDb/Calibrations/tpc/tpcDriftVelocity.C +++ b/StarDb/Calibrations/tpc/tpcDriftVelocity.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcDriftVelocity_Table.h" -#endif +#include "tables/St_tpcDriftVelocity_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcDriftVelocity")) return 0; tpcDriftVelocity_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.C b/StarDb/Calibrations/tpc/tpcElectronics.C index d6572d660ac..2c2a7fc53ec 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcElectronics_Table.h" -#endif +#include "tables/St_tpcElectronics_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2001.C b/StarDb/Calibrations/tpc/tpcElectronics.y2001.C index d6572d660ac..2c2a7fc53ec 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2001.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcElectronics_Table.h" -#endif +#include "tables/St_tpcElectronics_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2003.C b/StarDb/Calibrations/tpc/tpcElectronics.y2003.C index d6572d660ac..2c2a7fc53ec 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2003.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2003.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcElectronics_Table.h" -#endif +#include "tables/St_tpcElectronics_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2004.C b/StarDb/Calibrations/tpc/tpcElectronics.y2004.C index d6572d660ac..2c2a7fc53ec 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2004.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2004.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcElectronics_Table.h" -#endif +#include "tables/St_tpcElectronics_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2005.C b/StarDb/Calibrations/tpc/tpcElectronics.y2005.C index d6572d660ac..2c2a7fc53ec 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2005.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcElectronics_Table.h" -#endif +#include "tables/St_tpcElectronics_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2006.C b/StarDb/Calibrations/tpc/tpcElectronics.y2006.C index e2d13768105..43d191ddccc 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2006.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcElectronics_Table.h" -#endif +#include "tables/St_tpcElectronics_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2007.C b/StarDb/Calibrations/tpc/tpcElectronics.y2007.C index e2d13768105..43d191ddccc 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2007.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcElectronics_Table.h" -#endif +#include "tables/St_tpcElectronics_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2008.C b/StarDb/Calibrations/tpc/tpcElectronics.y2008.C index e2d13768105..43d191ddccc 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2008.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2008.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcElectronics_Table.h" -#endif +#include "tables/St_tpcElectronics_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcElectronics.y2019.C b/StarDb/Calibrations/tpc/tpcElectronics.y2019.C index e2d13768105..43d191ddccc 100644 --- a/StarDb/Calibrations/tpc/tpcElectronics.y2019.C +++ b/StarDb/Calibrations/tpc/tpcElectronics.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcElectronics_Table.h" -#endif +#include "tables/St_tpcElectronics_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcElectronics")) return 0; tpcElectronics_st row; diff --git a/StarDb/Calibrations/tpc/tpcGainCorrection.C b/StarDb/Calibrations/tpc/tpcGainCorrection.C index 3117c4aff1e..9cb3ea24c91 100644 --- a/StarDb/Calibrations/tpc/tpcGainCorrection.C +++ b/StarDb/Calibrations/tpc/tpcGainCorrection.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcCorrection")) return 0; tpcCorrection_st row; diff --git a/StarDb/Calibrations/tpc/tpcGas.C b/StarDb/Calibrations/tpc/tpcGas.C index fcaea64910c..5c37c1f0521 100644 --- a/StarDb/Calibrations/tpc/tpcGas.C +++ b/StarDb/Calibrations/tpc/tpcGas.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcGas_Table.h" -#endif +#include "tables/St_tpcGas_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcGas")) return 0; St_tpcGas *tableSet = new St_tpcGas("tpcGas",1); diff --git a/StarDb/Calibrations/tpc/tpcGas.y2018.C b/StarDb/Calibrations/tpc/tpcGas.y2018.C index ffce90eb494..2f7485e318b 100644 --- a/StarDb/Calibrations/tpc/tpcGas.y2018.C +++ b/StarDb/Calibrations/tpc/tpcGas.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcGas_Table.h" -#endif +#include "tables/St_tpcGas_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // bfc/.make/db/.const/StarDb/Calibrations/tpc/.tpcGas/tpcGas Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tpc/tpcGasTemperature.C b/StarDb/Calibrations/tpc/tpcGasTemperature.C index 42dc73b654b..566ed51af84 100644 --- a/StarDb/Calibrations/tpc/tpcGasTemperature.C +++ b/StarDb/Calibrations/tpc/tpcGasTemperature.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcGridLeak.C b/StarDb/Calibrations/tpc/tpcGridLeak.C index 784dba07c3e..a1f68ea6890 100644 --- a/StarDb/Calibrations/tpc/tpcGridLeak.C +++ b/StarDb/Calibrations/tpc/tpcGridLeak.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcGridLeak_Table.h" -#endif +#include "tables/St_tpcGridLeak_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.tpcGridLeak/tpcGridLeak Allocated rows: 1 Used rows: 1 Row size: 72 bytes diff --git a/StarDb/Calibrations/tpc/tpcMethaneIn.C b/StarDb/Calibrations/tpc/tpcMethaneIn.C index e9d3590e6db..b333d0f1325 100644 --- a/StarDb/Calibrations/tpc/tpcMethaneIn.C +++ b/StarDb/Calibrations/tpc/tpcMethaneIn.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcOmegaTau.C b/StarDb/Calibrations/tpc/tpcOmegaTau.C index a7b440b3546..c5ee89b6f30 100644 --- a/StarDb/Calibrations/tpc/tpcOmegaTau.C +++ b/StarDb/Calibrations/tpc/tpcOmegaTau.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcOmegaTau_Table.h" -#endif +#include "tables/St_tpcOmegaTau_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.tpcOmegaTau/tpcOmegaTau Allocated rows: 1 Used rows: 1 Row size: 8 bytes diff --git a/StarDb/Calibrations/tpc/tpcPadGainT0.C b/StarDb/Calibrations/tpc/tpcPadGainT0.C index 6943c84380c..10230138c05 100644 --- a/StarDb/Calibrations/tpc/tpcPadGainT0.C +++ b/StarDb/Calibrations/tpc/tpcPadGainT0.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcPadGainT0_Table.h" -#endif +#include "tables/St_tpcPadGainT0_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadGainT0")) return 0; tpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/tpcPadGainT0.y2018.C b/StarDb/Calibrations/tpc/tpcPadGainT0.y2018.C index 6943c84380c..10230138c05 100644 --- a/StarDb/Calibrations/tpc/tpcPadGainT0.y2018.C +++ b/StarDb/Calibrations/tpc/tpcPadGainT0.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcPadGainT0_Table.h" -#endif +#include "tables/St_tpcPadGainT0_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadGainT0")) return 0; tpcPadGainT0_st row; diff --git a/StarDb/Calibrations/tpc/tpcPadGainT0B.20180301.000000.C b/StarDb/Calibrations/tpc/tpcPadGainT0B.20180301.000000.C index 42cb2c0308e..6d555a714c3 100644 --- a/StarDb/Calibrations/tpc/tpcPadGainT0B.20180301.000000.C +++ b/StarDb/Calibrations/tpc/tpcPadGainT0B.20180301.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcPadGainT0B_Table.h" -#endif +#include "tables/St_tpcPadGainT0B_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadGainT0B")) return 0; St_tpcPadGainT0B *tableSet = new St_tpcPadGainT0B("tpcPadGainT0B",24); diff --git a/StarDb/Calibrations/tpc/tpcPadGainT0B.C b/StarDb/Calibrations/tpc/tpcPadGainT0B.C index 8f9f2b35dd1..d36604549ae 100644 --- a/StarDb/Calibrations/tpc/tpcPadGainT0B.C +++ b/StarDb/Calibrations/tpc/tpcPadGainT0B.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcPadGainT0B_Table.h" -#endif +#include "tables/St_tpcPadGainT0B_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadGainT0B")) return 0; tpcPadGainT0B_st row; diff --git a/StarDb/Calibrations/tpc/tpcPadGainT0B.y2018.C b/StarDb/Calibrations/tpc/tpcPadGainT0B.y2018.C index 42cb2c0308e..6d555a714c3 100644 --- a/StarDb/Calibrations/tpc/tpcPadGainT0B.y2018.C +++ b/StarDb/Calibrations/tpc/tpcPadGainT0B.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcPadGainT0B_Table.h" -#endif +#include "tables/St_tpcPadGainT0B_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadGainT0B")) return 0; St_tpcPadGainT0B *tableSet = new St_tpcPadGainT0B("tpcPadGainT0B",24); diff --git a/StarDb/Calibrations/tpc/tpcPadrowT0.C b/StarDb/Calibrations/tpc/tpcPadrowT0.C index 06addcf5c6d..21c2fd7eb63 100644 --- a/StarDb/Calibrations/tpc/tpcPadrowT0.C +++ b/StarDb/Calibrations/tpc/tpcPadrowT0.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcPadrowT0_Table.h" -#endif +#include "tables/St_tpcPadrowT0_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_tpcPadrowT0")) return 0; tpcPadrowT0_st row; diff --git a/StarDb/Calibrations/tpc/tpcPressureB.C b/StarDb/Calibrations/tpc/tpcPressureB.C index b07de90ebd8..df881775235 100644 --- a/StarDb/Calibrations/tpc/tpcPressureB.C +++ b/StarDb/Calibrations/tpc/tpcPressureB.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcRDOMap.C b/StarDb/Calibrations/tpc/tpcRDOMap.C index d184e8fa684..f73969898de 100644 --- a/StarDb/Calibrations/tpc/tpcRDOMap.C +++ b/StarDb/Calibrations/tpc/tpcRDOMap.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMap_Table.h" -#endif +#include "tables/St_tpcRDOMap_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOMap")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcRDOMap.y2016.C b/StarDb/Calibrations/tpc/tpcRDOMap.y2016.C index 0e205036f8a..311d2307152 100644 --- a/StarDb/Calibrations/tpc/tpcRDOMap.y2016.C +++ b/StarDb/Calibrations/tpc/tpcRDOMap.y2016.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMap_Table.h" -#endif +#include "tables/St_tpcRDOMap_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOMap")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcRDOT0offset.20180312.162439.C b/StarDb/Calibrations/tpc/tpcRDOT0offset.20180312.162439.C index d4a508221c9..67afa0266c5 100644 --- a/StarDb/Calibrations/tpc/tpcRDOT0offset.20180312.162439.C +++ b/StarDb/Calibrations/tpc/tpcRDOT0offset.20180312.162439.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOT0offset_Table.h" -#endif +#include "tables/St_tpcRDOT0offset_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOT0offset")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcRDOT0offset.C b/StarDb/Calibrations/tpc/tpcRDOT0offset.C index 041e51758ae..fc0454f7c14 100644 --- a/StarDb/Calibrations/tpc/tpcRDOT0offset.C +++ b/StarDb/Calibrations/tpc/tpcRDOT0offset.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOT0offset_Table.h" -#endif +#include "tables/St_tpcRDOT0offset_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOT0offset")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcRDOT0offset.y2019.C b/StarDb/Calibrations/tpc/tpcRDOT0offset.y2019.C index 041e51758ae..fc0454f7c14 100644 --- a/StarDb/Calibrations/tpc/tpcRDOT0offset.y2019.C +++ b/StarDb/Calibrations/tpc/tpcRDOT0offset.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOT0offset_Table.h" -#endif +#include "tables/St_tpcRDOT0offset_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcRDOT0offset")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcSectorT0offset.C b/StarDb/Calibrations/tpc/tpcSectorT0offset.C index c64c237dd1e..0fe944f827a 100644 --- a/StarDb/Calibrations/tpc/tpcSectorT0offset.C +++ b/StarDb/Calibrations/tpc/tpcSectorT0offset.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcSectorT0offset_Table.h" -#endif +#include "tables/St_tpcSectorT0offset_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.tpcSectorT0offset/tpcSectorT0offset Allocated rows: 1 Used rows: 1 Row size: 72 bytes diff --git a/StarDb/Calibrations/tpc/tpcSlewing.C b/StarDb/Calibrations/tpc/tpcSlewing.C index 4ce2139f48d..acd50779b36 100644 --- a/StarDb/Calibrations/tpc/tpcSlewing.C +++ b/StarDb/Calibrations/tpc/tpcSlewing.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcSlewing_Table.h" -#endif +#include "tables/St_tpcSlewing_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcSlewing")) return 0; tpcSlewing_st row; diff --git a/StarDb/Calibrations/tpc/tpcStatus.C b/StarDb/Calibrations/tpc/tpcStatus.C index ef9ef43fe23..2f8f0a6e35a 100644 --- a/StarDb/Calibrations/tpc/tpcStatus.C +++ b/StarDb/Calibrations/tpc/tpcStatus.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcStatus_Table.h" -#endif +#include "tables/St_tpcStatus_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.tpcStatus/tpcStatus Allocated rows: 1 Used rows: 1 Row size: 72 bytes diff --git a/StarDb/Calibrations/tpc/tpcT0.C b/StarDb/Calibrations/tpc/tpcT0.C index 1d48dd77dca..807756e2983 100644 --- a/StarDb/Calibrations/tpc/tpcT0.C +++ b/StarDb/Calibrations/tpc/tpcT0.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcT0_Table.h" -#endif +#include "tables/St_tpcT0_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tpc/.tpcT0/tpcT0 Allocated rows: 1 Used rows: 1 Row size: 72 bytes diff --git a/StarDb/Calibrations/tpc/tpcT0BX.C b/StarDb/Calibrations/tpc/tpcT0BX.C index fe1cc5ded65..7ef39d70604 100644 --- a/StarDb/Calibrations/tpc/tpcT0BX.C +++ b/StarDb/Calibrations/tpc/tpcT0BX.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcT0BX_Table.h" -#endif +#include "tables/St_tpcT0BX_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!TClass::GetClass("St_tpcT0BX")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcTimeDependence.C b/StarDb/Calibrations/tpc/tpcTimeDependence.C index 4b5185c9395..09618c64725 100644 --- a/StarDb/Calibrations/tpc/tpcTimeDependence.C +++ b/StarDb/Calibrations/tpc/tpcTimeDependence.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tpc/tpcWaterOut.C b/StarDb/Calibrations/tpc/tpcWaterOut.C index f65d20df23b..ebd3693ac2e 100644 --- a/StarDb/Calibrations/tpc/tpcWaterOut.C +++ b/StarDb/Calibrations/tpc/tpcWaterOut.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcCorrection_Table.h" -#endif +#include "tables/St_tpcCorrection_Table.h" + TDataSet *CreateTable() { // ------ Test whether this table share library was loaded ------ if (!gROOT->GetClass("St_tpcCorrection")) return 0; diff --git a/StarDb/Calibrations/tracker/DefaultTrackingParameters.20010312.000011.C b/StarDb/Calibrations/tracker/DefaultTrackingParameters.20010312.000011.C index 7c856f72c0d..a85eba55b46 100644 --- a/StarDb/Calibrations/tracker/DefaultTrackingParameters.20010312.000011.C +++ b/StarDb/Calibrations/tracker/DefaultTrackingParameters.20010312.000011.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TrackingParameters_Table.h" -#endif +#include "tables/St_TrackingParameters_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.DefaultTrackingParameters/DefaultTrackingParameters Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/Calibrations/tracker/DefaultTrackingParameters.C b/StarDb/Calibrations/tracker/DefaultTrackingParameters.C index 487ebd8cf2b..2a683cad9b0 100644 --- a/StarDb/Calibrations/tracker/DefaultTrackingParameters.C +++ b/StarDb/Calibrations/tracker/DefaultTrackingParameters.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TrackingParameters_Table.h" -#endif +#include "tables/St_TrackingParameters_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.DefaultTrackingParameters/DefaultTrackingParameters Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2013.C b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2013.C index c55e98e9f59..a30918d5c1d 100644 --- a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2013.C +++ b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2013.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_KalmanTrackFinderParameters_Table.h" -#endif +#include "tables/St_KalmanTrackFinderParameters_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tracker/.KalmanTrackFinderParameters/KalmanTrackFinderParameters Allocated rows: 1 Used rows: 1 Row size: 68 bytes diff --git a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2014.C b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2014.C index ad581594c67..737f886c906 100644 --- a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2014.C +++ b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2014.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_KalmanTrackFinderParameters_Table.h" -#endif +#include "tables/St_KalmanTrackFinderParameters_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tracker/.KalmanTrackFinderParameters/KalmanTrackFinderParameters Allocated rows: 1 Used rows: 1 Row size: 68 bytes diff --git a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2015.C b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2015.C index ad581594c67..737f886c906 100644 --- a/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2015.C +++ b/StarDb/Calibrations/tracker/KalmanTrackFinderParameters.y2015.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_KalmanTrackFinderParameters_Table.h" -#endif +#include "tables/St_KalmanTrackFinderParameters_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Calibrations/tracker/.KalmanTrackFinderParameters/KalmanTrackFinderParameters Allocated rows: 1 Used rows: 1 Row size: 68 bytes diff --git a/StarDb/Calibrations/tracker/KalmanTrackFitterParameters.C b/StarDb/Calibrations/tracker/KalmanTrackFitterParameters.C index 2f8b322e71a..c52c542d6cc 100644 --- a/StarDb/Calibrations/tracker/KalmanTrackFitterParameters.C +++ b/StarDb/Calibrations/tracker/KalmanTrackFitterParameters.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_KalmanTrackFitterParameters_Table.h" -#endif +#include "tables/St_KalmanTrackFitterParameters_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.KalmanTrackFitterParameters/KalmanTrackFitterParameters Allocated rows: 1 Used rows: 1 Row size: 8 bytes diff --git a/StarDb/Calibrations/tracker/LocalTrackSeedFinder.C b/StarDb/Calibrations/tracker/LocalTrackSeedFinder.C index 347307185f4..d47a34b34c4 100644 --- a/StarDb/Calibrations/tracker/LocalTrackSeedFinder.C +++ b/StarDb/Calibrations/tracker/LocalTrackSeedFinder.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_LocalTrackSeedFinder_Table.h" -#endif +#include "tables/St_LocalTrackSeedFinder_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.LocalTrackSeedFinder/LocalTrackSeedFinder Allocated rows: 4 Used rows: 4 Row size: 52 bytes diff --git a/StarDb/Calibrations/tracker/PixelHitError.upgr01.C b/StarDb/Calibrations/tracker/PixelHitError.upgr01.C index baa5f55441e..3202f04e5db 100644 --- a/StarDb/Calibrations/tracker/PixelHitError.upgr01.C +++ b/StarDb/Calibrations/tracker/PixelHitError.upgr01.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdHitError/ssdHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/PixelHitError.upgr15.C b/StarDb/Calibrations/tracker/PixelHitError.upgr15.C index baa5f55441e..3202f04e5db 100644 --- a/StarDb/Calibrations/tracker/PixelHitError.upgr15.C +++ b/StarDb/Calibrations/tracker/PixelHitError.upgr15.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdHitError/ssdHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/PixelHitError.y2013.C b/StarDb/Calibrations/tracker/PixelHitError.y2013.C index 2f7f237f604..29d09c67810 100644 --- a/StarDb/Calibrations/tracker/PixelHitError.y2013.C +++ b/StarDb/Calibrations/tracker/PixelHitError.y2013.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdHitError/ssdHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr01.C b/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr01.C index 196ba6c9c5e..e2eaecd2334 100644 --- a/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr01.C +++ b/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr01.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TrackingParameters_Table.h" -#endif +#include "tables/St_TrackingParameters_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdTrackingParameters/ssdTrackingParameters Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr15.C b/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr15.C index f4643a1a5a1..fa43e213b70 100644 --- a/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr15.C +++ b/StarDb/Calibrations/tracker/PixelTrackingParameters.upgr15.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TrackingParameters_Table.h" -#endif +#include "tables/St_TrackingParameters_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdTrackingParameters/ssdTrackingParameters Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/Calibrations/tracker/StvIstHitErrs.C b/StarDb/Calibrations/tracker/StvIstHitErrs.C index 4fd4a1848fb..9f798cb5f1e 100644 --- a/StarDb/Calibrations/tracker/StvIstHitErrs.C +++ b/StarDb/Calibrations/tracker/StvIstHitErrs.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist3HitError/ist3HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/StvKonst.C b/StarDb/Calibrations/tracker/StvKonst.C index 9a663576155..362bf0c3536 100644 --- a/StarDb/Calibrations/tracker/StvKonst.C +++ b/StarDb/Calibrations/tracker/StvKonst.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvKonst_Table.h" -#endif +#include "tables/St_StvKonst_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/StvPxlHitErrs.C b/StarDb/Calibrations/tracker/StvPxlHitErrs.C index 4049fd5bfc9..1b2f6d35400 100644 --- a/StarDb/Calibrations/tracker/StvPxlHitErrs.C +++ b/StarDb/Calibrations/tracker/StvPxlHitErrs.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ssdHitError/ssdHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20090315.000000.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20090315.000000.C index 581dd5088e2..af7eef356e6 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20090315.000000.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20090315.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20100101.000000.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20100101.000000.C index 6a48d316039..347d58a4f28 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20100101.000000.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.20100101.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.C index a284e21cec5..2b6ccf9656b 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2009c.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2009c.C index 975f68e5c0a..c46b27c2195 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2009c.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2009c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2010c.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2010c.C index 975f68e5c0a..c46b27c2195 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2010c.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2010c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2011c.C b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2011c.C index 975f68e5c0a..c46b27c2195 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2011c.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerHitErrs.y2011c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcInnerPromptErrs.C b/StarDb/Calibrations/tracker/StvTpcInnerPromptErrs.C index 9d0672c7795..4b2cdf04ae2 100644 --- a/StarDb/Calibrations/tracker/StvTpcInnerPromptErrs.C +++ b/StarDb/Calibrations/tracker/StvTpcInnerPromptErrs.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvHitErrs_Table.h" -#endif +#include "tables/St_StvHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerPromptErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20090315.000000.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20090315.000000.C index d4d526b8a4f..293d09eb10d 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20090315.000000.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20090315.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20100101.000000.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20100101.000000.C index e3c5ed5a285..ab6ed206bf0 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20100101.000000.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.20100101.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.C index e923c1c68b1..3c67a64a9e5 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2009c.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2009c.C index b0782dba7db..4d010298f63 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2009c.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2009c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2010c.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2010c.C index b0782dba7db..4d010298f63 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2010c.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2010c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2011c.C b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2011c.C index b0782dba7db..4d010298f63 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2011c.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterHitErrs.y2011c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvTpcHitErrs_Table.h" -#endif +#include "tables/St_StvTpcHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcOuterHitErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/StvTpcOuterPromptErrs.C b/StarDb/Calibrations/tracker/StvTpcOuterPromptErrs.C index a8c721e33cf..ec322ab5b8f 100644 --- a/StarDb/Calibrations/tracker/StvTpcOuterPromptErrs.C +++ b/StarDb/Calibrations/tracker/StvTpcOuterPromptErrs.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_StvHitErrs_Table.h" -#endif +#include "tables/St_StvHitErrs_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StvTpcInnerPromptErrs Allocated rows: 1 Used rows: 1 Row size: 64 bytes diff --git a/StarDb/Calibrations/tracker/ist1HitError.20050101.000000.C b/StarDb/Calibrations/tracker/ist1HitError.20050101.000000.C index 1302f980c96..73c72bcb013 100644 --- a/StarDb/Calibrations/tracker/ist1HitError.20050101.000000.C +++ b/StarDb/Calibrations/tracker/ist1HitError.20050101.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist1HitError/ist1HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/ist1HitError.20050101.000001.C b/StarDb/Calibrations/tracker/ist1HitError.20050101.000001.C index 61095199466..f8dececbaca 100644 --- a/StarDb/Calibrations/tracker/ist1HitError.20050101.000001.C +++ b/StarDb/Calibrations/tracker/ist1HitError.20050101.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist1HitError/ist1HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/ist1HitError.upgr15.C b/StarDb/Calibrations/tracker/ist1HitError.upgr15.C index 8e1353c5f91..a0bbfbf99f9 100644 --- a/StarDb/Calibrations/tracker/ist1HitError.upgr15.C +++ b/StarDb/Calibrations/tracker/ist1HitError.upgr15.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist1HitError/ist1HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/ist2HitError.20050101.000000.C b/StarDb/Calibrations/tracker/ist2HitError.20050101.000000.C index 25cee694810..2ab6b83e403 100644 --- a/StarDb/Calibrations/tracker/ist2HitError.20050101.000000.C +++ b/StarDb/Calibrations/tracker/ist2HitError.20050101.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist2HitError/ist2HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/ist3HitError.20050101.000000.C b/StarDb/Calibrations/tracker/ist3HitError.20050101.000000.C index 1530eb07a0a..3a403344dad 100644 --- a/StarDb/Calibrations/tracker/ist3HitError.20050101.000000.C +++ b/StarDb/Calibrations/tracker/ist3HitError.20050101.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.ist3HitError/ist3HitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tkf_tkfpar.20011201.000100.C b/StarDb/Calibrations/tracker/tkf_tkfpar.20011201.000100.C index e687ee5afe1..ef11c88719a 100644 --- a/StarDb/Calibrations/tracker/tkf_tkfpar.20011201.000100.C +++ b/StarDb/Calibrations/tracker/tkf_tkfpar.20011201.000100.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tkf_tkfpar_Table.h" -#endif +#include "tables/St_tkf_tkfpar_Table.h" + TDataSet *CreateTable(){ // ----------------------------------------------------------------- // tkfpar Allocated rows: 1 Used rows: 1 Row diff --git a/StarDb/Calibrations/tracker/tkf_tkfpar.20050324.150000.C b/StarDb/Calibrations/tracker/tkf_tkfpar.20050324.150000.C index 9a3a275b527..603915b664d 100644 --- a/StarDb/Calibrations/tracker/tkf_tkfpar.20050324.150000.C +++ b/StarDb/Calibrations/tracker/tkf_tkfpar.20050324.150000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tkf_tkfpar_Table.h" -#endif +#include "tables/St_tkf_tkfpar_Table.h" + TDataSet *CreateTable(){ // ----------------------------------------------------------------- // tkfpar Allocated rows: 1 Used rows: 1 Row diff --git a/StarDb/Calibrations/tracker/tkf_tkfpar.C b/StarDb/Calibrations/tracker/tkf_tkfpar.C index e687ee5afe1..ef11c88719a 100644 --- a/StarDb/Calibrations/tracker/tkf_tkfpar.C +++ b/StarDb/Calibrations/tracker/tkf_tkfpar.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tkf_tkfpar_Table.h" -#endif +#include "tables/St_tkf_tkfpar_Table.h" + TDataSet *CreateTable(){ // ----------------------------------------------------------------- // tkfpar Allocated rows: 1 Used rows: 1 Row diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.20091215.000003.C b/StarDb/Calibrations/tracker/tpcInnerHitError.20091215.000003.C index d8b376d8da7..2a43c51cb72 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.20091215.000003.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.20091215.000003.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.20100101.000000.C b/StarDb/Calibrations/tracker/tpcInnerHitError.20100101.000000.C index d8b376d8da7..2a43c51cb72 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.20100101.000000.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.20100101.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.C b/StarDb/Calibrations/tracker/tpcInnerHitError.C index d8b376d8da7..2a43c51cb72 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.y2009c.C b/StarDb/Calibrations/tracker/tpcInnerHitError.y2009c.C index d8b376d8da7..2a43c51cb72 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.y2009c.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.y2009c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.y2010c.C b/StarDb/Calibrations/tracker/tpcInnerHitError.y2010c.C index d8b376d8da7..2a43c51cb72 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.y2010c.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.y2010c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcInnerHitError.y2011c.C b/StarDb/Calibrations/tracker/tpcInnerHitError.y2011c.C index d8b376d8da7..2a43c51cb72 100644 --- a/StarDb/Calibrations/tracker/tpcInnerHitError.y2011c.C +++ b/StarDb/Calibrations/tracker/tpcInnerHitError.y2011c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.20091215.000003.C b/StarDb/Calibrations/tracker/tpcOuterHitError.20091215.000003.C index 8c91388f5f0..bb2d858c8f4 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.20091215.000003.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.20091215.000003.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.20100101.000000.C b/StarDb/Calibrations/tracker/tpcOuterHitError.20100101.000000.C index 8c91388f5f0..bb2d858c8f4 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.20100101.000000.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.20100101.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.C b/StarDb/Calibrations/tracker/tpcOuterHitError.C index 8c91388f5f0..bb2d858c8f4 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.y2009c.C b/StarDb/Calibrations/tracker/tpcOuterHitError.y2009c.C index 8c91388f5f0..bb2d858c8f4 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.y2009c.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.y2009c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.y2010c.C b/StarDb/Calibrations/tracker/tpcOuterHitError.y2010c.C index 8c91388f5f0..bb2d858c8f4 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.y2010c.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.y2010c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcOuterHitError.y2011c.C b/StarDb/Calibrations/tracker/tpcOuterHitError.y2011c.C index 8c91388f5f0..bb2d858c8f4 100644 --- a/StarDb/Calibrations/tracker/tpcOuterHitError.y2011c.C +++ b/StarDb/Calibrations/tracker/tpcOuterHitError.y2011c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_HitError_Table.h" -#endif +#include "tables/St_HitError_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // someHitError Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Calibrations/tracker/tpcTrackingParameters.20010312.000011.C b/StarDb/Calibrations/tracker/tpcTrackingParameters.20010312.000011.C index 7c856f72c0d..a85eba55b46 100644 --- a/StarDb/Calibrations/tracker/tpcTrackingParameters.20010312.000011.C +++ b/StarDb/Calibrations/tracker/tpcTrackingParameters.20010312.000011.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_TrackingParameters_Table.h" -#endif +#include "tables/St_TrackingParameters_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.data/StarDb/Calibrations/tracker/.DefaultTrackingParameters/DefaultTrackingParameters Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/Geometry/fst/fstOnTpc.20211110.000001.C b/StarDb/Geometry/fst/fstOnTpc.20211110.000001.C index f4c5a0f6a64..215e9355c83 100644 --- a/StarDb/Geometry/fst/fstOnTpc.20211110.000001.C +++ b/StarDb/Geometry/fst/fstOnTpc.20211110.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_Survey")) return 0; Survey_st row; diff --git a/StarDb/Geometry/fst/fstSensorOnWedge.20211110.000001.C b/StarDb/Geometry/fst/fstSensorOnWedge.20211110.000001.C index 8f2ee89df64..6d283a743a3 100644 --- a/StarDb/Geometry/fst/fstSensorOnWedge.20211110.000001.C +++ b/StarDb/Geometry/fst/fstSensorOnWedge.20211110.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_Survey")) return 0; Survey_st row; diff --git a/StarDb/Geometry/fst/fstWedgeOnHss.20211110.000001.C b/StarDb/Geometry/fst/fstWedgeOnHss.20211110.000001.C index b02c8f355af..2ba006d95a1 100644 --- a/StarDb/Geometry/fst/fstWedgeOnHss.20211110.000001.C +++ b/StarDb/Geometry/fst/fstWedgeOnHss.20211110.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_Survey")) return 0; Survey_st row; diff --git a/StarDb/Geometry/fst/hssOnFst.20211110.000001.C b/StarDb/Geometry/fst/hssOnFst.20211110.000001.C index 91045d6aaa4..7825ecf19ce 100644 --- a/StarDb/Geometry/fst/hssOnFst.20211110.000001.C +++ b/StarDb/Geometry/fst/hssOnFst.20211110.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_Survey")) return 0; Survey_st row; diff --git a/StarDb/Geometry/ftpc/ftpcAsicMap.C b/StarDb/Geometry/ftpc/ftpcAsicMap.C index e50f0b83706..c4baaade9b1 100644 --- a/StarDb/Geometry/ftpc/ftpcAsicMap.C +++ b/StarDb/Geometry/ftpc/ftpcAsicMap.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcAsicMap_Table.h" -#endif +#include "tables/St_ftpcAsicMap_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ftpc/.ftpcAsicMap/ftpcAsicMap Allocated rows: 1 Used rows: 1 Row size: 4 bytes diff --git a/StarDb/Geometry/ftpc/ftpcClusterGeom.C b/StarDb/Geometry/ftpc/ftpcClusterGeom.C index b444bb7add7..db3ef945219 100644 --- a/StarDb/Geometry/ftpc/ftpcClusterGeom.C +++ b/StarDb/Geometry/ftpc/ftpcClusterGeom.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcClusterGeom_Table.h" -#endif +#include "tables/St_ftpcClusterGeom_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ftpc/.ftpcClusterGeom/ftpcClusterGeom Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/Geometry/ftpc/ftpcInnerCathode.C b/StarDb/Geometry/ftpc/ftpcInnerCathode.C index 8b1a7cd6023..c3801b66b19 100644 --- a/StarDb/Geometry/ftpc/ftpcInnerCathode.C +++ b/StarDb/Geometry/ftpc/ftpcInnerCathode.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcInnerCathode_Table.h" -#endif +#include "tables/St_ftpcInnerCathode_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ftpc/.ftpcInnerCathode/ftpcInnerCathode Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20131210.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20131210.000001.C index 54ce8e3b7ff..ef2a30d6493 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20131210.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20131210.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20140101.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20140101.000001.C index 06650c2a806..397d2deec96 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20140101.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20140101.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20141210.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20141210.000001.C index 54ce8e3b7ff..ef2a30d6493 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20141210.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20141210.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20150101.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20150101.000001.C index 3cfa8ea4a8f..f69cf8a8e08 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20150101.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20150101.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20151210.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20151210.000001.C index 54ce8e3b7ff..ef2a30d6493 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20151210.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20151210.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/ist/istLadderOnIstMisalign.20160101.000001.C b/StarDb/Geometry/ist/istLadderOnIstMisalign.20160101.000001.C index 3cfa8ea4a8f..f69cf8a8e08 100644 --- a/StarDb/Geometry/ist/istLadderOnIstMisalign.20160101.000001.C +++ b/StarDb/Geometry/ist/istLadderOnIstMisalign.20160101.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/ist/.istLadderOnIst/istLadderOnIstMisalign Allocated rows: 24 Used rows: 24 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20131210.000001.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20131210.000001.C index aa1a20d7d66..97026e9bbda 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20131210.000001.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20131210.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20140101.000000.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20140101.000000.C index 48d6f96cd98..0ab2b7b630c 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20140101.000000.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20140101.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20141210.000001.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20141210.000001.C index aa1a20d7d66..97026e9bbda 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20141210.000001.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20141210.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20150101.000001.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20150101.000001.C index ba5a61702aa..4e425e8242f 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20150101.000001.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20150101.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20151210.000001.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20151210.000001.C index aa1a20d7d66..97026e9bbda 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20151210.000001.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20151210.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20160101.000001.C b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20160101.000001.C index f7baf4b3d26..93118cc2dda 100644 --- a/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20160101.000001.C +++ b/StarDb/Geometry/pxl/pxlLadderOnSectorMisalign.20160101.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/pxl/.pxlLadderOnSector/pxlLadderOnSectorMisalign Allocated rows: 40 Used rows: 40 Row size: 180 bytes diff --git a/StarDb/Geometry/ssd/SsdLaddersOnSectors.C b/StarDb/Geometry/ssd/SsdLaddersOnSectors.C index e1f3bb5f4b6..3af395e6be7 100644 --- a/StarDb/Geometry/ssd/SsdLaddersOnSectors.C +++ b/StarDb/Geometry/ssd/SsdLaddersOnSectors.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2005.C b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2005.C index e1f3bb5f4b6..3af395e6be7 100644 --- a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2005.C +++ b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2006.C b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2006.C index e1f3bb5f4b6..3af395e6be7 100644 --- a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2006.C +++ b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2007.C b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2007.C index e1f3bb5f4b6..3af395e6be7 100644 --- a/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2007.C +++ b/StarDb/Geometry/ssd/SsdLaddersOnSectors.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdOnGlobal.C b/StarDb/Geometry/ssd/SsdOnGlobal.C index 3c1df39cb53..e9b10500ea5 100644 --- a/StarDb/Geometry/ssd/SsdOnGlobal.C +++ b/StarDb/Geometry/ssd/SsdOnGlobal.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/ssd/SsdOnGlobal.y2005.C b/StarDb/Geometry/ssd/SsdOnGlobal.y2005.C index 3c1df39cb53..e9b10500ea5 100644 --- a/StarDb/Geometry/ssd/SsdOnGlobal.y2005.C +++ b/StarDb/Geometry/ssd/SsdOnGlobal.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/ssd/SsdOnGlobal.y2006.C b/StarDb/Geometry/ssd/SsdOnGlobal.y2006.C index 3c1df39cb53..e9b10500ea5 100644 --- a/StarDb/Geometry/ssd/SsdOnGlobal.y2006.C +++ b/StarDb/Geometry/ssd/SsdOnGlobal.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/ssd/SsdOnGlobal.y2007.C b/StarDb/Geometry/ssd/SsdOnGlobal.y2007.C index 3c1df39cb53..e9b10500ea5 100644 --- a/StarDb/Geometry/ssd/SsdOnGlobal.y2007.C +++ b/StarDb/Geometry/ssd/SsdOnGlobal.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.C b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.C index edc1c32a1b3..e2fa95ee305 100644 --- a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.C +++ b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // SsdSectorsOnGlobal Allocated rows: 4 Used rows: 4 Row size: 180 bytes diff --git a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2005.C b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2005.C index edc1c32a1b3..e2fa95ee305 100644 --- a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2005.C +++ b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // SsdSectorsOnGlobal Allocated rows: 4 Used rows: 4 Row size: 180 bytes diff --git a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2006.C b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2006.C index edc1c32a1b3..e2fa95ee305 100644 --- a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2006.C +++ b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // SsdSectorsOnGlobal Allocated rows: 4 Used rows: 4 Row size: 180 bytes diff --git a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2007.C b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2007.C index edc1c32a1b3..e2fa95ee305 100644 --- a/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2007.C +++ b/StarDb/Geometry/ssd/SsdSectorsOnGlobal.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // SsdSectorsOnGlobal Allocated rows: 4 Used rows: 4 Row size: 180 bytes diff --git a/StarDb/Geometry/ssd/SsdWafersOnLadders.C b/StarDb/Geometry/ssd/SsdWafersOnLadders.C index 7c354ef784a..ebec0634370 100644 --- a/StarDb/Geometry/ssd/SsdWafersOnLadders.C +++ b/StarDb/Geometry/ssd/SsdWafersOnLadders.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2005.C b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2005.C index 7c354ef784a..ebec0634370 100644 --- a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2005.C +++ b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2006.C b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2006.C index 7c354ef784a..ebec0634370 100644 --- a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2006.C +++ b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2007.C b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2007.C index 7c354ef784a..ebec0634370 100644 --- a/StarDb/Geometry/ssd/SsdWafersOnLadders.y2007.C +++ b/StarDb/Geometry/ssd/SsdWafersOnLadders.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20131210.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20131210.000001.C index 90be8d0ce30..20b5c2d1aec 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20131210.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20131210.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20140101.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20140101.000001.C index 780eac8b0dd..50814dfaeb3 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20140101.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20140101.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20141210.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20141210.000001.C index 90be8d0ce30..20b5c2d1aec 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20141210.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20141210.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20150101.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20150101.000001.C index 5f79290b8df..b41a9b7e47f 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20150101.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20150101.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20151210.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20151210.000001.C index 90be8d0ce30..20b5c2d1aec 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20151210.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20151210.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20160101.000001.C b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20160101.000001.C index fb7d51146fc..830446a27c2 100644 --- a/StarDb/Geometry/sst/sstLadderOnSstMisalign.20160101.000001.C +++ b/StarDb/Geometry/sst/sstLadderOnSstMisalign.20160101.000001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/sst/.sstLadderOnSst/sstLadderOnSstMisalign Allocated rows: 20 Used rows: 20 Row size: 180 bytes diff --git a/StarDb/Geometry/svt/LadderOnShell.C b/StarDb/Geometry/svt/LadderOnShell.C index f93e24ab223..86e989f7a10 100644 --- a/StarDb/Geometry/svt/LadderOnShell.C +++ b/StarDb/Geometry/svt/LadderOnShell.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnShell.y2005.C b/StarDb/Geometry/svt/LadderOnShell.y2005.C index f93e24ab223..86e989f7a10 100644 --- a/StarDb/Geometry/svt/LadderOnShell.y2005.C +++ b/StarDb/Geometry/svt/LadderOnShell.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnShell.y2006.C b/StarDb/Geometry/svt/LadderOnShell.y2006.C index f93e24ab223..86e989f7a10 100644 --- a/StarDb/Geometry/svt/LadderOnShell.y2006.C +++ b/StarDb/Geometry/svt/LadderOnShell.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnShell.y2007.C b/StarDb/Geometry/svt/LadderOnShell.y2007.C index f93e24ab223..86e989f7a10 100644 --- a/StarDb/Geometry/svt/LadderOnShell.y2007.C +++ b/StarDb/Geometry/svt/LadderOnShell.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnSurvey.y2001.C b/StarDb/Geometry/svt/LadderOnSurvey.y2001.C index 604a821cd34..6aaffc56aaf 100644 --- a/StarDb/Geometry/svt/LadderOnSurvey.y2001.C +++ b/StarDb/Geometry/svt/LadderOnSurvey.y2001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnSurvey.y2005.C b/StarDb/Geometry/svt/LadderOnSurvey.y2005.C index 604a821cd34..6aaffc56aaf 100644 --- a/StarDb/Geometry/svt/LadderOnSurvey.y2005.C +++ b/StarDb/Geometry/svt/LadderOnSurvey.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnSurvey.y2006.C b/StarDb/Geometry/svt/LadderOnSurvey.y2006.C index 604a821cd34..6aaffc56aaf 100644 --- a/StarDb/Geometry/svt/LadderOnSurvey.y2006.C +++ b/StarDb/Geometry/svt/LadderOnSurvey.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/LadderOnSurvey.y2007.C b/StarDb/Geometry/svt/LadderOnSurvey.y2007.C index 604a821cd34..6aaffc56aaf 100644 --- a/StarDb/Geometry/svt/LadderOnSurvey.y2007.C +++ b/StarDb/Geometry/svt/LadderOnSurvey.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/ShellOnGlobal.y2001.C b/StarDb/Geometry/svt/ShellOnGlobal.y2001.C index 1ad41f55efb..8eb5266e8d1 100644 --- a/StarDb/Geometry/svt/ShellOnGlobal.y2001.C +++ b/StarDb/Geometry/svt/ShellOnGlobal.y2001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/ShellOnGlobal.y2005.C b/StarDb/Geometry/svt/ShellOnGlobal.y2005.C index 1ad41f55efb..8eb5266e8d1 100644 --- a/StarDb/Geometry/svt/ShellOnGlobal.y2005.C +++ b/StarDb/Geometry/svt/ShellOnGlobal.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/ShellOnGlobal.y2006.C b/StarDb/Geometry/svt/ShellOnGlobal.y2006.C index 1ad41f55efb..8eb5266e8d1 100644 --- a/StarDb/Geometry/svt/ShellOnGlobal.y2006.C +++ b/StarDb/Geometry/svt/ShellOnGlobal.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/ShellOnGlobal.y2007.C b/StarDb/Geometry/svt/ShellOnGlobal.y2007.C index 1ad41f55efb..8eb5266e8d1 100644 --- a/StarDb/Geometry/svt/ShellOnGlobal.y2007.C +++ b/StarDb/Geometry/svt/ShellOnGlobal.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/SvtOnGlobal.y2001.C b/StarDb/Geometry/svt/SvtOnGlobal.y2001.C index c266269ed6c..ef5562fb909 100644 --- a/StarDb/Geometry/svt/SvtOnGlobal.y2001.C +++ b/StarDb/Geometry/svt/SvtOnGlobal.y2001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/svt/SvtOnGlobal.y2005.C b/StarDb/Geometry/svt/SvtOnGlobal.y2005.C index c266269ed6c..ef5562fb909 100644 --- a/StarDb/Geometry/svt/SvtOnGlobal.y2005.C +++ b/StarDb/Geometry/svt/SvtOnGlobal.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/svt/SvtOnGlobal.y2006.C b/StarDb/Geometry/svt/SvtOnGlobal.y2006.C index c266269ed6c..ef5562fb909 100644 --- a/StarDb/Geometry/svt/SvtOnGlobal.y2006.C +++ b/StarDb/Geometry/svt/SvtOnGlobal.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/svt/SvtOnGlobal.y2007.C b/StarDb/Geometry/svt/SvtOnGlobal.y2007.C index c266269ed6c..ef5562fb909 100644 --- a/StarDb/Geometry/svt/SvtOnGlobal.y2007.C +++ b/StarDb/Geometry/svt/SvtOnGlobal.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0,.1,.1,.1,.1,.1,.1,"ideal position"}; diff --git a/StarDb/Geometry/svt/WaferOnLadder.y2001.C b/StarDb/Geometry/svt/WaferOnLadder.y2001.C index dcf20f8d839..5da89a23287 100644 --- a/StarDb/Geometry/svt/WaferOnLadder.y2001.C +++ b/StarDb/Geometry/svt/WaferOnLadder.y2001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/WaferOnLadder.y2005.C b/StarDb/Geometry/svt/WaferOnLadder.y2005.C index dcf20f8d839..5da89a23287 100644 --- a/StarDb/Geometry/svt/WaferOnLadder.y2005.C +++ b/StarDb/Geometry/svt/WaferOnLadder.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/WaferOnLadder.y2006.C b/StarDb/Geometry/svt/WaferOnLadder.y2006.C index dcf20f8d839..5da89a23287 100644 --- a/StarDb/Geometry/svt/WaferOnLadder.y2006.C +++ b/StarDb/Geometry/svt/WaferOnLadder.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/svt/WaferOnLadder.y2007.C b/StarDb/Geometry/svt/WaferOnLadder.y2007.C index dcf20f8d839..5da89a23287 100644 --- a/StarDb/Geometry/svt/WaferOnLadder.y2007.C +++ b/StarDb/Geometry/svt/WaferOnLadder.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // diff --git a/StarDb/Geometry/tpc/TpcHalfPosition.C b/StarDb/Geometry/tpc/TpcHalfPosition.C index 781c66a16ac..7a1631ed4e2 100644 --- a/StarDb/Geometry/tpc/TpcHalfPosition.C +++ b/StarDb/Geometry/tpc/TpcHalfPosition.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcHalfPosition.y2019.C b/StarDb/Geometry/tpc/TpcHalfPosition.y2019.C index 781c66a16ac..7a1631ed4e2 100755 --- a/StarDb/Geometry/tpc/TpcHalfPosition.y2019.C +++ b/StarDb/Geometry/tpc/TpcHalfPosition.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcInnerSectorPosition.C b/StarDb/Geometry/tpc/TpcInnerSectorPosition.C index 30f129e8e81..b3681f300df 100644 --- a/StarDb/Geometry/tpc/TpcInnerSectorPosition.C +++ b/StarDb/Geometry/tpc/TpcInnerSectorPosition.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcInnerSectorPositionB.C b/StarDb/Geometry/tpc/TpcInnerSectorPositionB.C index 30f129e8e81..b3681f300df 100644 --- a/StarDb/Geometry/tpc/TpcInnerSectorPositionB.C +++ b/StarDb/Geometry/tpc/TpcInnerSectorPositionB.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcInnerSectorPositionB.y2016.C b/StarDb/Geometry/tpc/TpcInnerSectorPositionB.y2016.C index 30f129e8e81..b3681f300df 100755 --- a/StarDb/Geometry/tpc/TpcInnerSectorPositionB.y2016.C +++ b/StarDb/Geometry/tpc/TpcInnerSectorPositionB.y2016.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcOuterSectorPosition.C b/StarDb/Geometry/tpc/TpcOuterSectorPosition.C index c8f0115a68b..aad8a00ab56 100644 --- a/StarDb/Geometry/tpc/TpcOuterSectorPosition.C +++ b/StarDb/Geometry/tpc/TpcOuterSectorPosition.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcOuterSectorPositionB.C b/StarDb/Geometry/tpc/TpcOuterSectorPositionB.C index b80daf2e2e9..ff6c2e22390 100644 --- a/StarDb/Geometry/tpc/TpcOuterSectorPositionB.C +++ b/StarDb/Geometry/tpc/TpcOuterSectorPositionB.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/Geometry/tpc/TpcPosition.C b/StarDb/Geometry/tpc/TpcPosition.C index 685edafb8bf..25d25a744f1 100644 --- a/StarDb/Geometry/tpc/TpcPosition.C +++ b/StarDb/Geometry/tpc/TpcPosition.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/Geometry/tpc/TpcSuperSectorPosition.C b/StarDb/Geometry/tpc/TpcSuperSectorPosition.C index 295fed67ea3..de38a263133 100644 --- a/StarDb/Geometry/tpc/TpcSuperSectorPosition.C +++ b/StarDb/Geometry/tpc/TpcSuperSectorPosition.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = {0, 1,0,0, 0,1,0, 0,0,1, 0,0,0, 1e-5,1e-5,1e-4,4e-3,4e-3,4e-3,"Ideal"}; diff --git a/StarDb/Geometry/tpc/TpcSuperSectorPositionB.C b/StarDb/Geometry/tpc/TpcSuperSectorPositionB.C index 3722d8680bb..88c852650ae 100644 --- a/StarDb/Geometry/tpc/TpcSuperSectorPositionB.C +++ b/StarDb/Geometry/tpc/TpcSuperSectorPositionB.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/Geometry/tpc/TpcSuperSectorPositionB.y2019.C b/StarDb/Geometry/tpc/TpcSuperSectorPositionB.y2019.C index 3722d8680bb..88c852650ae 100755 --- a/StarDb/Geometry/tpc/TpcSuperSectorPositionB.y2019.C +++ b/StarDb/Geometry/tpc/TpcSuperSectorPositionB.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/Geometry/tpc/iTPCSurvey.C b/StarDb/Geometry/tpc/iTPCSurvey.C index 6571ea5f7b1..5e823e9b0a2 100644 --- a/StarDb/Geometry/tpc/iTPCSurvey.C +++ b/StarDb/Geometry/tpc/iTPCSurvey.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_iTPCSurvey_Table.h" -#endif +#include "tables/St_iTPCSurvey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_iTPCSurvey")) return 0; iTPCSurvey_st row[24] = { diff --git a/StarDb/Geometry/tpc/iTPCSurvey.y2019.C b/StarDb/Geometry/tpc/iTPCSurvey.y2019.C index 7479b458209..c07bbf72980 100644 --- a/StarDb/Geometry/tpc/iTPCSurvey.y2019.C +++ b/StarDb/Geometry/tpc/iTPCSurvey.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_iTPCSurvey_Table.h" -#endif +#include "tables/St_iTPCSurvey_Table.h" + TDataSet *CreateTable() { /* Shanmuganathan Prashanth 11/14/18 Position iTPC-Sector diff --git a/StarDb/Geometry/tpc/itpcPadPlanes.C b/StarDb/Geometry/tpc/itpcPadPlanes.C index 3c7cc20be16..3c2d19e597b 100644 --- a/StarDb/Geometry/tpc/itpcPadPlanes.C +++ b/StarDb/Geometry/tpc/itpcPadPlanes.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_itpcPadPlanes_Table.h" -#endif +#include "tables/St_itpcPadPlanes_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/tpc/.itpcPadPlanes/itpcPadPlanes Allocated rows: 1 Used rows: 1 Row size: 1392 bytes diff --git a/StarDb/Geometry/tpc/tpcGlobalPosition.C b/StarDb/Geometry/tpc/tpcGlobalPosition.C index 9f57e7dd495..74bd14c60c5 100644 --- a/StarDb/Geometry/tpc/tpcGlobalPosition.C +++ b/StarDb/Geometry/tpc/tpcGlobalPosition.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcGlobalPosition_Table.h" -#endif +#include "tables/St_tpcGlobalPosition_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcGlobalPosition")) return 0; tpcGlobalPosition_st row; diff --git a/StarDb/Geometry/tpc/tpcPadConfig.C b/StarDb/Geometry/tpc/tpcPadConfig.C index dee7bd09260..e41376544c0 100644 --- a/StarDb/Geometry/tpc/tpcPadConfig.C +++ b/StarDb/Geometry/tpc/tpcPadConfig.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcPadConfig_Table.h" -#endif +#include "tables/St_tpcPadConfig_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/tpc/.tpcPadConfig/tpcPadConfig Allocated rows: 1 Used rows: 1 Row size: 1392 bytes diff --git a/StarDb/Geometry/tpc/tpcPadConfig.y2018.C b/StarDb/Geometry/tpc/tpcPadConfig.y2018.C index 90870105321..5bf72970745 100644 --- a/StarDb/Geometry/tpc/tpcPadConfig.y2018.C +++ b/StarDb/Geometry/tpc/tpcPadConfig.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcPadConfig_Table.h" -#endif +#include "tables/St_tpcPadConfig_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/tpc/.tpcPadConfig/tpcPadConfig Allocated rows: 1 Used rows: 1 Row size: 1392 bytes diff --git a/StarDb/Geometry/tpc/tpcPadConfig.y2019.C b/StarDb/Geometry/tpc/tpcPadConfig.y2019.C index 9ca3f1a1e22..a73554331c4 100644 --- a/StarDb/Geometry/tpc/tpcPadConfig.y2019.C +++ b/StarDb/Geometry/tpc/tpcPadConfig.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcPadConfig_Table.h" -#endif +#include "tables/St_tpcPadConfig_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/tpc/.tpcPadConfig/tpcPadConfig Allocated rows: 1 Used rows: 1 Row size: 1392 bytes diff --git a/StarDb/Geometry/tpc/tpcPadPlanes.C b/StarDb/Geometry/tpc/tpcPadPlanes.C index 8064ada6815..33cc36f6c75 100644 --- a/StarDb/Geometry/tpc/tpcPadPlanes.C +++ b/StarDb/Geometry/tpc/tpcPadPlanes.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcPadPlanes_Table.h" -#endif +#include "tables/St_tpcPadPlanes_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/Geometry/tpc/.tpcPadPlanes/tpcPadPlanes Allocated rows: 1 Used rows: 1 Row size: 1392 bytes diff --git a/StarDb/RunLog/MagFactor.y2011.C b/StarDb/RunLog/MagFactor.y2011.C index aabc9246a77..cfa38eebc52 100644 --- a/StarDb/RunLog/MagFactor.y2011.C +++ b/StarDb/RunLog/MagFactor.y2011.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MagFactor_Table.h" -#endif +#include "tables/St_MagFactor_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StarDb/.data/StarDb/RunLog/MagFactor Allocated rows: 1 Used rows: 1 Row size: 4 bytes diff --git a/StarDb/RunLog/MagFactor.y2012.C b/StarDb/RunLog/MagFactor.y2012.C index aabc9246a77..cfa38eebc52 100644 --- a/StarDb/RunLog/MagFactor.y2012.C +++ b/StarDb/RunLog/MagFactor.y2012.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MagFactor_Table.h" -#endif +#include "tables/St_MagFactor_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StarDb/.data/StarDb/RunLog/MagFactor Allocated rows: 1 Used rows: 1 Row size: 4 bytes diff --git a/StarDb/RunLog/MagFactor.y2013.C b/StarDb/RunLog/MagFactor.y2013.C index aabc9246a77..cfa38eebc52 100644 --- a/StarDb/RunLog/MagFactor.y2013.C +++ b/StarDb/RunLog/MagFactor.y2013.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MagFactor_Table.h" -#endif +#include "tables/St_MagFactor_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StarDb/.data/StarDb/RunLog/MagFactor Allocated rows: 1 Used rows: 1 Row size: 4 bytes diff --git a/StarDb/RunLog/MagFactor.y2014.C b/StarDb/RunLog/MagFactor.y2014.C index aabc9246a77..cfa38eebc52 100644 --- a/StarDb/RunLog/MagFactor.y2014.C +++ b/StarDb/RunLog/MagFactor.y2014.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_MagFactor_Table.h" -#endif +#include "tables/St_MagFactor_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // StarDb/.data/StarDb/RunLog/MagFactor Allocated rows: 1 Used rows: 1 Row size: 4 bytes diff --git a/StarDb/RunLog/onl/beamInfo.C b/StarDb/RunLog/onl/beamInfo.C index 0d69ec6f34e..b594c12c484 100644 --- a/StarDb/RunLog/onl/beamInfo.C +++ b/StarDb/RunLog/onl/beamInfo.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_beamInfo_Table.h" -#endif +#include "tables/St_beamInfo_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.beamInfo/beamInfo Allocated rows: 1 Used rows: 1 Row size: 120 bytes diff --git a/StarDb/RunLog/onl/starClockOnl.C b/StarDb/RunLog/onl/starClockOnl.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.C +++ b/StarDb/RunLog/onl/starClockOnl.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.devE.C b/StarDb/RunLog/onl/starClockOnl.devE.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.devE.C +++ b/StarDb/RunLog/onl/starClockOnl.devE.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2001.C b/StarDb/RunLog/onl/starClockOnl.y2001.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2001.C +++ b/StarDb/RunLog/onl/starClockOnl.y2001.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2003.C b/StarDb/RunLog/onl/starClockOnl.y2003.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2003.C +++ b/StarDb/RunLog/onl/starClockOnl.y2003.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2004.C b/StarDb/RunLog/onl/starClockOnl.y2004.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2004.C +++ b/StarDb/RunLog/onl/starClockOnl.y2004.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2005.C b/StarDb/RunLog/onl/starClockOnl.y2005.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2005.C +++ b/StarDb/RunLog/onl/starClockOnl.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2006.C b/StarDb/RunLog/onl/starClockOnl.y2006.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2006.C +++ b/StarDb/RunLog/onl/starClockOnl.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2007.C b/StarDb/RunLog/onl/starClockOnl.y2007.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2007.C +++ b/StarDb/RunLog/onl/starClockOnl.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2008.C b/StarDb/RunLog/onl/starClockOnl.y2008.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2008.C +++ b/StarDb/RunLog/onl/starClockOnl.y2008.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2009.C b/StarDb/RunLog/onl/starClockOnl.y2009.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2009.C +++ b/StarDb/RunLog/onl/starClockOnl.y2009.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2010.C b/StarDb/RunLog/onl/starClockOnl.y2010.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2010.C +++ b/StarDb/RunLog/onl/starClockOnl.y2010.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2011.C b/StarDb/RunLog/onl/starClockOnl.y2011.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2011.C +++ b/StarDb/RunLog/onl/starClockOnl.y2011.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2012.C b/StarDb/RunLog/onl/starClockOnl.y2012.C index 5068ed6ad89..3e76df4076a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2012.C +++ b/StarDb/RunLog/onl/starClockOnl.y2012.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2013.C b/StarDb/RunLog/onl/starClockOnl.y2013.C index 320f3ef68f5..c307d40e65a 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2013.C +++ b/StarDb/RunLog/onl/starClockOnl.y2013.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starClockOnl.y2014.C b/StarDb/RunLog/onl/starClockOnl.y2014.C index 9192c572755..944b7a2e766 100644 --- a/StarDb/RunLog/onl/starClockOnl.y2014.C +++ b/StarDb/RunLog/onl/starClockOnl.y2014.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starClockOnl_Table.h" -#endif +#include "tables/St_starClockOnl_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_starClockOnl")) return 0; starClockOnl_st row; diff --git a/StarDb/RunLog/onl/starMagOnl.C b/StarDb/RunLog/onl/starMagOnl.C index 44284d40f3e..2be6e1a0554 100644 --- a/StarDb/RunLog/onl/starMagOnl.C +++ b/StarDb/RunLog/onl/starMagOnl.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_starMagOnl_Table.h" -#endif +#include "tables/St_starMagOnl_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.starMagOnl/starMagOnl Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/RunLog/onl/tpcRDOMasks.20071128.13225.C b/StarDb/RunLog/onl/tpcRDOMasks.20071128.13225.C index f4f2c4e5990..d8075005cfc 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.20071128.13225.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.20071128.13225.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.tpcRDOMasks/tpcRDOMasks Allocated rows: 12 Used rows: 12 Row size: 12 bytes diff --git a/StarDb/RunLog/onl/tpcRDOMasks.C b/StarDb/RunLog/onl/tpcRDOMasks.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.dev2005.C b/StarDb/RunLog/onl/tpcRDOMasks.dev2005.C index 83a87993230..b83c9fbebaf 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.dev2005.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.dev2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.tpcRDOMasks/tpcRDOMasks Allocated rows: 12 Used rows: 12 Row size: 12 bytes diff --git a/StarDb/RunLog/onl/tpcRDOMasks.devE.C b/StarDb/RunLog/onl/tpcRDOMasks.devE.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.devE.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.devE.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.eStar2.C b/StarDb/RunLog/onl/tpcRDOMasks.eStar2.C index 83a87993230..b83c9fbebaf 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.eStar2.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.eStar2.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.tpcRDOMasks/tpcRDOMasks Allocated rows: 12 Used rows: 12 Row size: 12 bytes diff --git a/StarDb/RunLog/onl/tpcRDOMasks.upgr15.C b/StarDb/RunLog/onl/tpcRDOMasks.upgr15.C index 83a87993230..b83c9fbebaf 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.upgr15.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.upgr15.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.tpcRDOMasks/tpcRDOMasks Allocated rows: 12 Used rows: 12 Row size: 12 bytes diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2003.C b/StarDb/RunLog/onl/tpcRDOMasks.y2003.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2003.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2003.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2004.C b/StarDb/RunLog/onl/tpcRDOMasks.y2004.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2004.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2004.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2005.C b/StarDb/RunLog/onl/tpcRDOMasks.y2005.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2005.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2006.C b/StarDb/RunLog/onl/tpcRDOMasks.y2006.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2006.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2006.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2007.C b/StarDb/RunLog/onl/tpcRDOMasks.y2007.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2007.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2007.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2008.C b/StarDb/RunLog/onl/tpcRDOMasks.y2008.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2008.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2008.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2009.C b/StarDb/RunLog/onl/tpcRDOMasks.y2009.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2009.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2009.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2010.C b/StarDb/RunLog/onl/tpcRDOMasks.y2010.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2010.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2010.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2011.C b/StarDb/RunLog/onl/tpcRDOMasks.y2011.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2011.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2011.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2012.C b/StarDb/RunLog/onl/tpcRDOMasks.y2012.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2012.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2012.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2013.C b/StarDb/RunLog/onl/tpcRDOMasks.y2013.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2013.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2013.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/tpcRDOMasks.y2014.C b/StarDb/RunLog/onl/tpcRDOMasks.y2014.C index a15878c9ef6..a0683ff85a1 100644 --- a/StarDb/RunLog/onl/tpcRDOMasks.y2014.C +++ b/StarDb/RunLog/onl/tpcRDOMasks.y2014.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpcRDOMasks_Table.h" -#endif +#include "tables/St_tpcRDOMasks_Table.h" + TDataSet *CreateTable() { if (!TClass::GetClass("St_tpcRDOMasks")) return 0; tpcRDOMasks_st row; diff --git a/StarDb/RunLog/onl/triggerID.C b/StarDb/RunLog/onl/triggerID.C index d2460f3b93d..078674b9f80 100644 --- a/StarDb/RunLog/onl/triggerID.C +++ b/StarDb/RunLog/onl/triggerID.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_triggerID_Table.h" -#endif +#include "tables/St_triggerID_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // db/.const/StarDb/RunLog/onl/.triggerID/triggerID Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/StMagF/MagFieldRotation.y2013.C b/StarDb/StMagF/MagFieldRotation.y2013.C index a636fad1663..1ac09308ea7 100644 --- a/StarDb/StMagF/MagFieldRotation.y2013.C +++ b/StarDb/StMagF/MagFieldRotation.y2013.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/StMagF/MagFieldRotation.y2014.C b/StarDb/StMagF/MagFieldRotation.y2014.C index a636fad1663..1ac09308ea7 100644 --- a/StarDb/StMagF/MagFieldRotation.y2014.C +++ b/StarDb/StMagF/MagFieldRotation.y2014.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_Survey_Table.h" -#endif +#include "tables/St_Survey_Table.h" + TDataSet *CreateTable() { if (!gROOT->GetClass("St_Survey")) return 0; Survey_st row = { diff --git a/StarDb/ctf/ctg/ctb.C b/StarDb/ctf/ctg/ctb.C index d658a3d2c28..f0491e3dd7e 100644 --- a/StarDb/ctf/ctg/ctb.C +++ b/StarDb/ctf/ctg/ctb.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ctg_geo_Table.h" -#endif +#include "tables/St_ctg_geo_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/ctb Allocated rows: 1 Used rows: 1 Row size: 68 bytes diff --git a/StarDb/ctf/ctg/ctb_slat.C b/StarDb/ctf/ctg/ctb_slat.C index 6c96dc311b2..e1e8919a997 100644 --- a/StarDb/ctf/ctg/ctb_slat.C +++ b/StarDb/ctf/ctg/ctb_slat.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ctg_slat_Table.h" -#endif +#include "tables/St_ctg_slat_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // params/ctf/ctg/ctb_slat Allocated rows: 240 Used rows: 240 Row size: 32 bytes diff --git a/StarDb/ctf/ctg/ctb_slat_eta.C b/StarDb/ctf/ctg/ctb_slat_eta.C index a6364bd5ad8..5b8b13e05f5 100644 --- a/StarDb/ctf/ctg/ctb_slat_eta.C +++ b/StarDb/ctf/ctg/ctb_slat_eta.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ctg_slat_eta_Table.h" -#endif +#include "tables/St_ctg_slat_eta_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/ctb_slat_eta Allocated rows: 4 Used rows: 4 Row size: 36 bytes diff --git a/StarDb/ctf/ctg/ctb_slat_phi.C b/StarDb/ctf/ctg/ctb_slat_phi.C index f1f8c374716..908b9914d03 100644 --- a/StarDb/ctf/ctg/ctb_slat_phi.C +++ b/StarDb/ctf/ctg/ctb_slat_phi.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ctg_slat_phi_Table.h" -#endif +#include "tables/St_ctg_slat_phi_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/ctb_slat_phi Allocated rows: 60 Used rows: 60 Row size: 16 bytes diff --git a/StarDb/ctf/ctg/tof.C b/StarDb/ctf/ctg/tof.C index 27c41d8c9cc..2b3ff60398c 100644 --- a/StarDb/ctf/ctg/tof.C +++ b/StarDb/ctf/ctg/tof.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ctg_geo_Table.h" -#endif +#include "tables/St_ctg_geo_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/tof Allocated rows: 1 Used rows: 1 Row size: 68 bytes diff --git a/StarDb/ctf/ctg/tof_slat.C b/StarDb/ctf/ctg/tof_slat.C index 3a741c694a3..6c33528a1bd 100644 --- a/StarDb/ctf/ctg/tof_slat.C +++ b/StarDb/ctf/ctg/tof_slat.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ctg_slat_Table.h" -#endif +#include "tables/St_ctg_slat_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // params/ctf/ctg/tof_slat Allocated rows: 5400 Used rows: 5400 Row size: 32 bytes diff --git a/StarDb/ctf/ctg/tof_slat_eta.C b/StarDb/ctf/ctg/tof_slat_eta.C index db3b2f8ac1d..21696fa02e1 100644 --- a/StarDb/ctf/ctg/tof_slat_eta.C +++ b/StarDb/ctf/ctg/tof_slat_eta.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ctg_slat_eta_Table.h" -#endif +#include "tables/St_ctg_slat_eta_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/tof_slat_eta Allocated rows: 18 Used rows: 18 Row size: 36 bytes diff --git a/StarDb/ctf/ctg/tof_slat_phi.C b/StarDb/ctf/ctg/tof_slat_phi.C index 4a558feaf98..336e09db5ef 100644 --- a/StarDb/ctf/ctg/tof_slat_phi.C +++ b/StarDb/ctf/ctg/tof_slat_phi.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ctg_slat_phi_Table.h" -#endif +#include "tables/St_ctg_slat_phi_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ctg/tof_slat_phi Allocated rows: 300 Used rows: 300 Row size: 16 bytes diff --git a/StarDb/ctf/cts/cts_ctb.C b/StarDb/ctf/cts/cts_ctb.C index 19baa67d076..376af96c1e2 100644 --- a/StarDb/ctf/cts/cts_ctb.C +++ b/StarDb/ctf/cts/cts_ctb.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_cts_mpara_Table.h" -#endif +#include "tables/St_cts_mpara_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cts/cts_ctb Allocated rows: 1 Used rows: 1 Row size: 1076 bytes diff --git a/StarDb/ctf/cts/cts_tof.C b/StarDb/ctf/cts/cts_tof.C index 1470d3b0ede..ac37ce58f39 100644 --- a/StarDb/ctf/cts/cts_tof.C +++ b/StarDb/ctf/cts/cts_tof.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_cts_mpara_Table.h" -#endif +#include "tables/St_cts_mpara_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cts/cts_tof Allocated rows: 1 Used rows: 1 Row size: 1076 bytes diff --git a/StarDb/ebye/sca/sca_const.C b/StarDb/ebye/sca/sca_const.C index 8d3ed1f4df6..304afc13746 100644 --- a/StarDb/ebye/sca/sca_const.C +++ b/StarDb/ebye/sca/sca_const.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_sca_const_Table.h" -#endif +#include "tables/St_sca_const_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/sca/sca_const Allocated rows: 1 Used rows: 1 Row size: 112 bytes diff --git a/StarDb/ebye/sca/sca_filter_const.C b/StarDb/ebye/sca/sca_filter_const.C index 603338d79a8..7706c9f3f04 100644 --- a/StarDb/ebye/sca/sca_filter_const.C +++ b/StarDb/ebye/sca/sca_filter_const.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_sca_filter_const_Table.h" -#endif +#include "tables/St_sca_filter_const_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/sca/sca_filter_const Allocated rows: 1 Used rows: 1 Row size: 28 bytes diff --git a/StarDb/ebye/sca/sca_switch.C b/StarDb/ebye/sca/sca_switch.C index f50d3455cd2..63b3eb110bf 100644 --- a/StarDb/ebye/sca/sca_switch.C +++ b/StarDb/ebye/sca/sca_switch.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_sca_switch_Table.h" -#endif +#include "tables/St_sca_switch_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/sca/sca_switch Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/emc/cal/ems_cal_control.C b/StarDb/emc/cal/ems_cal_control.C index 80b6e09cc03..5d1395ba091 100644 --- a/StarDb/emc/cal/ems_cal_control.C +++ b/StarDb/emc/cal/ems_cal_control.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ems_cal_control_Table.h" -#endif +#include "tables/St_ems_cal_control_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/ems_cal_control Allocated rows: 1 Used rows: 1 Row size: 52 bytes diff --git a/StarDb/emc/cal/org_ped_bemc.C b/StarDb/emc/cal/org_ped_bemc.C index 4526a893518..348eb2bc03a 100644 --- a/StarDb/emc/cal/org_ped_bemc.C +++ b/StarDb/emc/cal/org_ped_bemc.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_pedestal_Table.h" -#endif +#include "tables/St_emc_pedestal_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bemc Allocated rows: 4800 Used rows: 4800 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_bemc_h.C b/StarDb/emc/cal/org_ped_bemc_h.C index dd3bead6a0e..d032bc2e593 100644 --- a/StarDb/emc/cal/org_ped_bemc_h.C +++ b/StarDb/emc/cal/org_ped_bemc_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bemc_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_ped_bprs.C b/StarDb/emc/cal/org_ped_bprs.C index 1ebb4e96d1f..a077f66ca80 100644 --- a/StarDb/emc/cal/org_ped_bprs.C +++ b/StarDb/emc/cal/org_ped_bprs.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_pedestal_Table.h" -#endif +#include "tables/St_emc_pedestal_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bprs Allocated rows: 4800 Used rows: 4800 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_bprs_h.C b/StarDb/emc/cal/org_ped_bprs_h.C index 71d76d176f9..70a5068baf2 100644 --- a/StarDb/emc/cal/org_ped_bprs_h.C +++ b/StarDb/emc/cal/org_ped_bprs_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bprs_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_ped_bsmde.C b/StarDb/emc/cal/org_ped_bsmde.C index 44b838f51db..28e4b9fda24 100644 --- a/StarDb/emc/cal/org_ped_bsmde.C +++ b/StarDb/emc/cal/org_ped_bsmde.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_pedestal_Table.h" -#endif +#include "tables/St_emc_pedestal_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bsmde Allocated rows: 18000 Used rows: 18000 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_bsmde_h.C b/StarDb/emc/cal/org_ped_bsmde_h.C index 80ee30724b4..3018d015f6a 100644 --- a/StarDb/emc/cal/org_ped_bsmde_h.C +++ b/StarDb/emc/cal/org_ped_bsmde_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bsmde_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_ped_bsmdp.C b/StarDb/emc/cal/org_ped_bsmdp.C index b89750efb6f..47f0c599682 100644 --- a/StarDb/emc/cal/org_ped_bsmdp.C +++ b/StarDb/emc/cal/org_ped_bsmdp.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_pedestal_Table.h" -#endif +#include "tables/St_emc_pedestal_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bsmdp Allocated rows: 18000 Used rows: 18000 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_bsmdp_h.C b/StarDb/emc/cal/org_ped_bsmdp_h.C index d7d30adc068..7cac6cf5157 100644 --- a/StarDb/emc/cal/org_ped_bsmdp_h.C +++ b/StarDb/emc/cal/org_ped_bsmdp_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_bsmdp_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_ped_eemc.C b/StarDb/emc/cal/org_ped_eemc.C index c7d89d7a484..4a949dd5812 100644 --- a/StarDb/emc/cal/org_ped_eemc.C +++ b/StarDb/emc/cal/org_ped_eemc.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_pedestal_Table.h" -#endif +#include "tables/St_emc_pedestal_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_eemc Allocated rows: 1440 Used rows: 1440 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_eemc_h.C b/StarDb/emc/cal/org_ped_eemc_h.C index 2c5fcc65580..6658dcab8b0 100644 --- a/StarDb/emc/cal/org_ped_eemc_h.C +++ b/StarDb/emc/cal/org_ped_eemc_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_eemc_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_ped_eprs.C b/StarDb/emc/cal/org_ped_eprs.C index a97e8985bb5..98f4e423ab5 100644 --- a/StarDb/emc/cal/org_ped_eprs.C +++ b/StarDb/emc/cal/org_ped_eprs.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_pedestal_Table.h" -#endif +#include "tables/St_emc_pedestal_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_eprs Allocated rows: 1440 Used rows: 1440 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_ped_eprs_h.C b/StarDb/emc/cal/org_ped_eprs_h.C index 5c2818ed913..26608250e12 100644 --- a/StarDb/emc/cal/org_ped_eprs_h.C +++ b/StarDb/emc/cal/org_ped_eprs_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_ped_eprs_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_bemc.C b/StarDb/emc/cal/org_slp_bemc.C index 52aaa5ad9f2..02bb2344317 100644 --- a/StarDb/emc/cal/org_slp_bemc.C +++ b/StarDb/emc/cal/org_slp_bemc.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_adcslope_Table.h" -#endif +#include "tables/St_emc_adcslope_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bemc Allocated rows: 4800 Used rows: 4800 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_bemc_h.C b/StarDb/emc/cal/org_slp_bemc_h.C index 4592f73cce5..d7852b2d7ff 100644 --- a/StarDb/emc/cal/org_slp_bemc_h.C +++ b/StarDb/emc/cal/org_slp_bemc_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bemc_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_bprs.C b/StarDb/emc/cal/org_slp_bprs.C index 5d8210e6c61..c95bbe3056b 100644 --- a/StarDb/emc/cal/org_slp_bprs.C +++ b/StarDb/emc/cal/org_slp_bprs.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_adcslope_Table.h" -#endif +#include "tables/St_emc_adcslope_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bprs Allocated rows: 4800 Used rows: 4800 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_bprs_h.C b/StarDb/emc/cal/org_slp_bprs_h.C index c03a766adeb..6763fbb1289 100644 --- a/StarDb/emc/cal/org_slp_bprs_h.C +++ b/StarDb/emc/cal/org_slp_bprs_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bprs_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_bsmde.C b/StarDb/emc/cal/org_slp_bsmde.C index 2898097f33c..65757be5fa7 100644 --- a/StarDb/emc/cal/org_slp_bsmde.C +++ b/StarDb/emc/cal/org_slp_bsmde.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_adcslope_Table.h" -#endif +#include "tables/St_emc_adcslope_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bsmde Allocated rows: 18000 Used rows: 18000 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_bsmde_h.C b/StarDb/emc/cal/org_slp_bsmde_h.C index 4964bcf8319..1adcc1d601a 100644 --- a/StarDb/emc/cal/org_slp_bsmde_h.C +++ b/StarDb/emc/cal/org_slp_bsmde_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bsmde_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_bsmdp.C b/StarDb/emc/cal/org_slp_bsmdp.C index d053b409182..cd0d18e12c6 100644 --- a/StarDb/emc/cal/org_slp_bsmdp.C +++ b/StarDb/emc/cal/org_slp_bsmdp.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_adcslope_Table.h" -#endif +#include "tables/St_emc_adcslope_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bsmdp Allocated rows: 18000 Used rows: 18000 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_bsmdp_h.C b/StarDb/emc/cal/org_slp_bsmdp_h.C index 72d3498d115..5e0c66e4eb7 100644 --- a/StarDb/emc/cal/org_slp_bsmdp_h.C +++ b/StarDb/emc/cal/org_slp_bsmdp_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_bsmdp_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_eemc.C b/StarDb/emc/cal/org_slp_eemc.C index 48315086cb5..caed5de7d30 100644 --- a/StarDb/emc/cal/org_slp_eemc.C +++ b/StarDb/emc/cal/org_slp_eemc.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_adcslope_Table.h" -#endif +#include "tables/St_emc_adcslope_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_eemc Allocated rows: 1440 Used rows: 1440 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_eemc_h.C b/StarDb/emc/cal/org_slp_eemc_h.C index 7787986ea3b..915bf48717f 100644 --- a/StarDb/emc/cal/org_slp_eemc_h.C +++ b/StarDb/emc/cal/org_slp_eemc_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_eemc_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/cal/org_slp_eprs.C b/StarDb/emc/cal/org_slp_eprs.C index 5cebb031648..9b9622332ad 100644 --- a/StarDb/emc/cal/org_slp_eprs.C +++ b/StarDb/emc/cal/org_slp_eprs.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_adcslope_Table.h" -#endif +#include "tables/St_emc_adcslope_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_eprs Allocated rows: 1440 Used rows: 1440 Row size: 4 bytes diff --git a/StarDb/emc/cal/org_slp_eprs_h.C b/StarDb/emc/cal/org_slp_eprs_h.C index c4217da2bbd..d40623733e6 100644 --- a/StarDb/emc/cal/org_slp_eprs_h.C +++ b/StarDb/emc/cal/org_slp_eprs_h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_calib_header_Table.h" -#endif +#include "tables/St_emc_calib_header_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/cal/org_slp_eprs_h Allocated rows: 1 Used rows: 1 Row size: 24 bytes diff --git a/StarDb/emc/ems/control_toadc.C b/StarDb/emc/ems/control_toadc.C index a987928e97e..2bb4f5c0356 100644 --- a/StarDb/emc/ems/control_toadc.C +++ b/StarDb/emc/ems/control_toadc.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_control_toadc_Table.h" -#endif +#include "tables/St_control_toadc_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ems/control_toadc Allocated rows: 1 Used rows: 1 Row size: 224 bytes diff --git a/StarDb/emc/ems/ems_control.C b/StarDb/emc/ems/ems_control.C index 392ef2a3eab..454feebadb2 100644 --- a/StarDb/emc/ems/ems_control.C +++ b/StarDb/emc/ems/ems_control.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ems_control_Table.h" -#endif +#include "tables/St_ems_control_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ems/ems_control Allocated rows: 1 Used rows: 1 Row size: 340 bytes diff --git a/StarDb/emc/jet/emc_egrid_par.C b/StarDb/emc/jet/emc_egrid_par.C index 42134469155..07a1f370438 100644 --- a/StarDb/emc/jet/emc_egrid_par.C +++ b/StarDb/emc/jet/emc_egrid_par.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_egrid_par_Table.h" -#endif +#include "tables/St_emc_egrid_par_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/jet/emc_egrid_par Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/emc/jet/emc_jetpar.C b/StarDb/emc/jet/emc_jetpar.C index 869d0902106..f73457bf2a6 100644 --- a/StarDb/emc/jet/emc_jetpar.C +++ b/StarDb/emc/jet/emc_jetpar.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_emc_jetpar_Table.h" -#endif +#include "tables/St_emc_jetpar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/jet/emc_jetpar Allocated rows: 1 Used rows: 1 Row size: 76 bytes diff --git a/StarDb/emc/simulator/Simulator.C b/StarDb/emc/simulator/Simulator.C index e19a002cbcd..00e0acc70b6 100644 --- a/StarDb/emc/simulator/Simulator.C +++ b/StarDb/emc/simulator/Simulator.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_controlEmcPmtSimulator_Table.h" -#endif +#include "tables/St_controlEmcPmtSimulator_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // Simulator Allocated rows: 4 Used rows: 4 Row size: 32 bytes diff --git a/StarDb/emc/simulator/controlEmcSimulatorMaker.C b/StarDb/emc/simulator/controlEmcSimulatorMaker.C index 883d884ece4..81292c2270f 100644 --- a/StarDb/emc/simulator/controlEmcSimulatorMaker.C +++ b/StarDb/emc/simulator/controlEmcSimulatorMaker.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_controlEmcSimulatorMaker_Table.h" -#endif +#include "tables/St_controlEmcSimulatorMaker_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // controlEmcSimulatorMaker Allocated rows: 1 Used rows: 1 Row size: 10 bytes diff --git a/StarDb/ftpc/ftpcClusterPars.C b/StarDb/ftpc/ftpcClusterPars.C index d4870626123..b5c846f88cd 100644 --- a/StarDb/ftpc/ftpcClusterPars.C +++ b/StarDb/ftpc/ftpcClusterPars.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcClusterPars_Table.h" -#endif +#include "tables/St_ftpcClusterPars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcClusterPars Allocated rows: 1 Used rows: 1 Row size: 156 bytes diff --git a/StarDb/ftpc/ftpcFastSimGas.C b/StarDb/ftpc/ftpcFastSimGas.C index bd4905212b3..e3d95038c56 100644 --- a/StarDb/ftpc/ftpcFastSimGas.C +++ b/StarDb/ftpc/ftpcFastSimGas.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcFastSimGas_Table.h" -#endif +#include "tables/St_ftpcFastSimGas_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcFastSimGas Allocated rows: 1 Used rows: 1 Row size: 100 bytes diff --git a/StarDb/ftpc/ftpcFastSimPars.C b/StarDb/ftpc/ftpcFastSimPars.C index e7c986d546b..bf5d6a31cfb 100644 --- a/StarDb/ftpc/ftpcFastSimPars.C +++ b/StarDb/ftpc/ftpcFastSimPars.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcFastSimPars_Table.h" -#endif +#include "tables/St_ftpcFastSimPars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcFastSimPars Allocated rows: 1 Used rows: 1 Row size: 44 bytes diff --git a/StarDb/ftpc/ftpcSlowSimGas.C b/StarDb/ftpc/ftpcSlowSimGas.C index c1cc2879dde..f4eaaf7080f 100644 --- a/StarDb/ftpc/ftpcSlowSimGas.C +++ b/StarDb/ftpc/ftpcSlowSimGas.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcSlowSimGas_Table.h" -#endif +#include "tables/St_ftpcSlowSimGas_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcSlowSimGas Allocated rows: 132 Used rows: 132 Row size: 24 bytes diff --git a/StarDb/ftpc/ftpcSlowSimPars.C b/StarDb/ftpc/ftpcSlowSimPars.C index 8050214f19c..b2c34c767cf 100644 --- a/StarDb/ftpc/ftpcSlowSimPars.C +++ b/StarDb/ftpc/ftpcSlowSimPars.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcSlowSimPars_Table.h" -#endif +#include "tables/St_ftpcSlowSimPars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcSlowSimPars Allocated rows: 1 Used rows: 1 Row size: 44 bytes diff --git a/StarDb/ftpc/ftpcTrackingPars.C b/StarDb/ftpc/ftpcTrackingPars.C index 92f175f597a..e36e5e7f712 100644 --- a/StarDb/ftpc/ftpcTrackingPars.C +++ b/StarDb/ftpc/ftpcTrackingPars.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcTrackingPars_Table.h" -#endif +#include "tables/St_ftpcTrackingPars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcTrackingPars Allocated rows: 1 Used rows: 1 Row size: ??? bytes diff --git a/StarDb/ftpc/ftpcdEdxPars.C b/StarDb/ftpc/ftpcdEdxPars.C index 2b093664800..d2ad4ad1388 100644 --- a/StarDb/ftpc/ftpcdEdxPars.C +++ b/StarDb/ftpc/ftpcdEdxPars.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ftpcdEdxPars_Table.h" -#endif +#include "tables/St_ftpcdEdxPars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ftpcdEdxPars Allocated rows: 1 Used rows: 1 Row size: 40 bytes diff --git a/StarDb/global/vertices/ev0par2.19960101.000000.C b/StarDb/global/vertices/ev0par2.19960101.000000.C index a501485f253..81f225cbedb 100644 --- a/StarDb/global/vertices/ev0par2.19960101.000000.C +++ b/StarDb/global/vertices/ev0par2.19960101.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ev0_ev0par2_Table.h" -#endif +#include "tables/St_ev0_ev0par2_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20011201.000000.C b/StarDb/global/vertices/ev0par2.20011201.000000.C index da85dc3cf8c..20164153111 100644 --- a/StarDb/global/vertices/ev0par2.20011201.000000.C +++ b/StarDb/global/vertices/ev0par2.20011201.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ev0_ev0par2_Table.h" -#endif +#include "tables/St_ev0_ev0par2_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20011201.000100.C b/StarDb/global/vertices/ev0par2.20011201.000100.C index 1d9129e0643..3bcb9741fff 100644 --- a/StarDb/global/vertices/ev0par2.20011201.000100.C +++ b/StarDb/global/vertices/ev0par2.20011201.000100.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ev0_ev0par2_Table.h" -#endif +#include "tables/St_ev0_ev0par2_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20020201.000000.C b/StarDb/global/vertices/ev0par2.20020201.000000.C index a501485f253..81f225cbedb 100644 --- a/StarDb/global/vertices/ev0par2.20020201.000000.C +++ b/StarDb/global/vertices/ev0par2.20020201.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ev0_ev0par2_Table.h" -#endif +#include "tables/St_ev0_ev0par2_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20021115.000000.C b/StarDb/global/vertices/ev0par2.20021115.000000.C index da85dc3cf8c..20164153111 100644 --- a/StarDb/global/vertices/ev0par2.20021115.000000.C +++ b/StarDb/global/vertices/ev0par2.20021115.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ev0_ev0par2_Table.h" -#endif +#include "tables/St_ev0_ev0par2_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20031201.000000.C b/StarDb/global/vertices/ev0par2.20031201.000000.C index a501485f253..81f225cbedb 100644 --- a/StarDb/global/vertices/ev0par2.20031201.000000.C +++ b/StarDb/global/vertices/ev0par2.20031201.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ev0_ev0par2_Table.h" -#endif +#include "tables/St_ev0_ev0par2_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20040325.023200.C b/StarDb/global/vertices/ev0par2.20040325.023200.C index c5a5cade9fd..4bac7253104 100644 --- a/StarDb/global/vertices/ev0par2.20040325.023200.C +++ b/StarDb/global/vertices/ev0par2.20040325.023200.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ev0_ev0par2_Table.h" -#endif +#include "tables/St_ev0_ev0par2_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20050324.150000.C b/StarDb/global/vertices/ev0par2.20050324.150000.C index da85dc3cf8c..20164153111 100644 --- a/StarDb/global/vertices/ev0par2.20050324.150000.C +++ b/StarDb/global/vertices/ev0par2.20050324.150000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ev0_ev0par2_Table.h" -#endif +#include "tables/St_ev0_ev0par2_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20070301.000000.C b/StarDb/global/vertices/ev0par2.20070301.000000.C index a501485f253..81f225cbedb 100644 --- a/StarDb/global/vertices/ev0par2.20070301.000000.C +++ b/StarDb/global/vertices/ev0par2.20070301.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ev0_ev0par2_Table.h" -#endif +#include "tables/St_ev0_ev0par2_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/ev0par2.20071125.000000.C b/StarDb/global/vertices/ev0par2.20071125.000000.C index da85dc3cf8c..20164153111 100644 --- a/StarDb/global/vertices/ev0par2.20071125.000000.C +++ b/StarDb/global/vertices/ev0par2.20071125.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_ev0_ev0par2_Table.h" -#endif +#include "tables/St_ev0_ev0par2_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // ev0par2 Allocated rows: 6 Used rows: 6 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.19960101.000000.C b/StarDb/global/vertices/exipar.19960101.000000.C index 08bd2870eca..179743949a7 100644 --- a/StarDb/global/vertices/exipar.19960101.000000.C +++ b/StarDb/global/vertices/exipar.19960101.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_exi_exipar_Table.h" -#endif +#include "tables/St_exi_exipar_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20011201.000000.C b/StarDb/global/vertices/exipar.20011201.000000.C index cccca22f442..a53654a9a0f 100644 --- a/StarDb/global/vertices/exipar.20011201.000000.C +++ b/StarDb/global/vertices/exipar.20011201.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_exi_exipar_Table.h" -#endif +#include "tables/St_exi_exipar_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20011201.000100.C b/StarDb/global/vertices/exipar.20011201.000100.C index 04c158f8411..cbbe5ceef79 100644 --- a/StarDb/global/vertices/exipar.20011201.000100.C +++ b/StarDb/global/vertices/exipar.20011201.000100.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_exi_exipar_Table.h" -#endif +#include "tables/St_exi_exipar_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20020201.000000.C b/StarDb/global/vertices/exipar.20020201.000000.C index 08bd2870eca..179743949a7 100644 --- a/StarDb/global/vertices/exipar.20020201.000000.C +++ b/StarDb/global/vertices/exipar.20020201.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_exi_exipar_Table.h" -#endif +#include "tables/St_exi_exipar_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20021115.000000.C b/StarDb/global/vertices/exipar.20021115.000000.C index cccca22f442..a53654a9a0f 100644 --- a/StarDb/global/vertices/exipar.20021115.000000.C +++ b/StarDb/global/vertices/exipar.20021115.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_exi_exipar_Table.h" -#endif +#include "tables/St_exi_exipar_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20031201.000000.C b/StarDb/global/vertices/exipar.20031201.000000.C index 08bd2870eca..179743949a7 100644 --- a/StarDb/global/vertices/exipar.20031201.000000.C +++ b/StarDb/global/vertices/exipar.20031201.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_exi_exipar_Table.h" -#endif +#include "tables/St_exi_exipar_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20040325.023200.C b/StarDb/global/vertices/exipar.20040325.023200.C index 454eae75bb2..d0c17fad45a 100644 --- a/StarDb/global/vertices/exipar.20040325.023200.C +++ b/StarDb/global/vertices/exipar.20040325.023200.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_exi_exipar_Table.h" -#endif +#include "tables/St_exi_exipar_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20050324.150000.C b/StarDb/global/vertices/exipar.20050324.150000.C index cccca22f442..a53654a9a0f 100644 --- a/StarDb/global/vertices/exipar.20050324.150000.C +++ b/StarDb/global/vertices/exipar.20050324.150000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_exi_exipar_Table.h" -#endif +#include "tables/St_exi_exipar_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20070301.000000.C b/StarDb/global/vertices/exipar.20070301.000000.C index 08bd2870eca..179743949a7 100644 --- a/StarDb/global/vertices/exipar.20070301.000000.C +++ b/StarDb/global/vertices/exipar.20070301.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_exi_exipar_Table.h" -#endif +#include "tables/St_exi_exipar_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/exipar.20071125.000000.C b/StarDb/global/vertices/exipar.20071125.000000.C index cccca22f442..a53654a9a0f 100644 --- a/StarDb/global/vertices/exipar.20071125.000000.C +++ b/StarDb/global/vertices/exipar.20071125.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_exi_exipar_Table.h" -#endif +#include "tables/St_exi_exipar_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // exipar Allocated rows: 3 Used rows: 3 Row size: 32 bytes diff --git a/StarDb/global/vertices/stk_vtx.C b/StarDb/global/vertices/stk_vtx.C index 6af6246c131..e2f40e0767f 100644 --- a/StarDb/global/vertices/stk_vtx.C +++ b/StarDb/global/vertices/stk_vtx.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_stk_vtx_Table.h" -#endif +#include "tables/St_stk_vtx_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/vertices/stk_vtx Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/global/vertices/stk_vtx_direct.C b/StarDb/global/vertices/stk_vtx_direct.C index 2bce586a2d3..2118eacfee6 100644 --- a/StarDb/global/vertices/stk_vtx_direct.C +++ b/StarDb/global/vertices/stk_vtx_direct.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_stk_vtx_direct_Table.h" -#endif +#include "tables/St_stk_vtx_direct_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/vertices/stk_vtx_direct Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/mwc/mwcpars/cal.C b/StarDb/mwc/mwcpars/cal.C index a1f6e7bfee4..f9a9eabedd5 100644 --- a/StarDb/mwc/mwcpars/cal.C +++ b/StarDb/mwc/mwcpars/cal.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_mwc_cal_Table.h" -#endif +#include "tables/St_mwc_cal_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/mwcpars/cal Allocated rows: 384 Used rows: 384 Row size: 12 bytes diff --git a/StarDb/mwc/mwcpars/geom.C b/StarDb/mwc/mwcpars/geom.C index 9f0a03f2e92..f1619a31162 100644 --- a/StarDb/mwc/mwcpars/geom.C +++ b/StarDb/mwc/mwcpars/geom.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_mwc_geo_Table.h" -#endif +#include "tables/St_mwc_geo_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/mwcpars/geom Allocated rows: 1 Used rows: 1 Row size: 28 bytes diff --git a/StarDb/mwc/mwcpars/mpar.C b/StarDb/mwc/mwcpars/mpar.C index 326f67ce981..1048009b070 100644 --- a/StarDb/mwc/mwcpars/mpar.C +++ b/StarDb/mwc/mwcpars/mpar.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_mwc_mpar_Table.h" -#endif +#include "tables/St_mwc_mpar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/mwcpars/mpar Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/svt/sgrpars/pix_info.C b/StarDb/svt/sgrpars/pix_info.C index e20dcf08551..8c9859cc843 100644 --- a/StarDb/svt/sgrpars/pix_info.C +++ b/StarDb/svt/sgrpars/pix_info.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_sgr_pixmap_Table.h" -#endif +#include "tables/St_sgr_pixmap_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/sgrpars/pix_info Allocated rows: 4 Used rows: 4 Row size: 28 bytes diff --git a/StarDb/svt/sprpars/sprpar.C b/StarDb/svt/sprpars/sprpar.C index 988084c6f53..c94754b6671 100644 --- a/StarDb/svt/sprpars/sprpar.C +++ b/StarDb/svt/sprpars/sprpar.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_spr_sprpar_Table.h" -#endif +#include "tables/St_spr_sprpar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/sprpars/sprpar Allocated rows: 1 Used rows: 1 Row size: 8 bytes diff --git a/StarDb/svt/srspars/srs_activea.C b/StarDb/svt/srspars/srs_activea.C index d0fead3e17b..34805f8194e 100644 --- a/StarDb/svt/srspars/srs_activea.C +++ b/StarDb/svt/srspars/srs_activea.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_srs_activea_Table.h" -#endif +#include "tables/St_srs_activea_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/srspars/srs_activea Allocated rows: 4 Used rows: 4 Row size: 44 bytes diff --git a/StarDb/svt/srspars/srs_srspar.C b/StarDb/svt/srspars/srs_srspar.C index e5d93920496..c65de42dba6 100644 --- a/StarDb/svt/srspars/srs_srspar.C +++ b/StarDb/svt/srspars/srs_srspar.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_srs_srspar_Table.h" -#endif +#include "tables/St_srs_srspar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/srspars/srs_srspar Allocated rows: 1 Used rows: 1 Row size: 84 bytes diff --git a/StarDb/svt/ssd/sce_ctrl.C b/StarDb/svt/ssd/sce_ctrl.C index 2dd741fa2cb..db34aacaf12 100644 --- a/StarDb/svt/ssd/sce_ctrl.C +++ b/StarDb/svt/ssd/sce_ctrl.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_sce_ctrl_Table.h" -#endif +#include "tables/St_sce_ctrl_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // sce_ctrl Allocated rows: 1 Used rows: 1 Row size: 84 bytes diff --git a/StarDb/svt/ssd/scf_ctrl.C b/StarDb/svt/ssd/scf_ctrl.C index 074d1c0952b..dd863bce015 100644 --- a/StarDb/svt/ssd/scf_ctrl.C +++ b/StarDb/svt/ssd/scf_ctrl.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_scf_ctrl_Table.h" -#endif +#include "tables/St_scf_ctrl_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // scf_ctrl Allocated rows: 1 Used rows: 1 Row size: 8 bytes diff --git a/StarDb/svt/ssd/scm_ctrl.C b/StarDb/svt/ssd/scm_ctrl.C index 40cc2c534a6..10015391831 100644 --- a/StarDb/svt/ssd/scm_ctrl.C +++ b/StarDb/svt/ssd/scm_ctrl.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_scm_ctrl_Table.h" -#endif +#include "tables/St_scm_ctrl_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // scm_ctrl Allocated rows: 1 Used rows: 1 Row size: 16 bytes diff --git a/StarDb/svt/ssd/sdm_calib_par.C b/StarDb/svt/ssd/sdm_calib_par.C index e3a61257cc9..609c12f5c12 100644 --- a/StarDb/svt/ssd/sdm_calib_par.C +++ b/StarDb/svt/ssd/sdm_calib_par.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_sdm_calib_par_Table.h" -#endif +#include "tables/St_sdm_calib_par_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // sdm_calib_par Allocated rows: 1 Used rows: 1 Row size: 52 bytes diff --git a/StarDb/svt/ssd/sdm_condition_par.C b/StarDb/svt/ssd/sdm_condition_par.C index 81e659f6880..eb29c71d82d 100644 --- a/StarDb/svt/ssd/sdm_condition_par.C +++ b/StarDb/svt/ssd/sdm_condition_par.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_sdm_condition_par_Table.h" -#endif +#include "tables/St_sdm_condition_par_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // sdm_condition_par Allocated rows: 1 Used rows: 1 Row size: 96 bytes diff --git a/StarDb/svt/ssd/sdm_geom_par.C b/StarDb/svt/ssd/sdm_geom_par.C index e5736191093..8e488ff6463 100644 --- a/StarDb/svt/ssd/sdm_geom_par.C +++ b/StarDb/svt/ssd/sdm_geom_par.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_sdm_geom_par_Table.h" -#endif +#include "tables/St_sdm_geom_par_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // sdm_geom_par Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/svt/ssd/sls_ctrl.C b/StarDb/svt/ssd/sls_ctrl.C index 95642bee327..ef513b4b1cf 100644 --- a/StarDb/svt/ssd/sls_ctrl.C +++ b/StarDb/svt/ssd/sls_ctrl.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_sls_ctrl_Table.h" -#endif +#include "tables/St_sls_ctrl_Table.h" + TDataSet *CreateTable() { // ----------------------------------------------------------------- // sls_ctrl Allocated rows: 1 Used rows: 1 Row size: 80 bytes diff --git a/StarDb/svt/stkpars/stk_filler.C b/StarDb/svt/stkpars/stk_filler.C index 5efc3fc8151..82949991c09 100644 --- a/StarDb/svt/stkpars/stk_filler.C +++ b/StarDb/svt/stkpars/stk_filler.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_stk_filler_Table.h" -#endif +#include "tables/St_stk_filler_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/stkpars/stk_filler Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/svt/svgpars/config.C b/StarDb/svt/svgpars/config.C index 060a2e23083..81a4b1a0804 100644 --- a/StarDb/svt/svgpars/config.C +++ b/StarDb/svt/svgpars/config.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svg_config_Table.h" -#endif +#include "tables/St_svg_config_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/svgpars/config Allocated rows: 1 Used rows: 1 Row size: 1168 bytes diff --git a/StarDb/svt/svgpars/geom.C b/StarDb/svt/svgpars/geom.C index ed394781ac9..000ae4fe480 100644 --- a/StarDb/svt/svgpars/geom.C +++ b/StarDb/svt/svgpars/geom.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svg_geom_Table.h" -#endif +#include "tables/St_svg_geom_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/svgpars/geom Allocated rows: 536 Used rows: 536 Row size: 68 bytes diff --git a/StarDb/svt/svgpars/geomy1l.C b/StarDb/svt/svgpars/geomy1l.C index db5b740e228..d615a4ce7be 100644 --- a/StarDb/svt/svgpars/geomy1l.C +++ b/StarDb/svt/svgpars/geomy1l.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svg_geom_Table.h" -#endif +#include "tables/St_svg_geom_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/svgpars/geom Allocated rows: 7 Used rows: 7 diff --git a/StarDb/svt/svgpars/shape.C b/StarDb/svt/svgpars/shape.C index 0f1d1056295..e4f884251f5 100644 --- a/StarDb/svt/svgpars/shape.C +++ b/StarDb/svt/svgpars/shape.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_svg_shape_Table.h" -#endif +#include "tables/St_svg_shape_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/svgpars/shape Allocated rows: 2 Used rows: 2 Row size: 88 bytes diff --git a/StarDb/tpc/fmtpars/fmtpar.C b/StarDb/tpc/fmtpars/fmtpar.C index c1e41826b89..691cfb9aad7 100644 --- a/StarDb/tpc/fmtpars/fmtpar.C +++ b/StarDb/tpc/fmtpars/fmtpar.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tfc_fmtpar_Table.h" -#endif +#include "tables/St_tfc_fmtpar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/fmtpars/fmtpar Allocated rows: 1 Used rows: 1 Row size: 88 bytes diff --git a/StarDb/tpc/tclpars/tclpar.C b/StarDb/tpc/tclpars/tclpar.C index cbae7753426..f395ef7c423 100644 --- a/StarDb/tpc/tclpars/tclpar.C +++ b/StarDb/tpc/tclpars/tclpar.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tcl_tclpar_Table.h" -#endif +#include "tables/St_tcl_tclpar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tclpars/tclpar Allocated rows: 1 Used rows: 1 Row size: 48 bytes diff --git a/StarDb/tpc/tclpars/type.C b/StarDb/tpc/tclpars/type.C index d53408c929d..577f0ef48ec 100644 --- a/StarDb/tpc/tclpars/type.C +++ b/StarDb/tpc/tclpars/type.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tcl_tpc_index_type_Table.h" -#endif +#include "tables/St_tcl_tpc_index_type_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tclpars/type Allocated rows: 1 Used rows: 1 Row size: 28 bytes diff --git a/StarDb/tpc/tfspars/tfs_fsctrl.C b/StarDb/tpc/tfspars/tfs_fsctrl.C index b4695237316..12e9a36bf5d 100644 --- a/StarDb/tpc/tfspars/tfs_fsctrl.C +++ b/StarDb/tpc/tfspars/tfs_fsctrl.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tfs_fsctrl_Table.h" -#endif +#include "tables/St_tfs_fsctrl_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tfspars/tfs_fsctrl Allocated rows: 1 Used rows: 1 Row size: 32 bytes diff --git a/StarDb/tpc/tfspars/tfs_fspar.C b/StarDb/tpc/tfspars/tfs_fspar.C index 5bb020e2739..438c9da1571 100644 --- a/StarDb/tpc/tfspars/tfs_fspar.C +++ b/StarDb/tpc/tfspars/tfs_fspar.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tfs_fspar_Table.h" -#endif +#include "tables/St_tfs_fspar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tfspars/tfs_fspar Allocated rows: 1 Used rows: 1 Row size: 160 bytes diff --git a/StarDb/tpc/tidpars/tdeparm.C b/StarDb/tpc/tidpars/tdeparm.C index af4a452b306..be0901979df 100644 --- a/StarDb/tpc/tidpars/tdeparm.C +++ b/StarDb/tpc/tidpars/tdeparm.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tdeparm_Table.h" -#endif +#include "tables/St_tdeparm_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tidpars/tdeparm Allocated rows: 1 Used rows: 1 Row size: 60 bytes diff --git a/StarDb/tpc/tidpars/tpipar.C b/StarDb/tpc/tidpars/tpipar.C index b81a286ac2b..29f2ebd5885 100644 --- a/StarDb/tpc/tidpars/tpipar.C +++ b/StarDb/tpc/tidpars/tpipar.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpipar_Table.h" -#endif +#include "tables/St_tpipar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tidpars/tpipar Allocated rows: 1 Used rows: 1 Row size: 132 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.20000217.000000.C b/StarDb/tpc/tptpars/tpt_pars.20000217.000000.C index 513c2d9facd..bac0ade4ef5 100644 --- a/StarDb/tpc/tptpars/tpt_pars.20000217.000000.C +++ b/StarDb/tpc/tptpars/tpt_pars.20000217.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpt_pars_Table.h" -#endif +#include "tables/St_tpt_pars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.20000301.000005.C b/StarDb/tpc/tptpars/tpt_pars.20000301.000005.C index 513c2d9facd..bac0ade4ef5 100644 --- a/StarDb/tpc/tptpars/tpt_pars.20000301.000005.C +++ b/StarDb/tpc/tptpars/tpt_pars.20000301.000005.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpt_pars_Table.h" -#endif +#include "tables/St_tpt_pars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.er99.C b/StarDb/tpc/tptpars/tpt_pars.er99.C index 5a448a9a6ef..94a71b9a9fd 100644 --- a/StarDb/tpc/tptpars/tpt_pars.er99.C +++ b/StarDb/tpc/tptpars/tpt_pars.er99.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpt_pars_Table.h" -#endif +#include "tables/St_tpt_pars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.sd97.C b/StarDb/tpc/tptpars/tpt_pars.sd97.C index ec27bd97f34..6d16808eb4f 100644 --- a/StarDb/tpc/tptpars/tpt_pars.sd97.C +++ b/StarDb/tpc/tptpars/tpt_pars.sd97.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpt_pars_Table.h" -#endif +#include "tables/St_tpt_pars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.year_1a.C b/StarDb/tpc/tptpars/tpt_pars.year_1a.C index 3f718b55705..05475bbd146 100644 --- a/StarDb/tpc/tptpars/tpt_pars.year_1a.C +++ b/StarDb/tpc/tptpars/tpt_pars.year_1a.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpt_pars_Table.h" -#endif +#include "tables/St_tpt_pars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.year_1c.C b/StarDb/tpc/tptpars/tpt_pars.year_1c.C index 3f718b55705..05475bbd146 100644 --- a/StarDb/tpc/tptpars/tpt_pars.year_1c.C +++ b/StarDb/tpc/tptpars/tpt_pars.year_1c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpt_pars_Table.h" -#endif +#include "tables/St_tpt_pars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.year_1h.C b/StarDb/tpc/tptpars/tpt_pars.year_1h.C index 3f718b55705..05475bbd146 100644 --- a/StarDb/tpc/tptpars/tpt_pars.year_1h.C +++ b/StarDb/tpc/tptpars/tpt_pars.year_1h.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpt_pars_Table.h" -#endif +#include "tables/St_tpt_pars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_pars.year_2a.C b/StarDb/tpc/tptpars/tpt_pars.year_2a.C index 3f718b55705..05475bbd146 100644 --- a/StarDb/tpc/tptpars/tpt_pars.year_2a.C +++ b/StarDb/tpc/tptpars/tpt_pars.year_2a.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpt_pars_Table.h" -#endif +#include "tables/St_tpt_pars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_pars Allocated rows: 2 Used rows: 2 Row size: 160 bytes diff --git a/StarDb/tpc/tptpars/tpt_spars.C b/StarDb/tpc/tptpars/tpt_spars.C index 445bd48c0d1..3408e489019 100644 --- a/StarDb/tpc/tptpars/tpt_spars.C +++ b/StarDb/tpc/tptpars/tpt_spars.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tpt_spars_Table.h" -#endif +#include "tables/St_tpt_spars_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tptpars/tpt_spars Allocated rows: 1 Used rows: 1 Row size: 216 bytes diff --git a/StarDb/tpc/tsspars/tsspar.19991216.000000.C b/StarDb/tpc/tsspars/tsspar.19991216.000000.C index f80c7738e2c..4d62da96cdf 100644 --- a/StarDb/tpc/tsspars/tsspar.19991216.000000.C +++ b/StarDb/tpc/tsspars/tsspar.19991216.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tss_tsspar_Table.h" -#endif +#include "tables/St_tss_tsspar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.19991217.000000.C b/StarDb/tpc/tsspars/tsspar.19991217.000000.C index f80c7738e2c..4d62da96cdf 100644 --- a/StarDb/tpc/tsspars/tsspar.19991217.000000.C +++ b/StarDb/tpc/tsspars/tsspar.19991217.000000.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tss_tsspar_Table.h" -#endif +#include "tables/St_tss_tsspar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.er99.C b/StarDb/tpc/tsspars/tsspar.er99.C index 2901935ec59..f61550283ee 100644 --- a/StarDb/tpc/tsspars/tsspar.er99.C +++ b/StarDb/tpc/tsspars/tsspar.er99.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tss_tsspar_Table.h" -#endif +#include "tables/St_tss_tsspar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.es99.C b/StarDb/tpc/tsspars/tsspar.es99.C index 2901935ec59..f61550283ee 100644 --- a/StarDb/tpc/tsspars/tsspar.es99.C +++ b/StarDb/tpc/tsspars/tsspar.es99.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tss_tsspar_Table.h" -#endif +#include "tables/St_tss_tsspar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.sd97.C b/StarDb/tpc/tsspars/tsspar.sd97.C index 850263dbdaa..6846570e6ca 100644 --- a/StarDb/tpc/tsspars/tsspar.sd97.C +++ b/StarDb/tpc/tsspars/tsspar.sd97.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tss_tsspar_Table.h" -#endif +#include "tables/St_tss_tsspar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.y2018.C b/StarDb/tpc/tsspars/tsspar.y2018.C index 0285943cd05..27438e416b4 100644 --- a/StarDb/tpc/tsspars/tsspar.y2018.C +++ b/StarDb/tpc/tsspars/tsspar.y2018.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tss_tsspar_Table.h" -#endif +#include "tables/St_tss_tsspar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.y2019.C b/StarDb/tpc/tsspars/tsspar.y2019.C index f80c7738e2c..4d62da96cdf 100644 --- a/StarDb/tpc/tsspars/tsspar.y2019.C +++ b/StarDb/tpc/tsspars/tsspar.y2019.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tss_tsspar_Table.h" -#endif +#include "tables/St_tss_tsspar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.year_1a.C b/StarDb/tpc/tsspars/tsspar.year_1a.C index 0285943cd05..27438e416b4 100644 --- a/StarDb/tpc/tsspars/tsspar.year_1a.C +++ b/StarDb/tpc/tsspars/tsspar.year_1a.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tss_tsspar_Table.h" -#endif +#include "tables/St_tss_tsspar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/tsspars/tsspar.year_1c.C b/StarDb/tpc/tsspars/tsspar.year_1c.C index 0285943cd05..27438e416b4 100644 --- a/StarDb/tpc/tsspars/tsspar.year_1c.C +++ b/StarDb/tpc/tsspars/tsspar.year_1c.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tss_tsspar_Table.h" -#endif +#include "tables/St_tss_tsspar_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/tsspars/tsspar Allocated rows: 1 Used rows: 1 Row size: 240 bytes diff --git a/StarDb/tpc/ttepars/tte_control.C b/StarDb/tpc/ttepars/tte_control.C index 77c5f86f5fa..37fddd33b5e 100644 --- a/StarDb/tpc/ttepars/tte_control.C +++ b/StarDb/tpc/ttepars/tte_control.C @@ -1,6 +1,5 @@ -#ifdef __CLING__ -# include "tables/St_tte_control_Table.h" -#endif +#include "tables/St_tte_control_Table.h" + St_DataSet *CreateTable() { // ----------------------------------------------------------------- // Top/ttepars/tte_control Allocated rows: 1 Used rows: 1 Row size: 12 bytes From 82fe7500f292cdda05a1f70563c4a9df236744b5 Mon Sep 17 00:00:00 2001 From: Dmitri Smirnov Date: Sun, 13 Nov 2022 11:41:12 -0500 Subject: [PATCH 6/7] Set search paths for included files for ROOT interpreter It is my understanding that `TSystem::AddIncludePath()` sets search paths to look for header files only when ACLiC is used. On the other hand, `TInterpreter::AddIncludePath()` sets search paths used by the both interpreter and ACLiC (see the documentation at https://root.cern/root/html534/TCint.html#TCint:AddIncludePath) --- StRoot/macros/rootlogon.C | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/StRoot/macros/rootlogon.C b/StRoot/macros/rootlogon.C index 3edf950a6c0..16c3b1623f9 100644 --- a/StRoot/macros/rootlogon.C +++ b/StRoot/macros/rootlogon.C @@ -30,5 +30,10 @@ std::cout << " *** Start at Date : " << TDatime().AsString() << std::endl; - gSystem->AddIncludePath(" -I. -I./.$STAR_HOST_SYS/include -I./StRoot -I$STAR/.$STAR_HOST_SYS/include -I$STAR/StRoot -I/usr/include/mysql"); + gInterpreter->AddIncludePath("."); + gInterpreter->AddIncludePath("./.$STAR_HOST_SYS/include"); + gInterpreter->AddIncludePath("./StRoot"); + gInterpreter->AddIncludePath("$STAR/.$STAR_HOST_SYS/include"); + gInterpreter->AddIncludePath("$STAR/StRoot"); + gInterpreter->AddIncludePath("/usr/include/mysql"); } From b968f0d9b0ae4d4186bb8abdb588c26ae7800d01 Mon Sep 17 00:00:00 2001 From: klendathu2k Date: Tue, 15 Nov 2022 11:52:09 -0500 Subject: [PATCH 7/7] Removed unused files --- StarDb/svt/ssd/sce_ctrl.C | 38 -------------------------------------- StarDb/svt/ssd/scf_ctrl.C | 19 ------------------- StarDb/svt/ssd/scm_ctrl.C | 21 --------------------- StarDb/svt/ssd/sls_ctrl.C | 30 ------------------------------ 4 files changed, 108 deletions(-) delete mode 100644 StarDb/svt/ssd/sce_ctrl.C delete mode 100644 StarDb/svt/ssd/scf_ctrl.C delete mode 100644 StarDb/svt/ssd/scm_ctrl.C delete mode 100644 StarDb/svt/ssd/sls_ctrl.C diff --git a/StarDb/svt/ssd/sce_ctrl.C b/StarDb/svt/ssd/sce_ctrl.C deleted file mode 100644 index db34aacaf12..00000000000 --- a/StarDb/svt/ssd/sce_ctrl.C +++ /dev/null @@ -1,38 +0,0 @@ -#include "tables/St_sce_ctrl_Table.h" - -TDataSet *CreateTable() { -// ----------------------------------------------------------------- -// sce_ctrl Allocated rows: 1 Used rows: 1 Row size: 84 bytes -// Table: sce_ctrl_st[0]--> sce_ctrl_st[0] -// ==================================================================== -// ------ Test whether this table share library was loaded ------ - if (!gROOT->GetClass("St_sce_ctrl")) return 0; -sce_ctrl_st row; -St_sce_ctrl *tableSet = new St_sce_ctrl("sce_ctrl",1); -// -memset(&row,0,tableSet->GetRowSize()); - row.TrueClusterP = 1; // nbre of true cluster; - row.GhostClusterP = 1; // nbre of ghost cluster; - row.LostClusterP = 1; // nbre of lost cluster; - row.TrueClusterN = 1; // nbre of true cluster; - row.GhostClusterN = 1; // nbre of ghost cluster; - row.LostClusterN = 1; // nbre of lost cluster; - row.TrueSpt11 = 1; // nbre of true space point from 1-1 case; - row.GhostSpt11 = 1; // nbre of ghost ; - row.LostSpt11 = 1; // nbre of lost ; - row.TrueSpt12 = 1; // nbre of true space point from 1-2 case; - row.GhostSpt12 = 1; // nbre of ghost ; - row.LostSpt12 = 1; // nbre of lost ; - row.TrueSpt22 = 1; // nbre of true space point from 2-2 case; - row.GhostSpt22 = 1; // nbre of ghost ; - row.LostSpt22 = 1; // nbre of lost ; - row.TrueSpt23 = 1; // nbre of true space point from 2-3 case; - row.GhostSpt23 = 1; // nbre of ghost ; - row.LostSpt23 = 1; // nbre of lost ; - row.TrueSpt33 = 1; // nbre of true space point from 3-3 case; - row.GhostSpt33 = 1; // nbre of ghost ; - row.LostSpt33 = 1; // nbre of lost ; -tableSet->AddAt(&row,0); -// ----------------- end of code --------------- - return (TDataSet *)tableSet; -} diff --git a/StarDb/svt/ssd/scf_ctrl.C b/StarDb/svt/ssd/scf_ctrl.C deleted file mode 100644 index dd863bce015..00000000000 --- a/StarDb/svt/ssd/scf_ctrl.C +++ /dev/null @@ -1,19 +0,0 @@ -#include "tables/St_scf_ctrl_Table.h" - -TDataSet *CreateTable() { -// ----------------------------------------------------------------- -// scf_ctrl Allocated rows: 1 Used rows: 1 Row size: 8 bytes -// Table: scf_ctrl_st[0]--> scf_ctrl_st[0] -// ==================================================================== -// ------ Test whether this table share library was loaded ------ - if (!gROOT->GetClass("St_scf_ctrl")) return 0; -scf_ctrl_st row; -St_scf_ctrl *tableSet = new St_scf_ctrl("scf_ctrl",1); -// -memset(&row,0,tableSet->GetRowSize()); - row.high_cut = 5; // high cut for central strip ; - row.testTolerance = 0.2; // set to 20% ; -tableSet->AddAt(&row,0); -// ----------------- end of code --------------- - return (TDataSet *)tableSet; -} diff --git a/StarDb/svt/ssd/scm_ctrl.C b/StarDb/svt/ssd/scm_ctrl.C deleted file mode 100644 index 10015391831..00000000000 --- a/StarDb/svt/ssd/scm_ctrl.C +++ /dev/null @@ -1,21 +0,0 @@ -#include "tables/St_scm_ctrl_Table.h" - -TDataSet *CreateTable() { -// ----------------------------------------------------------------- -// scm_ctrl Allocated rows: 1 Used rows: 1 Row size: 16 bytes -// Table: scm_ctrl_st[0]--> scm_ctrl_st[0] -// ==================================================================== -// ------ Test whether this table share library was loaded ------ - if (!gROOT->GetClass("St_scm_ctrl")) return 0; -scm_ctrl_st row; -St_scm_ctrl *tableSet = new St_scm_ctrl("scm_ctrl",1); -// -memset(&row,0,tableSet->GetRowSize()); - row.clusterTreat = 13; // max number of cluster in a matched ; - row.AdcTolerance = 0.2; // set to 20% ; - row.matchMean = 0; // matching mean ; - row.matchSigma = 8; // matching sigma ; -tableSet->AddAt(&row,0); -// ----------------- end of code --------------- - return (TDataSet *)tableSet; -} diff --git a/StarDb/svt/ssd/sls_ctrl.C b/StarDb/svt/ssd/sls_ctrl.C deleted file mode 100644 index ef513b4b1cf..00000000000 --- a/StarDb/svt/ssd/sls_ctrl.C +++ /dev/null @@ -1,30 +0,0 @@ -#include "tables/St_sls_ctrl_Table.h" - -TDataSet *CreateTable() { -// ----------------------------------------------------------------- -// sls_ctrl Allocated rows: 1 Used rows: 1 Row size: 80 bytes -// Table: sls_ctrl_st[0]--> sls_ctrl_st[0] -// ==================================================================== -// ------ Test whether this table share library was loaded ------ - if (!gROOT->GetClass("St_sls_ctrl")) return 0; -sls_ctrl_st row; -St_sls_ctrl *tableSet = new St_sls_ctrl("sls_ctrl",1); -// -memset(&row,0,tableSet->GetRowSize()); - row.NElectronInAMip = 22500; // in electron unit; - row.ADCDynamic = 20; // in mip unit; - row.A128Dynamic = 12; // in mip unit; - row.NBitEncoding = 10; // number od adc bit for encoding; - row.NStripInACluster = 4; // ; - row.PairCreationEnergy = 3.6e-09; // energy to create a e+e-pair(GeV); - row.ParDiffP = 0.00123; // ; - row.ParDiffN = 0.00094; // ; - row.ParIndRightP = 0.021; // ; - row.ParIndRightN = 0.026; // ; - row.ParIndLeftP = 0.013; // ; - row.ParIndLeftN = 0.01; // ; - row.DAQCutValue = 3; // in "sigma unit"; -tableSet->AddAt(&row,0); -// ----------------- end of code --------------- - return (TDataSet *)tableSet; -}