FairRoot/PandaRoot
PndMdtForward.h
Go to the documentation of this file.
1 
2 #ifndef PndMdtForward_H
3  #define PndMdtForward_H 1
4 #endif
5 
6 //all units in mm
7 
8 #define PndMdt_FWD_DX 3800; // X size of Fwd
9 #define PndMdt_FWD_DY 2565; // Y size of Fwd
10 #define PndMdt_FWD_Z 0; // Positon of first layer along Z
11 #define PndMdt_FWD_Fe_DZ 60; // thickness of lead layer
12 #define PndMdt_FWD_Space_DZ 30; // space between layers
13 
14 #define PndMdt_FWD_Hole_DX 300; // Size of the hole X
15 #define PndMdt_FWD_Hole_DY 300; // Size of the hole Z
16 
17 #define PndMdt_FWD_Hole_X1 0; // Position along X of the hole 1
18 #define PndMdt_FWD_Hole_X2 0; // Position along X of the hole 2
19 #define PndMdt_FWD_Hole_X3 0; // Position along X of the hole 3
20 #define PndMdt_FWD_Hole_X4 0; // Position along X of the hole 4
21 
22 //half thickness
23 #define PndMdt_SVThickness 12
24