From a37078b5cb2c54d7600f60df39738430ff57c94c Mon Sep 17 00:00:00 2001 From: morsch Date: Fri, 16 Mar 2001 15:34:37 +0000 Subject: [PATCH] Mothervolume defined MANY because overlap with station 3 mothervolume not avoidable (A. de Falco) --- STRUCT/AliDIPOv2.cxx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/STRUCT/AliDIPOv2.cxx b/STRUCT/AliDIPOv2.cxx index 2c6d1cb51a3..d3bf9f438da 100644 --- a/STRUCT/AliDIPOv2.cxx +++ b/STRUCT/AliDIPOv2.cxx @@ -15,6 +15,11 @@ /* $Log$ +Revision 1.14 2000/12/21 16:37:23 morsch +Use Al for coil and cable material. The materials used before cause the dipole to +have hydrogene on the outer surface leading to unrealistic gamma rates due to +n-capture. + Revision 1.13 2000/10/02 21:28:15 fca Removal of useless dependecies via forward declarations @@ -627,7 +632,7 @@ void AliDIPOv2::CreateGeometry() gMC->Gspos("DY2 ", 2, "DDIP", -dx, 0.0, dz, idrotm[1810], "ONLY"); dz=975.; - gMC->Gspos("DDIP", 1, "ALIC", 0., 0., dz, 0, "ONLY"); + gMC->Gspos("DDIP", 1, "ALIC", 0., 0., dz, 0, "MANY"); gMC->Gsatt("DDIP", "SEEN", 0); // gMC->Gsatt("DC21", "SEEN", 0); -- 2.43.0