]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGeometryModuleTransformer.cxx
Include intermediate radii for Rcoh, include all partial builds
[u/mrichter/AliRoot.git] / MUON / AliMUONGeometryModuleTransformer.cxx
index 4b771a48d9850da11a879133e74365b32eaec64b..544255d72d615ec2f8d863b661fed59a702fc792 100644 (file)
@@ -35,6 +35,7 @@
 #include <TArrayI.h>
 #include <Riostream.h>
 
+using std::endl;
 /// \cond CLASSIMP
 ClassImp(AliMUONGeometryModuleTransformer)
 /// \endcond
@@ -47,7 +48,7 @@ ClassImp(AliMUONGeometryModuleTransformer)
 const TString& AliMUONGeometryModuleTransformer::GetModuleNamePrefix()
 {
   /// Geometry module name prefix
-  static const TString& kModuleNamePrefix = "GM";
+  static const TString kModuleNamePrefix = "GM";
   return kModuleNamePrefix;
 }