]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/Config_PDC06_MUON.C
Setting a trigger configuration (C.Cheshkov)
[u/mrichter/AliRoot.git] / macros / Config_PDC06_MUON.C
index f61659590c9ccec5fa798d547d856ef65c2949be..7af7aa6d022ac2b4f7861d776087310229368ec8 100644 (file)
@@ -32,6 +32,11 @@ void Config(char directory[100]="", char option[6]="trg2mu")
   rl->SetNumberOfEventsPerFile(100);
   gAlice->SetRunLoader(rl);
   
+  //=======================================================================
+  // Set the trigger configuration
+  gAlice->SetTriggerDescriptor("p-p");
+  cout<<"Trigger configuration is set to  p-p"<<endl;
+
   //=======================================================================
   // Set External decayer
   TVirtualMCDecayer *decayer = new AliDecayerPythia();