Skip to content
Merged
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
Please consider the following formatting changes
  • Loading branch information
alibuild committed Jun 4, 2026
commit c0355f0b531768e4b9406d9c100d501052e62c83
2 changes: 1 addition & 1 deletion Detectors/Upgrades/ALICE3/macros/ALICE3Field.C
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ std::function<void(const double*, double*)> field()
double R2;
const double B1 = 2.; // [T]
double B2;
const double beamStart = 500.; // [cm]
const double beamStart = 500.; // [cm]
static constexpr double tokGauss = 1. / 0.1; // conversion from Tesla to kGauss

bool isMagAbs = true;
Expand Down