Skip to content
Snippets Groups Projects
Commit 8fece53a authored by Pierre Morfouace's avatar Pierre Morfouace
Browse files

adding e552.detector geometry file

parent 78c92a1c
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ GeneralTarget
Target
THICKNESS= 20
RADIUS= 45
MATERIAL= D2
MATERIAL= CD2
ANGLE= 0
X= 0
Y= 0
......
%%%%%%%%%%%%%%%%%%%%%
MUST2Array
%%%%%%%%%%%%%%%%%%%%%
%%%%%%% Telescope 1 = mechanics2.pdf no1 with y<>z %%%%%%%
M2Telescope
X1_Y1= 13.38 102.64 146.39
X1_Y128= 25.14 10.62 175.69
X128_Y1= 103.73 102.64 110.42
X128_Y128= 115.54 10.70 139.68
SI= 1
SILI= 0
CSI= 1
VIS= all
%%%%%%% Telescope 2 = mechanics2.pdf no2 with y<>z %%%%%%%
M2Telescope
X1_Y1= -114.11 10.23 138.88
X1_Y128= -23.89 10.34 175.22
X128_Y1= -102.56 102.33 109.73
X128_Y128= -12.33 102.47 146.06
SI= 1
SILI= 0
CSI= 1
VIS= all
%%%%%%% Telescope 3 = mechanics2.pdf no3 with y<>z & -x %%%%%%%
M2Telescope
X1_Y1= -12.42 -103.75 146.62
X1_Y128= -24.17 -11.63 175.45
X128_Y1= -102.70 -103.88 110.29
X128_Y128= -114.44 -11.78 139.11
SI= 1
SILI= 0
CSI= 1
VIS= all
%%%%%%% Telescope 4 = mechanics2.pdf no4 with y<>z %%%%%%%
M2Telescope
X1_Y1= 115.22 -11.58 139.29
X1_Y128= 24.87 -11.54 175.28
X128_Y1= 103.79 -103.89 110.54
X128_Y128= 13.44 -103.84 146.53
SI= 1
SILI= 0
CSI= 1
VIS= all
......@@ -4,10 +4,10 @@
% Energy are given in MeV , Position in mm %
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Isotropic
EnergyLow= 5
EnergyHigh= 5
EnergyLow= 0
EnergyHigh= 100
HalfOpenAngleMin= 0
HalfOpenAngleMax= 180
HalfOpenAngleMax= 90
x0= 0
y0= 0
z0= 0
......
......@@ -5,12 +5,14 @@
#
/control/verbose 0
/run/verbose 0
/material/verbose 0
/tracking/verbose 0
/cuts/verbose 0
/process/em/verbose 0
/process/eLoss/verbose 0
#
# Use this open statement to create an OpenGL view:
/vis/open OGLI 1200x600-0+0
#/vis/open OGLI 1200x600-0+0
#/vis/open VRML2FILE
#
# Draw geometry:
......@@ -45,6 +47,7 @@
/vis/viewer/set/autoRefresh true
/vis/verbose 0
/run/beamOn 50000
# print Option
/vis/ogl/set/printMode vectored
/vis/ogl/set/transparency true
#/vis/ogl/set/printMode vectored
#/vis/ogl/set/transparency true
......@@ -116,7 +116,7 @@ G4Material* MaterialManager::GetMaterialFromLibrary(string Name){
else if(Name == "Kapton"){
G4Material* material = new G4Material(Name, 1.39*g/cm3,3);
material->AddElement(GetElementFromLibrary("H"),4);
material->AddElement(GetElementFromLibrary("C"),5);
material->AddElement(GetElementFromLibrary("C"),10);
material->AddElement(GetElementFromLibrary("O"),2);
m_Material[Name]=material;
return material;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment