]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGMSSubprocessor.h
bug fixed
[u/mrichter/AliRoot.git] / MUON / AliMUONGMSSubprocessor.h
index 2bb279fb882c8f7173a0ab57aa4b7981f4a56292..143c04858e09109e75c0d1f0b14ea6900b3df7d2 100644 (file)
@@ -9,8 +9,8 @@
 ///
 /// \author Ivana Hrivnacova, IPN Orsay
 
-#ifndef ALI_MUON_GMS_SUBPROCESSOR_H
-#define ALI_MUON_GMS_SUBPROCESSOR_H
+#ifndef ALI_MUONGMS_SUBPROCESSOR_H
+#define ALI_MUONGMS_SUBPROCESSOR_H
 
 #ifndef ALIMUONVSUBPROCESSOR_H
 #  include "AliMUONVSubprocessor.h"
@@ -29,6 +29,7 @@ class AliMUONGMSSubprocessor : public AliMUONVSubprocessor
     virtual ~AliMUONGMSSubprocessor();
 
     // methods
+    virtual Bool_t Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
     virtual UInt_t Process(TMap* /*dcsAliasMap*/);
 
   private:
@@ -45,9 +46,9 @@ class AliMUONGMSSubprocessor : public AliMUONVSubprocessor
     static const TString  fgkMatrixArrayName;  ///< The fixed matrix array name
   
     // data members
-    AliMUONGeometryTransformer fTransformer;///< Geometry transformer
+    AliMUONGeometryTransformer* fTransformer; ///< Geometry transformer
 
     ClassDef(AliMUONGMSSubprocessor, 1) // Shuttle sub-processor for GMS
 };
 
-#endif
+#endif //ALI_MUONGMS_SUBPROCESSOR_H