]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - SHUTTLE/Shuttle.C
START becomes T0
[u/mrichter/AliRoot.git] / SHUTTLE / Shuttle.C
index a5077d095b6be470e3da7ecfc53340d5e05c161f..a6e40b4cfd46553cac894d5ef3e97f702d7a8697 100644 (file)
@@ -40,7 +40,7 @@ Bool_t Shuttle(const char* param = "listen") {
        // Add here detectors preprocessor ...
        TestTPCPreprocessor *tpcPrep = new TestTPCPreprocessor(shuttle);
        TestITSPreprocessorSPD *spdPrep = new TestITSPreprocessorSPD(shuttle);
-       TestRICHPreprocessor *richPrep = new TestRICHPreprocessor(shuttle);
+       TestHMPIDPreprocessor *richPrep = new TestHMPIDPreprocessor(shuttle);
        TestZDCPreprocessor *zdcPrep = new TestZDCPreprocessor(shuttle);
 
        TString paramStr(param);