X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=STRUCT%2FABSOSHILConst.h;h=4b731639a271af477a20af660e64605e656827b0;hb=bef3144821e3eeae9d7f026bd44945af0ccbdfb6;hp=c7c8443f96a77d27c71b54e2e875b0cadd77ab72;hpb=55eb92dd451c11a8e77a49d2bf3215aa5faa49b9;p=u%2Fmrichter%2FAliRoot.git diff --git a/STRUCT/ABSOSHILConst.h b/STRUCT/ABSOSHILConst.h index c7c8443f96a..4b731639a27 100644 --- a/STRUCT/ABSOSHILConst.h +++ b/STRUCT/ABSOSHILConst.h @@ -1,6 +1,8 @@ #ifndef ABSOSHILCONST_H #define ABSOSHILCONST_H +#include "AliConst.h" + /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. */ /* $Id$ */ @@ -9,22 +11,31 @@ // z-positions defining the absorber // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ // start of inner opening cone - const Float_t zOpen = 300.; + const Float_t kZOpen = 300.; // rear end of the absorber - const Float_t zRear = 503.; + const Float_t kZRear = 503.; // thickness of rear shield - const Float_t dRear = 35.; + const Float_t kDRear = 35.; // // angles defining the absorber // ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ // min acceptance angle - const Float_t accMin = 2. *kDegrad; + const Float_t kAccMin = 2. *kDegrad; // angle of first opening cone - Float_t thetaOpen1 = 0.78*kDegrad; + Float_t kThetaOpen1 = 0.75*kDegrad; // // inner radius of heavy shield - Float_t rAbs = 4.1; + Float_t kRAbs = 4.5; // innner radius of beam tube - Float_t rVacu=2.9; + Float_t kRVacu=2.9; #endif + + + + + + + + +