]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
New constructor for PHOS in configuration file
authorfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Feb 2000 09:03:29 +0000 (09:03 +0000)
committerfca <fca@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 28 Feb 2000 09:03:29 +0000 (09:03 +0000)
macros/Config.C
macros/Config_gener.C

index ce72c0d0401ab82123bc7593b8fef2f1862d5c3b..e51610cfdf50123e9c420f053015328b40c66301 100644 (file)
@@ -584,9 +584,7 @@ AliMUON *MUON  = new AliMUONv0("MUON","normal MUON");
 //=================== PHOS parameters ===========================
 
 if(iPHOS) {
-  AliPHOS *PHOS  = new AliPHOSv0("PHOS","normal PHOS");
-  AliPHOSGeometry *geom = new AliPHOSGeometry("default");
-  geom->Init();
+  AliPHOS *PHOS  = new AliPHOSv0("PHOS","GPS2");
 }
 
 
index fb661b86a35f5d87183ef972e3352de26637cc93..a2e0d5ad0e21ffcfd16dfe4c9c048bff7b8c0fe6 100644 (file)
@@ -744,7 +744,7 @@ AliMUON *MUON  = new AliMUONv0("MUON","normal MUON");
 }
  
 if(iPHOS) {
-AliPHOS *PHOS  = new AliPHOSv0("PHOS","normal PHOS");
+  AliPHOS *PHOS  = new AliPHOSv0("PHOS","GPS2");
 }
 
 if(iPMD) {