From: morsch Date: Thu, 17 Feb 2005 04:00:52 +0000 (+0000) Subject: Correct placement of magnet door opening for "TFluka". X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=58af11ef6356aa7b30ec617d78951cb99f1a10da Correct placement of magnet door opening for "TFluka". --- diff --git a/STRUCT/AliMAG.cxx b/STRUCT/AliMAG.cxx index cd6885ea714..76e4c57148c 100644 --- a/STRUCT/AliMAG.cxx +++ b/STRUCT/AliMAG.cxx @@ -200,7 +200,7 @@ void AliMAG::CreateGeometry() gMC->Gspos("L3FX", 1, "L3DX", 0., 0., 0., 0, "MANY"); gMC->Gspos("L3IX", 1, "L3DX", 0., 0., 0., 0, "MANY"); - if(!strcmp(gMC->GetName(),"TGeant3")) { + if(!strcmp(gMC->GetName(),"TGeant3") || !strcmp(gMC->GetName(),"TFluka")) { gMC->Gspos("L3O1", 1, "L3FR", 0., 30., 0., 0, "MANY"); gMC->Gspos("L3O2", 1, "L3IR", 0., 30., 0., 0, "MANY");