]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Fixed position of end of 2deg cone
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Jul 2000 09:35:49 +0000 (09:35 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Thu, 27 Jul 2000 09:35:49 +0000 (09:35 +0000)
Angle of the second cone and inner radius of 2nd flange changed.

STRUCT/SHILConst.h

index 34116dca794fb6f3ac0a3c5d9f73e19664b10647..caf41e31194e23a0105f845c41214896b0f9a8e0 100644 (file)
@@ -10,7 +10,7 @@
 // angle of 3rd cone
   const Float_t thetaOpen3 = 0.9*kDegrad;
 // angle of beam tube in second cone
-  const Float_t thetaOpenB = 0.74*kDegrad;
+  const Float_t thetaOpenB = 0.84*kDegrad;
 // inner lead Cone opening angle
   const Float_t thetaOpenPb = 0.6*kDegrad;
 // Outer Pb Cone opening angle
   const Float_t zFilterIn       = 1471.;
   const Float_t zFilterOut      = zFilterIn+120.;
 // end of 2-degree outer cone
-  const Float_t zConeE    = 30./TMath::Tan(accMin);
+//  const Float_t zConeE    = 30./TMath::Tan(accMin);
+  const Float_t zConeE    = 859.;
 //
 //
   Float_t dTubeS=0.1;
-  const Float_t dInsuS=0.9;
+  const Float_t dInsuS=0.6;
   const Float_t dEnveS=0.1;
   const Float_t dProtS=0.2;
   const Float_t dFreeS=0.5;
@@ -42,6 +43,7 @@
   const Float_t dr12=0.875;
 // delta_R to catch up with cone
   const Float_t dr13=0.525;
+
 // flange length
   const Float_t dF1=2.*3.9;
 // bellow length
 //
 // Bellow2
 //
-  const Float_t rB2=15.35;
+  const Float_t rB2=15.85;
   const Float_t hB2=2.25;
   const Float_t lB2=2.32;
   const Float_t eB2=0.05;