]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STRUCT/ABSOConst.h
AnalysisTask base class for multi event analysis (mixing).
[u/mrichter/AliRoot.git] / STRUCT / ABSOConst.h
index 11db05bba0432637b872893ac7abe4f35f895886..671bc084a683a357c399ec199dc394e6a75491cb 100644 (file)
@@ -1,38 +1,41 @@
 #ifndef ABSOCONST_H
 #define ABSOCONST_H
 
+#include "AliConst.h"
+
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. */
 
 /* $Id$ */
 
 // start of 2deg cone
-    const Float_t zTwoDeg     = 117.40864;           
+    const Float_t kZTwoDeg     = 128.863;           
 // start of the absorber 
-    const Float_t zAbsStart   = 90.;    
+    const Float_t kZAbsStart   = 90.;    
 // end of the W-nose
-    const Float_t zNose       = 102.;
+    const Float_t kZNose       = 102.;
 // end of the 5deg line below the TPC field cage
-    const Float_t zConeTPC    = 285.;
+    const Float_t kZConeTPC    = 285.;
 // start of concrete absorber
-    const Float_t zAbsCc      = 315.; 
+    const Float_t kZAbsCc      = 315.; 
 
 // max acceptance angle
-    const Float_t accMax = 10.*kDegrad;
+    const Float_t kAccMax = 10.*kDegrad;
 // angle of nose
-    const Float_t theta1  = 24.*kDegrad;
+    const Float_t kTheta1  = 24.*kDegrad;
 // angle of second outer cone below field cage
-    const Float_t theta2  = 5. *kDegrad;
+    const Float_t kTheta2  = 5. *kDegrad;
 // outer angler of W rear shield  
-    const Float_t thetaR = 3. *kDegrad;
+    const Float_t kThetaR = 3. *kDegrad;
 //
 // thicknesses defining the absorber
 // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 // steel envelope
-    const Float_t dSteel = 1.;  
+    const Float_t kDSteel = 1.;  
 // poly-ethylene layer
-    const Float_t dPoly  = 5.0;
+    const Float_t kDPoly  = 5.0;
 
 
 
 
 #endif
+