]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGMSSubprocessor.h
Put index into track's name instead of its label.
[u/mrichter/AliRoot.git] / MUON / AliMUONGMSSubprocessor.h
index cbd193d70a4444781019398d2f5671b6bcd1a206..2bb279fb882c8f7173a0ab57aa4b7981f4a56292 100644 (file)
@@ -32,7 +32,10 @@ class AliMUONGMSSubprocessor : public AliMUONVSubprocessor
     virtual UInt_t Process(TMap* /*dcsAliasMap*/);
 
   private:
-    AliMUONGMSSubprocessor(const AliMUONGMSSubprocessor&); // Not implemented
+    /// Not implemented
+    AliMUONGMSSubprocessor(const AliMUONGMSSubprocessor&);
+    /// Not implemented
+    AliMUONGMSSubprocessor& operator=(const AliMUONGMSSubprocessor&);
 
     UInt_t ProcessFile(const TString& filename);
 
@@ -42,9 +45,9 @@ class AliMUONGMSSubprocessor : public AliMUONVSubprocessor
     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