From 1416b7f31fd4335d5433c2fd390e9deae6eff5b1 Mon Sep 17 00:00:00 2001 From: morsch Date: Sat, 20 Jan 2001 16:35:27 +0000 Subject: [PATCH] Increase mother volume for bellows. --- STRUCT/AliPIPEv0.cxx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/STRUCT/AliPIPEv0.cxx b/STRUCT/AliPIPEv0.cxx index 8e8780668e2..95165564856 100644 --- a/STRUCT/AliPIPEv0.cxx +++ b/STRUCT/AliPIPEv0.cxx @@ -15,6 +15,9 @@ /* $Log$ +Revision 1.12 2000/12/21 16:41:06 morsch +Coding convention clean-up (RS3) + Revision 1.11 2000/11/28 16:06:57 morsch Undulated beam-pipe replaced by Al-Be (40,60) pipe 1.5 mm thick. @@ -427,7 +430,7 @@ void AliPIPEv0::CreateGeometry() // Mother Volume ptube[0] = 2.90; ptube[1] = 3.75; - ptube[2] = 14.70; + ptube[2] = 20.40; gMC->Gsvolu("QBE0","TUBE", idtmed[kAir], ptube, 3); gMC->Gspos("QBE0", 2 ,"QBPM", 0.0, 0.0, 229.5, 0, "ONLY"); gMC->Gspos("QBE0", 1 ,"QBPM", 0.0, 0.0, -61.3, 0, "ONLY"); -- 2.43.0