]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGMSSubprocessor.h
Add option to run on some local files with test mode using the alien plugin
[u/mrichter/AliRoot.git] / MUON / AliMUONGMSSubprocessor.h
index fcf544cbbd14a77603784d4db9a5c87db78cac57..26d3fef72b98fc37b05282642d2d3e21264ca7f1 100644 (file)
@@ -29,7 +29,7 @@ class AliMUONGMSSubprocessor : public AliMUONVSubprocessor
     virtual ~AliMUONGMSSubprocessor();
 
     // methods
-    virtual void   Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
+    virtual Bool_t Initialize(Int_t run, UInt_t startTime, UInt_t endTime);
     virtual UInt_t Process(TMap* /*dcsAliasMap*/);
 
   private:
@@ -38,13 +38,16 @@ 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