From 4a7308f732e6fd819b521059e4c7dfa331ac9e2c Mon Sep 17 00:00:00 2001 From: morsch Date: Mon, 25 Mar 2002 12:34:40 +0000 Subject: [PATCH] Obsolete support rollers removed. --- STRUCT/AliPIPEv0.cxx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/STRUCT/AliPIPEv0.cxx b/STRUCT/AliPIPEv0.cxx index 2d31de5d698..5c75761d80c 100644 --- a/STRUCT/AliPIPEv0.cxx +++ b/STRUCT/AliPIPEv0.cxx @@ -15,6 +15,10 @@ /* $Log$ +Revision 1.18 2002/02/01 18:02:41 morsch +Material of beam pipe between inner Be piece and forward detectors +can be set by SetPipeMaterial(mat), mat = kInox, kAlu, kBe ... + Revision 1.17 2001/09/24 13:11:50 morsch Ion pump and bellows moved out by 15 cm to make space for forward detectors. @@ -640,12 +644,12 @@ void AliPIPEv0::CreateGeometry() ptube[2] = 2.75; gMC->Gsposp("QB25", 1, "QBPM", 0., 0., 654.8, 0, "ONLY", ptube, 3); - gMC->Gspos("QBRM", 1, "QBPM", 0., 0., 654.8, 0, "ONLY"); +// gMC->Gspos("QBRM", 1, "QBPM", 0., 0., 654.8, 0, "ONLY"); ptube[0] = 3.05; ptube[1] = 3.20; gMC->Gsposp("QB25", 2, "QBPM", 0., 0., 254.8, 0, "ONLY", ptube, 3); - gMC->Gspos("QBRM", 2, "QBPM", 0., 0., 254.8, 0, "ONLY"); +// gMC->Gspos("QBRM", 2, "QBPM", 0., 0., 254.8, 0, "ONLY"); -- 2.43.5