From 389f78056af18c6278fc148b94c4a71c75460fda Mon Sep 17 00:00:00 2001 From: cdean-github Date: Wed, 27 Oct 2021 13:42:53 -0400 Subject: [PATCH] Chnged magnetic field to 3.0T --- 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 c70e8bbf..db0436e7 100644 --- a/detectors/EICDetector/Fun4All_G4_EICDetector.C +++ b/detectors/EICDetector/Fun4All_G4_EICDetector.C @@ -423,7 +423,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 = -1.4 / 1.5; // make consistent with expected Babar field strength of 1.4T + G4MAGNET::magfield_rescale = -3.0 / 1.5; // make consistent with expected Babar field strength of 1.4T //--------------- // Pythia Decayer