]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGMSSubprocessor.h
CID 22679: Out-of-bounds write (OVERRUN_STATIC)
[u/mrichter/AliRoot.git] / MUON / AliMUONGMSSubprocessor.h
index 2bb279fb882c8f7173a0ab57aa4b7981f4a56292..26d3fef72b98fc37b05282642d2d3e21264ca7f1 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:
@@ -37,17 +38,20 @@ class AliMUONGMSSubprocessor : public AliMUONVSubprocessor
     /// Not implemented
     AliMUONGMSSubprocessor& operator=(const AliMUONGMSSubprocessor&);
 
+    // static methods
+    static const TString& GetDataId();         
+    static const TString& GetMatrixArrayName();
+
+    // methods
     UInt_t ProcessFile(const TString& filename);
 
     // static data members
     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
+    AliMUONGeometryTransformer* fTransformer; ///< Geometry transformer
 
     ClassDef(AliMUONGMSSubprocessor, 1) // Shuttle sub-processor for GMS
 };
 
-#endif
+#endif //ALI_MUONGMS_SUBPROCESSOR_H