]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGeometryModuleTransformer.h
Correcting compiler warnings (Bogdan)
[u/mrichter/AliRoot.git] / MUON / AliMUONGeometryModuleTransformer.h
index 2f03eb8a2b1b86f510ba79fd6b281b7560a19ff7..23935415e8f3d42a3d4f89120974a664e1a9722b 100644 (file)
@@ -33,11 +33,12 @@ class AliMUONGeometryModuleTransformer : public TObject
 {
   public:
     AliMUONGeometryModuleTransformer(Int_t moduleId);
-    AliMUONGeometryModuleTransformer();
+    AliMUONGeometryModuleTransformer(TRootIOCtor* /*ioCtor*/);
     virtual ~AliMUONGeometryModuleTransformer();
 
     // static methods
     static TString GetModuleNamePrefix();
+    static TString GetModuleName(Int_t moduleId);
 
     // methods
     void Global2Local(Int_t detElemId,
@@ -71,13 +72,17 @@ class AliMUONGeometryModuleTransformer : public TObject
                         GetDetElement(Int_t detElemId, Bool_t warn = true) const;    
 
   protected:
+    /// Not implemented
+    AliMUONGeometryModuleTransformer();
+    /// Not implemented
     AliMUONGeometryModuleTransformer(const AliMUONGeometryModuleTransformer& rhs);
+    /// Not implemented
     AliMUONGeometryModuleTransformer& 
       operator = (const AliMUONGeometryModuleTransformer& rhs);
 
   private:
     // static data members
-    static const TString  fgkModuleNamePrefix; /// < Geometry module name prefix
+    static const TString  fgkModuleNamePrefix; ///< Geometry module name prefix
 
     // data members
     Int_t                 fModuleId;   ///< the module Id