]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/Config.C
Setting a trigger configuration (C.Cheshkov)
[u/mrichter/AliRoot.git] / macros / Config.C
index 1bc87bed2859a3b9b7a5817a30d3b084c5d120f2..ca04d6f5551709cab58e3dfe6e231e6602bfdc3f 100644 (file)
@@ -76,6 +76,9 @@ void Config()
     rl->SetNumberOfEventsPerFile(3);
     gAlice->SetRunLoader(rl);
 
+    // Set the trigger configuration
+    gAlice->SetTriggerDescriptor("p-p");
+
     //
     // Set External decayer
     TVirtualMCDecayer *decayer = new AliDecayerPythia();