]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Updated comments about alignment.
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Dec 2005 09:01:00 +0000 (09:01 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Wed, 7 Dec 2005 09:01:00 +0000 (09:01 +0000)
MUON/Config.C

index a7ef91c8decb536da12e39fa6ebf9fba1f3b5ec8..4d36b3536c0d511a7bc283d7ec99b2b3a438f2ff 100644 (file)
@@ -154,9 +154,9 @@ void Config(char directory[100]="", char option[6]="param")
   AliMUON *MUON = new AliMUONv1("MUON", "default");
   //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);
+  // If SetAlign, the detection elements transformations
+  // are taken from the input file and not from the code
+  // MUON->SetAlign("transform.dat");
   MUON->AddGeometryBuilder(new AliMUONSt1GeometryBuilderV2(MUON));
   MUON->AddGeometryBuilder(new AliMUONSt2GeometryBuilderV2(MUON));
   MUON->AddGeometryBuilder(new AliMUONSlatGeometryBuilder(MUON));