]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/test/TestRICHPreprocessor.cxx
RICH becomes HMPID
[u/mrichter/AliRoot.git] / SHUTTLE / test / TestRICHPreprocessor.cxx
index 29057bb5c32636e081e2fb6470d2a4400113d0a0..4f3b9452f629e4a7a97923a06ca52e0c5c7aaec4 100644 (file)
  **************************************************************************/
 
 //
-// Prototype of RICH Preprocessor
+// Prototype of HMPID Preprocessor
 //
 
-#include "TestRICHPreprocessor.h"
+#include "TestHMPIDPreprocessor.h"
 
 #include "AliCDBMetaData.h"
 #include "AliDCSValue.h"
 #include <TObjString.h>
 #include <TSystem.h>
 
-ClassImp(TestRICHPreprocessor)
+ClassImp(TestHMPIDPreprocessor)
 
 //________________________________________________________________________________________
-TestRICHPreprocessor::TestRICHPreprocessor():
+TestHMPIDPreprocessor::TestHMPIDPreprocessor():
        AliPreprocessor("HMP",0)
 {
 // default constructor - Don't use this!
@@ -39,7 +39,7 @@ TestRICHPreprocessor::TestRICHPreprocessor():
 }
 
 //________________________________________________________________________________________
-TestRICHPreprocessor::TestRICHPreprocessor(AliShuttleInterface* shuttle):
+TestHMPIDPreprocessor::TestHMPIDPreprocessor(AliShuttleInterface* shuttle):
        AliPreprocessor("HMP", shuttle)
 {
 // constructor - shuttle must be instantiated!
@@ -47,7 +47,7 @@ TestRICHPreprocessor::TestRICHPreprocessor(AliShuttleInterface* shuttle):
 }
 
 //________________________________________________________________________________________
-void TestRICHPreprocessor::Initialize(Int_t run, UInt_t startTime,
+void TestHMPIDPreprocessor::Initialize(Int_t run, UInt_t startTime,
        UInt_t endTime) 
 {
 // Initialize preprocessor
@@ -62,7 +62,7 @@ void TestRICHPreprocessor::Initialize(Int_t run, UInt_t startTime,
 }
 
 //________________________________________________________________________________________
-UInt_t TestRICHPreprocessor::Process(TMap* /*valueMap*/)
+UInt_t TestHMPIDPreprocessor::Process(TMap* /*valueMap*/)
 {
 // process data retrieved by the Shuttle