PandaRoot
PndTrkParameters.h
Go to the documentation of this file.
1 //****************************************************************************
2 //* This file is part of PandaRoot. *
3 //* *
4 //* PandaRoot is distributed under the terms of the *
5 //* GNU General Public License (GPL) version 3, *
6 //* copied verbatim in the file "LICENSE". *
7 //* *
8 //* Copyright (C) 2006 - 2024 FAIR GmbH and copyright holders of PandaRoot *
9 //* The copyright holders are listed in the file "COPYRIGHTHOLDERS". *
10 //* The authors are listed in the file "AUTHORS". *
11 //****************************************************************************
12 
13 #include "TMath.h"
14 
15 #define SKEW_ANGLE 3. // CHECK
16 
17 #define STTPARALDISTANCE 1.255
18 #define STTTOMVDSTRIPDISTANCE 15
19 
20 // STT - geometry
21 #define TUBERADIUS 0.5
22 #define CTOUTRADIUS 41.
23 #define CTINRADIUS 15.
24 #define SKEWANGLE 3. * TMath::DegToRad()
25 #define SKEWLIMIT 30. // CHECK
26 
27 // GEM - geometry
28 #define NOFSTATIONS 3
29 #define NOFSENSORS 2
30 #define NOFLAYERS NOFSTATIONS *NOFSENSORS
31 
32 // PIPE
33 #define PIPEDIAMETER 4.08 // CHECK
34 
35 // IREGIONS ....................................
36 // MVD
37 #define MVDPIXEL 0
38 #define MVDSTRIP 1
39 // STT
40 #define INNER_LEFT 3
41 #define SKEW_LEFT 5
42 #define OUTER_LEFT 7
43 #define INNER_RIGHT 2
44 #define SKEW_RIGHT 4
45 #define OUTER_RIGHT 6
46 #define INDIVISIBLE 10
47 // SCIT
48 #define SCIT 8
49 // GEM
50 #define GEM 9
51 
52 // MVD + STT
53 #define MVD_INNER_LEFT 13 // mvd + stt inner lf
54 #define MVD_INNER_RIGHT 12 // mvd + stt inner rg
55 
56 // COMBINATION
57 #define INNER_OUTER_LEFT 37
58 #define INNER_OUTER_RIGHT 26
59 
60 #define INNER_LEFT_OUTER_RIGTH 36
61 #define INNER_RIGHT_OUTER_LEFT 27
62 
63 #define INNER_LEFT_LEFT 33
64 #define INNER_RIGHT_RIGHT 22
65 
66 #define OUTER_LEFT_LEFT 77
67 #define OUTER_RIGHT_RIGHT 66
68 
69 #define INNER_LEFT_RIGHT 32
70 #define OUTER_LEFT_RIGHT 76
71 #define INNER_RIGHT_LEFT 23
72 #define OUTER_RIGHT_LEFT 67
73 
74 // SECTORS
75 #define STT_0 2000
76 #define STT_1 2001
77 #define STT_2 2002
78 #define STT_3 2003
79 #define STT_4 2004
80 #define STT_5 2005