diff --git a/run2pp/TrackingProduction/Fun4All_JobA.C b/run2pp/TrackingProduction/Fun4All_JobA.C index d85361b..dd96767 100644 --- a/run2pp/TrackingProduction/Fun4All_JobA.C +++ b/run2pp/TrackingProduction/Fun4All_JobA.C @@ -110,7 +110,7 @@ void Fun4All_JobA( //note: these are designed to be used only if static corrections are also applied G4TPC::ENABLE_AVERAGE_CORRECTIONS = true; G4TPC::USE_PHI_AS_RAD_AVERAGE_CORRECTIONS = false; - G4TPC::average_correction_filename = CDBInterface::instance()->getUrl("TPC_LAMINATION_FIT_CORRECTION"); + G4TPC::average_correction_filename = CDBInterface::instance()->getUrl("Tpc_Average_Correction"); //G4TPC:average_correction_filename = std::string(getenv("CALIBRATIONROOT")) + "/distortion_maps/average_minus_static_distortion_inverted_10-new.root"; TrackingInit(); diff --git a/run2pp/TrackingProduction/Fun4All_JobC.C b/run2pp/TrackingProduction/Fun4All_JobC.C index 297e684..96ad6ea 100644 --- a/run2pp/TrackingProduction/Fun4All_JobC.C +++ b/run2pp/TrackingProduction/Fun4All_JobC.C @@ -313,7 +313,7 @@ void Fun4All_JobC( //note: these are designed to be used only if static corrections are also applied G4TPC::ENABLE_AVERAGE_CORRECTIONS = true; G4TPC::USE_PHI_AS_RAD_AVERAGE_CORRECTIONS = false; - G4TPC::average_correction_filename = CDBInterface::instance()->getUrl("TPC_LAMINATION_FIT_CORRECTION"); + G4TPC::average_correction_filename = CDBInterface::instance()->getUrl("Tpc_Average_Correction"); std::string geofile = CDBInterface::instance()->getUrl("Tracking_Geometry"); Fun4AllRunNodeInputManager *ingeo = new Fun4AllRunNodeInputManager("GeoIn"); diff --git a/run3auau/TrackingProduction/Fun4All_JobA.C b/run3auau/TrackingProduction/Fun4All_JobA.C index 7c4584c..0727972 100644 --- a/run3auau/TrackingProduction/Fun4All_JobA.C +++ b/run3auau/TrackingProduction/Fun4All_JobA.C @@ -107,7 +107,7 @@ void Fun4All_JobA( //note: these are designed to be used only if static corrections are also applied G4TPC::ENABLE_AVERAGE_CORRECTIONS = false; G4TPC::USE_PHI_AS_RAD_AVERAGE_CORRECTIONS = false; - G4TPC::average_correction_filename = CDBInterface::instance()->getUrl("TPC_LAMINATION_FIT_CORRECTION"); + G4TPC::average_correction_filename = CDBInterface::instance()->getUrl("Tpc_Average_Correction"); TrackingInit(); diff --git a/run3auau/TrackingProduction/Fun4All_JobC.C b/run3auau/TrackingProduction/Fun4All_JobC.C index 8dbcad0..536db6b 100644 --- a/run3auau/TrackingProduction/Fun4All_JobC.C +++ b/run3auau/TrackingProduction/Fun4All_JobC.C @@ -88,7 +88,7 @@ void Fun4All_JobC( //note: these are designed to be used only if static corrections are also applied G4TPC::ENABLE_AVERAGE_CORRECTIONS = false; G4TPC::USE_PHI_AS_RAD_AVERAGE_CORRECTIONS = false; - G4TPC::average_correction_filename = CDBInterface::instance()->getUrl("TPC_LAMINATION_FIT_CORRECTION"); + G4TPC::average_correction_filename = CDBInterface::instance()->getUrl("Tpc_Average_Correction"); ACTSGEOM::mvtx_applymisalignment = true; Enable::MVTX_APPLYMISALIGNMENT = true; G4TPC::REJECT_LASER_EVENTS=true; diff --git a/short/run3auau/tracking_code/Fun4All_JobA.C b/short/run3auau/tracking_code/Fun4All_JobA.C index dca1f3e..5e7a855 100644 --- a/short/run3auau/tracking_code/Fun4All_JobA.C +++ b/short/run3auau/tracking_code/Fun4All_JobA.C @@ -107,7 +107,7 @@ void Fun4All_JobA( //note: these are designed to be used only if static corrections are also applied G4TPC::ENABLE_AVERAGE_CORRECTIONS = false; G4TPC::USE_PHI_AS_RAD_AVERAGE_CORRECTIONS = false; - G4TPC::average_correction_filename = CDBInterface::instance()->getUrl("TPC_LAMINATION_FIT_CORRECTION"); + G4TPC::average_correction_filename = CDBInterface::instance()->getUrl("Tpc_Average_Correction"); TrackingInit();