diff --git a/magnet/magnet_v21b.geo.info b/magnet/magnet_v21b.geo.info
new file mode 100644
index 0000000000000000000000000000000000000000..d2e93ce51cc2e8e17f98d7b0b4e1efac18b158fb
--- /dev/null
+++ b/magnet/magnet_v21b.geo.info
@@ -0,0 +1,18 @@
+manget_v20b is shifted by 40 cm consistent with change of coordinate system.
+
+Commands issued.
+
+TFile* file
+TFile* newfile
+file = TFile::Open("magnet_v20b.geo.root")
+TGeoVolume* Top = (TGeoVolume *) file->Get("geometryFromGDML")
+Top->Clone()
+TGeoVolume* newtop = (TGeoVolume *) Top->Clone()
+TGeoNodeMatrix *nm = (TGeoNodeMatrix *) newtop->GetNode(0)
+nm->SetName("magnet_v20b_1")
+nm->GetVolume()->SetName("magnet_v20b")
+newfile = TFile::Open("magnet_v21b.geo.root","CREATE")
+nm->SetMatrix(new TGeoTranslation(0,0,-40))
+newfile->WriteTObject(newtop)
+newfile->Close()
+
diff --git a/magnet/magnet_v21b.geo.root b/magnet/magnet_v21b.geo.root
index e07857d29f3aa60fcfdb760ac35cdbe4f5701be7..58d90aea221c9528875ee17cdef6659c61b9636e 100644
Binary files a/magnet/magnet_v21b.geo.root and b/magnet/magnet_v21b.geo.root differ
diff --git a/setup/setup_sis100_muon_lmvm_DEC21.C b/setup/setup_sis100_muon_lmvm_DEC21.C
index ce25843389ffbe327abde2d23a04ed5e4173a8b4..487ad70f1766aaf79c4429627da0beb642908e16 100644
--- a/setup/setup_sis100_muon_lmvm_DEC21.C
+++ b/setup/setup_sis100_muon_lmvm_DEC21.C
@@ -44,7 +44,7 @@ void setup_sis100_muon_lmvm_DEC21()
   TString pipeGeoTag      = "v21d";
   TString stsGeoTag       = "v21e";
   TString muchGeoTag      = "v21c_sis100_1m_lmvm";
-  TString trdGeoTag       = "v20b_1m";
+  TString trdGeoTag       = "v20c_1m";
   TString tofGeoTag       = "v21a_1m";
   TString platGeoTag      = "v13a";
   // ------------------------------------------------------------------------