]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGMSSubprocessor.h
Moving AliMillepede from MUON to libSTEER
[u/mrichter/AliRoot.git] / MUON / AliMUONGMSSubprocessor.h
index a6b096494e853f63d9ed3ff91b72f623a714a804..2bb279fb882c8f7173a0ab57aa4b7981f4a56292 100644 (file)
@@ -32,15 +32,22 @@ class AliMUONGMSSubprocessor : public AliMUONVSubprocessor
     virtual UInt_t Process(TMap* /*dcsAliasMap*/);
 
   private:
+    /// Not implemented
+    AliMUONGMSSubprocessor(const AliMUONGMSSubprocessor&);
+    /// Not implemented
+    AliMUONGMSSubprocessor& operator=(const AliMUONGMSSubprocessor&);
+
+    UInt_t ProcessFile(const TString& filename);
+
     // static data members
-    static const Int_t    fgkSystem;
-    static const TString  fgkDataId;
-    static const TString  fgkMatrixArrayName;
+    static const Int_t    fgkSystem;           ///< The data system
+    static const TString  fgkDataId;           ///< The data Id
+    static const TString  fgkMatrixArrayName;  ///< The fixed matrix array name
   
     // data members
-    AliMUONGeometryTransformer fTransformer;///< Geometry transformer (used to get vo
+    AliMUONGeometryTransformer fTransformer;///< Geometry transformer
 
-    ClassDef(AliMUONGMSSubprocessor, 1); // Shuttle sub-processor for GMS
+    ClassDef(AliMUONGMSSubprocessor, 1) // Shuttle sub-processor for GMS
 };
 
 #endif