]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/AliGeomManager.h
Correction to the initialization of LUTs (Raffaele)
[u/mrichter/AliRoot.git] / STEER / AliGeomManager.h
index 89669f133b41cf57b591171eb8f78114e4ca5f71..d5cbc7ab8b03b1f263c55939866caeb712be7b7d 100644 (file)
@@ -58,6 +58,7 @@ public:
   static AliAlignObj* GetAlignObj(UShort_t voluid);
   static AliAlignObj* GetAlignObj(ELayerID layerId, Int_t modId);
 
+  //to be used making a copy of the returned pointer to TGeoHMatrix!!
   static TGeoHMatrix* GetMatrix(TGeoPNEntry* pne);
   static TGeoHMatrix* GetMatrix(Int_t index);
   static TGeoHMatrix* GetMatrix(const char *symname);
@@ -108,7 +109,7 @@ public:
   AliGeomManager(const AliGeomManager&);
   AliGeomManager& operator=(const AliGeomManager&);
 
-  static void        ReactIfChangedGeom();
+  static Bool_t      ReactIfChangedGeom();
   static Bool_t      HasGeomChanged(){return fgGeometry!=gGeoManager;} 
   static TGeoManager* fgGeometry;