]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/oldmacros/Config_muon.C
START becomes T0
[u/mrichter/AliRoot.git] / ITS / oldmacros / Config_muon.C
index 126ac32bd23413abb5821eefa97e0349af8c97a1..4a3adb8bb83a5b9a6ee2cf57ccf78e0eab224be4 100644 (file)
@@ -103,7 +103,7 @@ void Config(){
     Int_t   iPMD   = 1;
     Int_t   iRICH  = 1;
     Int_t   iSHIL  = 1;
-    Int_t   iSTART = 1;
+    Int_t   iT0 = 1;
     Int_t   iTOF   = 1;
     Int_t   iTPC   = 1;
     Int_t   iTRD   = 1;
@@ -248,9 +248,9 @@ void Config(){
         //=================== EMCAL parameters ============================
         AliEMCAL *EMCAL = new AliEMCALv1("EMCAL", "G56_2_55_19_104_14");
     }
-    if (iSTART){
-        //=================== START parameters ============================
-        AliSTART *START = new AliSTARTv1("START", "START Detector");
+    if (iT0){
+        //=================== T0 parameters ============================
+        AliT0 *T0 = new AliT0v1("T0", "T0 Detector");
     }
 }
 //----------------------------------------------------------------------