]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/ConfigTestSuite.C
START becomes T0
[u/mrichter/AliRoot.git] / PHOS / ConfigTestSuite.C
index 9a1aa2e77f2297510db0f48d774c941ff6e20299..f2571b025336163eee6fe22305b6d004840b448e 100644 (file)
@@ -144,7 +144,7 @@ void Config()
     Int_t   iPMD   =  0;
     Int_t   iHMPID  =  0;
     Int_t   iSHIL  =  0;
-    Int_t   iSTART =  0;
+    Int_t   iT0 =  0;
     Int_t   iTOF   =  0;
     Int_t   iTPC   =  0;
     Int_t   iTRD   =  0;
@@ -382,10 +382,10 @@ void Config()
         AliPMD *PMD = new AliPMDv1("PMD", "normal PMD");
     }
 
-    if (iSTART)
+    if (iT0)
     {
-        //=================== START parameters ============================
-        AliSTART *START = new AliSTARTv1("START", "START Detector");
+        //=================== T0 parameters ============================
+        AliT0 *T0 = new AliT0v1("T0", "T0 Detector");
     }
 
     if (iEMCAL)