]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGeometryModuleTransformer.cxx
fix error in dEdx slice calculation for LQ method (Alex Wilk)
[u/mrichter/AliRoot.git] / MUON / AliMUONGeometryModuleTransformer.cxx
index 3db0cf63803b07001bb16bfab18add551fd90432..95aec65d2997f5aba2901472b6ffcff612fc1d9c 100644 (file)
@@ -66,7 +66,7 @@ AliMUONGeometryModuleTransformer::AliMUONGeometryModuleTransformer(Int_t moduleI
   fTransformation = new TGeoHMatrix("");
 
   // Det elements transformation stores
-  fDetElements = new AliMpExMap(true);
+  fDetElements = new AliMpExMap;
 }