Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion run2pp/TrackingProduction/Fun4All_JobA.C
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion run2pp/TrackingProduction/Fun4All_JobC.C
Original file line number Diff line number Diff line change
Expand Up @@ -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");
Expand Down
2 changes: 1 addition & 1 deletion run3auau/TrackingProduction/Fun4All_JobA.C
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down
2 changes: 1 addition & 1 deletion run3auau/TrackingProduction/Fun4All_JobC.C
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
2 changes: 1 addition & 1 deletion short/run3auau/tracking_code/Fun4All_JobA.C
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down