]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/Config.C
First PHOS calibration object data (Y.K.)
[u/mrichter/AliRoot.git] / MUON / Config.C
index c9bf673d2537f36f8d23ec7478513c6004b546fc..7ce5eb3ed721da5c2f228d8feeeda2cff6fcb433 100644 (file)
@@ -2,7 +2,7 @@
 // Remember to define the directory and option
 // gAlice->SetConfigFunction("Config('$HOME','box');");
 
-void Config(char directory[100]="", char option[6]="box")
+void Config(char directory[100]="", char option[6]="param")
 {
   //
   // Config file for MUON test
@@ -157,8 +157,9 @@ void Config(char directory[100]="", char option[6]="box")
          // If align = true, the detection elements transformations
         // are taken from the input files and not from the code
   
-  // ((AliMUONv1*)MUON)->SetStepManagerVersionDE(true);
+//   ((AliMUONv1*)MUON)->SetStepManagerVersionDE(true);
         // To save detection element Id in the hits
+  MUON->SetSegmentationType(1);// default wise to old (1), new (2)
   
   //MUON->AddGeometryBuilder(new AliMUONSt1GeometryBuilder(MUON));
   MUON->AddGeometryBuilder(new AliMUONSt1GeometryBuilderV2(MUON));