]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDGeoSimulator.cxx
Setting raw digits flag
[u/mrichter/AliRoot.git] / FMD / AliFMDGeoSimulator.cxx
index 3799dd52c6e7c03aabe2be26e6d7f8afb7a7483d..cbcdc64c70376e7805b3ee70f8add3ddda375de0 100644 (file)
@@ -157,13 +157,13 @@ AliFMDGeoSimulator::DefineMaterials()
     return;
   }
   AliFMDSimulator::DefineMaterials();
-  fSi      = gGeoManager->GetMedium("FMDSi$");
-  fC       = gGeoManager->GetMedium("FMDCarbon$");
-  fAl      = gGeoManager->GetMedium("FMDAluminum$");
-  fChip    = gGeoManager->GetMedium("FMDChip$");
-  fAir     = gGeoManager->GetMedium("FMDAir$");
-  fPCB     = gGeoManager->GetMedium("FMDPCB$");
-  fPlastic = gGeoManager->GetMedium("FMDPlastic$");
+  fSi      = gGeoManager->GetMedium("FMD_Si$");
+  fC       = gGeoManager->GetMedium("FMD_Carbon$");
+  fAl      = gGeoManager->GetMedium("FMD_Aluminum$");
+  fChip    = gGeoManager->GetMedium("FMD_Chip$");
+  fAir     = gGeoManager->GetMedium("FMD_Air$");
+  fPCB     = gGeoManager->GetMedium("FMD_PCB$");
+  fPlastic = gGeoManager->GetMedium("FMD_Plastic$");
 }
 
 //____________________________________________________________________