]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Default parameters for ABSO
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jun 2000 19:37:55 +0000 (19:37 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 12 Jun 2000 19:37:55 +0000 (19:37 +0000)
STRUCT/ABSOConst.h [new file with mode: 0644]

diff --git a/STRUCT/ABSOConst.h b/STRUCT/ABSOConst.h
new file mode 100644 (file)
index 0000000..11db05b
--- /dev/null
@@ -0,0 +1,38 @@
+#ifndef ABSOCONST_H
+#define ABSOCONST_H
+
+/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. */
+
+/* $Id$ */
+
+// start of 2deg cone
+    const Float_t zTwoDeg     = 117.40864;           
+// start of the absorber 
+    const Float_t zAbsStart   = 90.;    
+// end of the W-nose
+    const Float_t zNose       = 102.;
+// end of the 5deg line below the TPC field cage
+    const Float_t zConeTPC    = 285.;
+// start of concrete absorber
+    const Float_t zAbsCc      = 315.; 
+
+// max acceptance angle
+    const Float_t accMax = 10.*kDegrad;
+// angle of nose
+    const Float_t theta1  = 24.*kDegrad;
+// angle of second outer cone below field cage
+    const Float_t theta2  = 5. *kDegrad;
+// outer angler of W rear shield  
+    const Float_t thetaR = 3. *kDegrad;
+//
+// thicknesses defining the absorber
+// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+// steel envelope
+    const Float_t dSteel = 1.;  
+// poly-ethylene layer
+    const Float_t dPoly  = 5.0;
+
+
+
+
+#endif