]> git.uio.no Git - u/mrichter/AliRoot.git/blame - STRUCT/ABSOSHILConst.h
Definition of obsolete volume B059 commented.
[u/mrichter/AliRoot.git] / STRUCT / ABSOSHILConst.h
CommitLineData
55eb92dd 1#ifndef ABSOSHILCONST_H
2#define ABSOSHILCONST_H
3
4/* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. */
5
6/* $Id$ */
7
8//
9// z-positions defining the absorber
10// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
11// start of inner opening cone
dbbe5bc1 12 const Float_t kZOpen = 300.;
55eb92dd 13// rear end of the absorber
dbbe5bc1 14 const Float_t kZRear = 503.;
55eb92dd 15// thickness of rear shield
dbbe5bc1 16 const Float_t kDRear = 35.;
55eb92dd 17//
18// angles defining the absorber
19// ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
20// min acceptance angle
dbbe5bc1 21 const Float_t kAccMin = 2. *kDegrad;
55eb92dd 22// angle of first opening cone
dbbe5bc1 23 Float_t kThetaOpen1 = 0.75*kDegrad;
55eb92dd 24//
25// inner radius of heavy shield
dbbe5bc1 26 Float_t kRAbs = 4.5;
55eb92dd 27// innner radius of beam tube
dbbe5bc1 28 Float_t kRVacu=2.9;
55eb92dd 29#endif
30
77976fd8 31
32
33
34
35
36
37
38
39