-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathASTEP.geo.setup
More file actions
37 lines (32 loc) · 1.29 KB
/
ASTEP.geo.setup
File metadata and controls
37 lines (32 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
///////////////////////////////////////////////////
// Geometry file for the A-STEP detector //
// Authors: Yusuke Suda (Hiroshima University) //
// Adrien Laviron (NASA GSFC) //
// Zachary Metzler (UMD) //
// Version: 2025.04.30 //
///////////////////////////////////////////////////
// The geometry is such that the center of the bottom layer is (0,0,0)
// +y is defined as through the detector centers
// +z is defined as along the length of the rocket
// TODO:
// Verify Yusuke's dimensions of PCB & Quad Chips
// Check right-handedness of the PCB & Quad Chips
// Reposition the payload housing to the correct position
// Confirm location of payload housing wrt the rocket body
// Add details of the payload housing from CAD model
SurroundingSphere 50.0 0.0 0.0 0.0 50.0
//ShowSurroundingSphere true
Include $MEGALIB/resource/examples/geomega/materials/Materials.geo
Volume World
World.Material Vacuum
World.Visibility 1
World.Color 0
World.Shape BRIK 500. 500. 500.
World.Mother 0
Constant ShowPCB 1 // Toggles Detector PCB Visibility
Constant ShowPayload 0 // Toggles Payload Visibility
Constant ShowRocket 0 // Toggles Rocket Visibility
Include Rocket.geo
Include ASTEP.geo
Include ASTEP.det
Include Payload.geo