]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/Config.C
Adding the trigger and vertex checking in both the QA and the actual analysis
[u/mrichter/AliRoot.git] / macros / Config.C
index c800c2763af6c03bbfc8a3d8317f28cad05ebb1e..b8e1d4e61647ca54f199ee58a83b18d2768904ce 100644 (file)
@@ -38,7 +38,7 @@
 #include "PMD/AliPMDv1.h"
 #include "T0/AliT0v1.h"
 #include "EMCAL/AliEMCALv2.h"
-#include "ACORDE/AliACORDEv0.h"
+#include "ACORDE/AliACORDEv1.h"
 #include "VZERO/AliVZEROv7.h"
 #endif
 
@@ -194,27 +194,27 @@ void Config()
     gAlice->SetField(field);    
 
 
-    Int_t   iABSO   1;
-    Int_t   iDIPO   1;
-    Int_t   iFMD    1;
-    Int_t   iFRAME  1;
-    Int_t   iHALL   1;
-    Int_t   iITS    1;
-    Int_t   iMAG    1;
-    Int_t   iMUON   1;
-    Int_t   iPHOS   1;
-    Int_t   iPIPE   1;
-    Int_t   iPMD    1;
-    Int_t   iHMPID  =  1;
-    Int_t   iSHIL   1;
-    Int_t   iT0  1;
-    Int_t   iTOF    1;
-    Int_t   iTPC    1;
-    Int_t   iTRD    1;
-    Int_t   iZDC    1;
-    Int_t   iEMCAL  1;
-    Int_t   iACORDE   =  0;
-    Int_t   iVZERO  1;
+    Int_t   iABSO   = 1;
+    Int_t   iDIPO   = 1;
+    Int_t   iFMD    = 1;
+    Int_t   iFRAME  = 1;
+    Int_t   iHALL   = 1;
+    Int_t   iITS    = 1;
+    Int_t   iMAG    = 1;
+    Int_t   iMUON   = 1;
+    Int_t   iPHOS   = 1;
+    Int_t   iPIPE   = 1;
+    Int_t   iPMD    = 1;
+    Int_t   iHMPID  = 1;
+    Int_t   iSHIL   = 1;
+    Int_t   iT0     = 1;
+    Int_t   iTOF    = 1;
+    Int_t   iTPC    = 1;
+    Int_t   iTRD    = 1;
+    Int_t   iZDC    = 1;
+    Int_t   iEMCAL  = 1;
+    Int_t   iACORDE = 1;
+    Int_t   iVZERO  = 1;
     rl->CdGAFile();
     //=================== Alice BODY parameters =============================
     AliBODY *BODY = new AliBODY("BODY", "Alice envelop");
@@ -349,18 +349,18 @@ void Config()
     if (iEMCAL)
     {
         //=================== EMCAL parameters ============================
-        AliEMCAL *EMCAL = new AliEMCALv2("EMCAL", "SHISH_77_TRD1_2X2_FINAL_110DEG");
+        AliEMCAL *EMCAL = new AliEMCALv2("EMCAL", "EMCAL_COMPLETE");
     }
 
      if (iACORDE)
     {
         //=================== ACORDE parameters ============================
-        AliACORDE *ACORDE = new AliACORDEv0("ACORDE", "normal ACORDE");
+        AliACORDE *ACORDE = new AliACORDEv1("ACORDE", "normal ACORDE");
     }
 
      if (iVZERO)
     {
-        //=================== ACORDE parameters ============================
+        //=================== VZERO parameters ============================
         AliVZERO *VZERO = new AliVZEROv7("VZERO", "normal VZERO");
     }