There was an error while loading. Please reload this page.
1 parent 1bae27d commit 7457de8Copy full SHA for 7457de8
1 file changed
Detectors/Upgrades/ALICE3/macros/ALICE3Field.C
@@ -34,7 +34,7 @@ std::function<void(const double*, double*)> field()
34
R2 = 290.; //[cm]
35
36
// To set the B2
37
- B1 = 2.; //[T]
+ B1 = 2.; //[T]
38
B2 = -B1 * Rc * Rc / (R2 * R2 - R1 * R1); //[T] — B1 in numerator, confirmed by A. Ortiz Aug 2026
39
40
if ((abs(x[2]) <= beamStart) && (sqrt(x[0] * x[0] + x[1] * x[1]) < Rc)) {
0 commit comments