From d833d312659d54288fd5deaa168423996b093ae8 Mon Sep 17 00:00:00 2001 From: cdean-github Date: Tue, 9 Nov 2021 22:21:45 -0500 Subject: [PATCH] Scaled magnetic field back down --- detectors/EICDetector/Fun4All_G4_EICDetector.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/detectors/EICDetector/Fun4All_G4_EICDetector.C b/detectors/EICDetector/Fun4All_G4_EICDetector.C index 8e402173..34815818 100644 --- a/detectors/EICDetector/Fun4All_G4_EICDetector.C +++ b/detectors/EICDetector/Fun4All_G4_EICDetector.C @@ -447,7 +447,7 @@ int Fun4All_G4_EICDetector( // const string magfield = "1.5"; // alternatively to specify a constant magnetic field, give a float number, which will be translated to solenoidal field in T, if string use as fieldmap name (including path) // G4MAGNET::magfield = string(getenv("CALIBRATIONROOT")) + string("/Field/Map/sPHENIX.2d.root"); // default map from the calibration database - G4MAGNET::magfield_rescale = -3.0 / 1.5; // make consistent with expected Babar field strength of 1.4T + G4MAGNET::magfield_rescale = -1.4 / 1.5; // make consistent with expected Babar field strength of 1.4T //--------------- // Pythia Decayer