Skip to content
Draft
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 Detectors/Upgrades/ALICE3/Passive/src/Magnet.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ void Alice3Magnet::ConstructGeometry()
mRestMaterialThickness = 6.8f; // cm
mOuterWrapInnerRadius = 180.f; // cm
mOuterWrapThickness = 3.f; // cm
mZLength = 750.f; // cm Length of the magnet (Z direction)
mZLength = 620.f; // cm Length of the magnet (Z direction)
break;
case o2::passive::MagnetLayout::MagReducedRadius:
mInnerWrapInnerRadius = 125.f; // cm
Expand Down
Loading