]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EVE/EveDet/AliEveFMDLoader.cxx
extending unit test for AliHLTComponent by a sample event processing sequence
[u/mrichter/AliRoot.git] / EVE / EveDet / AliEveFMDLoader.cxx
index f96fdc975bcf1b4a3297b8f0a2879b77446335ac..0a53e57c0feb5442b3d0d246bdac058774d6540a 100644 (file)
@@ -126,10 +126,10 @@ AliEveFMDLoader::AliEveFMDLoader(const char* name, Bool_t useBoxes,
 
   // Get shapes
   TGeoShape* inner = static_cast<TGeoShape*>(gGeoManager->GetListOfShapes()
-                                            ->FindObject("FISE"));
+                                            ->FindObject("FMDI_physical_sensor"));
   if (!inner) throw TEveException("Shape of inner type sensors not found");
   TGeoShape* outer = static_cast<TGeoShape*>(gGeoManager->GetListOfShapes()
-                                            ->FindObject("FOSE"));
+                                            ->FindObject("FMDO_physical_sensor"));
   if (!outer) throw TEveException("Shape of outer type sensors not found");
 
   // Emulate reference counting