]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/Config.C
Changed factory options (in commented lines only)
[u/mrichter/AliRoot.git] / MUON / Config.C
index ce9e2d7674f33cc43b9201abcc8faeff6a3622f3..a7ef91c8decb536da12e39fa6ebf9fba1f3b5ec8 100644 (file)
@@ -29,6 +29,7 @@ void Config(char directory[100]="", char option[6]="param")
   rl->SetNumberOfEventsPerFile(100);
   gAlice->SetRunLoader(rl);
 
+  //AliLog::SetModuleDebugLevel("MUON", 1);
   
   //=======================================================================
   // Set External decayer
@@ -151,7 +152,8 @@ void Config(char directory[100]="", char option[6]="param")
 
   // New MUONv1 version (geometry defined via builders)
   AliMUON *MUON = new AliMUONv1("MUON", "default");
-  //AliMUON *MUON = new AliMUONv1("MUON", "AliMUONFactoryV3"); // New segmentation  
+  //AliMUON *MUON = new AliMUONv1("MUON", "FactoryV3"); // New segmentation slats 
+  //AliMUON *MUON = new AliMUONv1("MUON", "FactoryV4"); // New segmentation trigger 
   // If align = true, the detection elements transformations
   // are taken from the input files and not from the code
   //MUON->SetAlign(true);