Commit a7b41872 authored by Valentina Fioretti's avatar Valentina Fioretti
Browse files

readme update

parent c539713c
Loading
Loading
Loading
Loading
+4 −66
Original line number Diff line number Diff line
# BoGEMMS HPC
# BoGEMMS-HPC



## Getting started

To make it easy for you to get started with GitLab, here's a list of recommended next steps.

Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!

## Add your files

- [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
- [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:

```
cd existing_repo
git remote add origin https://www.ict.inaf.it/gitlab/icsc_g4_hpc/BoGEMMS-HPC.git
git branch -M main
git push -uf origin main
```

## Integrate with your tools

- [ ] [Set up project integrations](https://www.ict.inaf.it/gitlab/icsc_g4_hpc/BoGEMMS-HPC/-/settings/integrations)

## Collaborate with your team

- [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
- [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
- [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
- [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
- [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)

## Test and Deploy

Use the built-in continuous integration in GitLab.

- [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
- [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
- [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
- [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
- [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)

***

# Editing this README

When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.

## Suggestions for a good README

Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.

## Name
Choose a self-explaining name for your project.

## Description
Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.

## Badges
On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.

## Visuals
Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.

## Installation
Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.


## Usage
Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
@@ -87,7 +24,8 @@ You can also document commands to lint the code or run tests. These steps help t
Show your appreciation to those who have contributed to the project.

## License
For open source projects, say how it is licensed.

See LICENSE

## Project status
If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.

conf/ASTROGAM_V1_0.conf

deleted100644 → 0
+0 −288
Original line number Diff line number Diff line
######################################################
# Selection of output files
IO.FILETYPE.FITS = false 
IO.FILETYPE.FITSEND = false 
IO.FILETYPE.ROOT = true 
IO.FILETYPE.ROOTEND = false 

IO.FILETYPE.XROOTD = false
XROOTD.con = root://192.168.210.226:1094//RossiFumi/users/bulgarelli/NHXM003_2_root/CXB/

#192.168.210.226 node15
#192.168.210.225 triglia
#192.168.210.30 tonno

IO.FILE.INOUT = false
IO.FILE.XYZ = true
IO.FILE.ENERGYVOL = false 
IO.FILE.STEP = false

#######################################################
# IO IN/OUT file configuration
IOINOUT.EVT_ID = true
IOINOUT.TRK_ID = true
IOINOUT.DIRECTION = true
IOINOUT.GTIME = false
IOINOUT.EVT_KE = true
IOINOUT.PARTICLE_ID = true
IOINOUT.PROCESS_ID = false
IOINOUT.VOLUME_ID = true
IOINOUT.X = true
IOINOUT.Y = true
IOINOUT.Z = true
IOINOUT.MX = false
IOINOUT.MY = false
IOINOUT.MZ = false
IOINOUT.PARTICLE = false
IOINOUT.PROCESS = true
IOINOUT.VOLUME = true
IOINOUT.MDX = false
IOINOUT.MDY = false
IOINOUT.MDZ = false
#select to write in/out events
IOINOUT.IN = true
IOINOUT.OUT = true
#the initial condition is an output conditio
IOINOUT.InitialCondition = true
#volume selection
IOINOUT.volumeselection.number = 0
IOINOUT.volumeselection.0.start = 1
IOINOUT.volumeselection.0.end = 1000000
#number of rows for each file
IOINOUT.NRows  = 1000000

#######################################################
# IO XYZ file configuration
IOXYZ.EVT_ID = true
IOXYZ.TRK_ID = true
IOXYZ.VOLUME_ID = true
IOXYZ.VOLUME_NAME = false 
IOXYZ.MOTHER_ID = true
IOXYZ.E_DEP = true
IOXYZ.FLAG_INT = false
IOXYZ.X_ENT = true
IOXYZ.Y_ENT = true
IOXYZ.Z_ENT = true
IOXYZ.X_EXIT = true
IOXYZ.Y_EXIT = true
IOXYZ.Z_EXIT = true
IOXYZ.E_KIN_ENT = true
IOXYZ.E_KIN_EXIT = true
IOXYZ.MDX_ENT = true
IOXYZ.MDY_ENT = true
IOXYZ.MDZ_ENT = true
IOXYZ.MDX_EXIT = true
IOXYZ.MDY_EXIT = true
IOXYZ.MDZ_EXIT = true
IOXYZ.GTIME_ENT = true
IOXYZ.GTIME_EXIT = true
IOXYZ.PARTICLE_ID = true
IOXYZ.PARTICLE_NAME = true
IOXYZ.PROCESS_FLAG = true

#volume selection
IOXYZ.volumeselection.number = 1
IOXYZ.volumeselection.0.start = 1
IOXYZ.volumeselection.0.end = 1000000000
#IOXYZ.volumeselection.1.start = 50000
#IOXYZ.volumeselection.1.end = 60000
#IOXYZ.volumeselection.1.start = 1
#IOXYZ.volumeselection.1.end = 2
#IOXYZ.volumeselection.2.start = 301
#IOXYZ.volumeselection.2.end = 330

#number of rows for each file
IOXYZ.NRows  = 2000000

#write only volume with energy deposit (this do not exclude the world)
IOXYZ.writeonlyifenergydeposit = 1

#exclude the world
#NB: the world contains the initial energy and momentum
IOXYZ.removeWorldEvent = 0

########################################################
# IO Energy Volume file configuration
#if number>0 activate the selection of the volumes
IOENERGY.volumeselection.number = 0
IOENERGY.volumeselection.0.start = 1000
IOENERGY.volumeselection.0.end = 1000

# energy file configuration
IOENERGY.NRows = 10000000

#write only event specificed with the gm.detector_volmin and
#gm.detector_volmax variable within a specific geometry
IOENERGY.writeonlydetectorevents = 0

#write only volume with energy deposit (this do not exclude the world)
IOENERGY.writeonlyifenergydeposit = 1

#exclude the world
#NB: the world contains the initial energy and momentum
IOENERGY.removeWorldEvent = 0

########################################################
# IO Step file configuration
IOSTEP.NRows = 10000

########################################################
# physical process

#ENERGYPROCESS.VERSION = 10000
ENERGYPROCESS.VERSION = 400
HADRONPHYS.NAME = QGSP_BIC_HP

#ENERGYPROCESS.NAME = LHEP

#HIGHENERGY.ENABLE = false
#LOWENERGY.ENABLE = true
########################################################
# geometry configuration
# Print the current geometry to output
GEOM.PRINT_GEOMETRY = false

GEOM.VERSION = 9
GEOM.VOLID.TYPE = 1

GEOM.ST.CAL = true 
GEOM.ST.AC = true
GEOM.ST.SC = false
GEOM.ST.ELEC = false

# Visualization
# 0 = Color, 1 = B/W, 2 = Only Si Tracker
GEOM.ST.TRACKER.VIS = 2
GEOM.ST.VIS.BLACK = false
GEOM.ST.CAL.VIS = true
GEOM.ST.ELEC.VIS = false
GEOM.ST.AC.VIS = false
GEOM.ST.AC.TOP.VIS = false
GEOM.ST.SC.VIS = false

# Geometry for Case 9 (Small Telescope)
# measures in mm

# Tracker
GEOM.ST.TRAY.STRIP = false
GEOM.ST.TRAY.STRIP.REPLICATED = false
GEOM.ST.TRAY.STRIP.N = 2480
GEOM.ST.TRAY.STRIP.PITCH = 0.242

# AGILE tracker
GEOM.ST.TRAY.ASTROMEV = true
GEOM.ST.TRAY.ASTROMEV.VERSION = 1

# number of trays without converter
GEOM.ST.TRAY.AGILE.CONV = 0


GEOM.ST.TRAY.NUMBER = 40
GEOM.ST.TRAY.SIDE = 600.16
GEOM.ST.TRAY.DIST = 3.0

GEOM.ST.TRACKER.PASSIVE = true 
GEOM.ST.TRAY.CONVERTER = false
GEOM.ST.TRAY.GLUE = false
GEOM.ST.TRAY.KAPTON = false

# The glue is geometrically added, but Cu is used (G400)
GEOM.ST.TRAY.GLUETOCU = false

GEOM.ST.TRAY.SILICON.THICKNESS = 0.200
GEOM.ST.TRAY.GLUE.THICKNESS = 0.00000000
GEOM.ST.TRAY.KAPTON.THICKNESS = 0.000000
GEOM.ST.TRAY.CFIBER.THICKNESS = 0.025
GEOM.ST.TRAY.ALHONEY.THICKNESS = 9.15
GEOM.ST.TRAY.CONVERTER.THICKNESS = 0.000000

# 0 = normal density, 1 = Fermi density to match the modified thickness
GEOM.ST.TRAY.ALHONEY.TYPE = 0
GEOM.ST.TRAY.ALHONEY.DENSITY = 0.070755

# Calorimeter
# 1 = Agile, 2 = GammaLight
GEOM.ST.CAL.TYPE = 2
# measures in mm
#GEOM.ST.CAL.DISTANCE = 50.0
#GEOM.ST.CAL.BAR.SIDE = 23.
#GEOM.ST.CAL.BAR.HEIGHT = 15.0
#GEOM.ST.CAL.BARS.DISTANCE = 2.0
#GEOM.ST.CAL.SIDE = 375.0
#GEOM.ST.CAL.HEIGHT = 34.0

#CAL WIHT PIXELS
GEOM.ST.CAL.DISTANCE = 30.0
GEOM.ST.CAL.PIXEL.SIDE = 5.0
GEOM.ST.CAL.HEIGHT = 50.0
GEOM.ST.CAL.SIDE = 600.

#CAL WITHOUT PIXELS
#GEOM.ST.CAL.DISTANCE = 30.0
#GEOM.ST.CAL.PIXEL.SIDE = 600.0
#GEOM.ST.CAL.HEIGHT = 50.0
#GEOM.ST.CAL.SIDE = 600.

# Electronics
# 0 = GLIGHT/AGILE, 1 = G400
GEOM.ST.ELEC.TYPE = 0  
# measures in mm
GEOM.ST.ELEC.DISTANCE = 10.0
GEOM.ST.ELEC.THICKNESS = 10.0

# AC
# 1 = Agile, 2 = Plus bottom, 3 = Bottom, not covering Cal
GEOM.ST.AC.TYPE = 1
GEOM.ST.AC.SENSITIVE = true
# measures in mm
GEOM.ST.AC.DISTANCE = 40.0
GEOM.ST.AC.DISTANCE.MINUSX = 20.0
GEOM.ST.AC.DISTANCE.MINUSY = 20.0
GEOM.ST.AC.TOPFROMLAT.DISTANCE = 15.0
GEOM.ST.AC.BOTTOM.DISTANCE = 15.0
GEOM.ST.AC.LAT.THICKNESS = 5.5
GEOM.ST.AC.LAT.EXTRA = 20.0
GEOM.ST.AC.TOP.THICKNESS = 5.2
GEOM.ST.AC.BOTTOM.THICKNESS = 8.0

# Spacecraft
GEOM.ST.SC.DISTANCE = 30.0
GEOM.ST.SC.SIDE = 700.0
GEOM.ST.SC.HEIGHT = 1500.0


########################################################
# stepping volumes (measures in mm). The number ID of the volume is the index

STEPPINGVOL.N = 1

#empty box
STEPPINGVOL.0.type = 2
STEPPINGVOL.0.dim.base = 600
STEPPINGVOL.0.dim.height = 100
STEPPINGVOL.0.xpos = 0
STEPPINGVOL.0.ypos = 0
STEPPINGVOL.0.zpos = 1000
STEPPINGVOL.0.visible = false
STEPPINGVOL.0.sensitive = true

#STEPPINGVOL.1.type = 2    
#STEPPINGVOL.1.dim.base = 702.0
#STEPPINGVOL.1.dim.height = 1502.0
#STEPPINGVOL.1.xpos = 0
#STEPPINGVOL.1.ypos = 0
#STEPPINGVOL.1.zpos = -870.0
#STEPPINGVOL.1.visible = true
#STEPPINGVOL.1.sensitive = true

#disco
#STEPPINGVOL.0.type = 1
#STEPPINGVOL.0.dim.diameter = 2043.
#STEPPINGVOL.0.dim.height = 5.
#STEPPINGVOL.0.xpos = 0.
#STEPPINGVOL.0.ypos = 0.
#STEPPINGVOL.0.zpos = 15006.
#STEPPINGVOL.0.visible = true
#STEPPINGVOL.0.sensitive = true

conf/ASTROGAM_V1_0_NP.conf

deleted100644 → 0
+0 −289
Original line number Diff line number Diff line
######################################################
# Selection of output files
IO.FILETYPE.FITS = false 
IO.FILETYPE.FITSEND = false 
IO.FILETYPE.ROOT = true 
IO.FILETYPE.ROOTEND = false 

IO.FILETYPE.XROOTD = false
XROOTD.con = root://192.168.210.226:1094//RossiFumi/users/bulgarelli/NHXM003_2_root/CXB/


#192.168.210.226 node15
#192.168.210.225 triglia
#192.168.210.30 tonno

IO.FILE.INOUT = false
IO.FILE.XYZ = true
IO.FILE.ENERGYVOL = false 
IO.FILE.STEP = false

#######################################################
# IO IN/OUT file configuration
IOINOUT.EVT_ID = true
IOINOUT.TRK_ID = true
IOINOUT.DIRECTION = true
IOINOUT.GTIME = false
IOINOUT.EVT_KE = true
IOINOUT.PARTICLE_ID = true
IOINOUT.PROCESS_ID = false
IOINOUT.VOLUME_ID = true
IOINOUT.X = true
IOINOUT.Y = true
IOINOUT.Z = true
IOINOUT.MX = false
IOINOUT.MY = false
IOINOUT.MZ = false
IOINOUT.PARTICLE = false
IOINOUT.PROCESS = true
IOINOUT.VOLUME = true
IOINOUT.MDX = false
IOINOUT.MDY = false
IOINOUT.MDZ = false
#select to write in/out events
IOINOUT.IN = true
IOINOUT.OUT = true
#the initial condition is an output conditio
IOINOUT.InitialCondition = true
#volume selection
IOINOUT.volumeselection.number = 0
IOINOUT.volumeselection.0.start = 1
IOINOUT.volumeselection.0.end = 1000000
#number of rows for each file
IOINOUT.NRows  = 1000000

#######################################################
# IO XYZ file configuration
IOXYZ.EVT_ID = true
IOXYZ.TRK_ID = true
IOXYZ.VOLUME_ID = true
IOXYZ.VOLUME_NAME = false 
IOXYZ.MOTHER_ID = true
IOXYZ.E_DEP = true
IOXYZ.FLAG_INT = false
IOXYZ.X_ENT = true
IOXYZ.Y_ENT = true
IOXYZ.Z_ENT = true
IOXYZ.X_EXIT = true
IOXYZ.Y_EXIT = true
IOXYZ.Z_EXIT = true
IOXYZ.E_KIN_ENT = true
IOXYZ.E_KIN_EXIT = true
IOXYZ.MDX_ENT = true
IOXYZ.MDY_ENT = true
IOXYZ.MDZ_ENT = true
IOXYZ.MDX_EXIT = true
IOXYZ.MDY_EXIT = true
IOXYZ.MDZ_EXIT = true
IOXYZ.GTIME_ENT = true
IOXYZ.GTIME_EXIT = true
IOXYZ.PARTICLE_ID = true
IOXYZ.PARTICLE_NAME = true
IOXYZ.PROCESS_FLAG = true

#volume selection
IOXYZ.volumeselection.number = 1
IOXYZ.volumeselection.0.start = 1
IOXYZ.volumeselection.0.end = 1000000000
#IOXYZ.volumeselection.1.start = 50000
#IOXYZ.volumeselection.1.end = 60000
#IOXYZ.volumeselection.1.start = 1
#IOXYZ.volumeselection.1.end = 2
#IOXYZ.volumeselection.2.start = 301
#IOXYZ.volumeselection.2.end = 330

#number of rows for each file
IOXYZ.NRows  = 2000000

#write only volume with energy deposit (this do not exclude the world)
IOXYZ.writeonlyifenergydeposit = 1

#exclude the world
#NB: the world contains the initial energy and momentum
IOXYZ.removeWorldEvent = 0

########################################################
# IO Energy Volume file configuration
#if number>0 activate the selection of the volumes
IOENERGY.volumeselection.number = 0
IOENERGY.volumeselection.0.start = 1000
IOENERGY.volumeselection.0.end = 1000

# energy file configuration
IOENERGY.NRows = 10000000

#write only event specificed with the gm.detector_volmin and
#gm.detector_volmax variable within a specific geometry
IOENERGY.writeonlydetectorevents = 0

#write only volume with energy deposit (this do not exclude the world)
IOENERGY.writeonlyifenergydeposit = 1

#exclude the world
#NB: the world contains the initial energy and momentum
IOENERGY.removeWorldEvent = 0

########################################################
# IO Step file configuration
IOSTEP.NRows = 10000

########################################################
# physical process

#ENERGYPROCESS.VERSION = 10000
ENERGYPROCESS.VERSION = 400
HADRONPHYS.NAME = QGSP_BIC_HP

#ENERGYPROCESS.NAME = LHEP

#HIGHENERGY.ENABLE = false
#LOWENERGY.ENABLE = true
########################################################
# geometry configuration
# Print the current geometry to output
GEOM.PRINT_GEOMETRY = false

GEOM.VERSION = 9
GEOM.VOLID.TYPE = 1

GEOM.ST.CAL = true 
GEOM.ST.AC = true
GEOM.ST.SC = false
GEOM.ST.ELEC = false

# Visualization
# 0 = Color, 1 = B/W, 2 = Only Si Tracker
GEOM.ST.TRACKER.VIS = 2
GEOM.ST.VIS.BLACK = false
GEOM.ST.CAL.VIS = true
GEOM.ST.ELEC.VIS = false
GEOM.ST.AC.VIS = false
GEOM.ST.AC.TOP.VIS = false
GEOM.ST.SC.VIS = false

# Geometry for Case 9 (Small Telescope)
# measures in mm

# Tracker
GEOM.ST.TRAY.STRIP = false
GEOM.ST.TRAY.STRIP.REPLICATED = false
GEOM.ST.TRAY.STRIP.N = 2480
GEOM.ST.TRAY.STRIP.PITCH = 0.242

# AGILE tracker
GEOM.ST.TRAY.ASTROMEV = true
GEOM.ST.TRAY.ASTROMEV.VERSION = 1

# number of trays without converter
GEOM.ST.TRAY.AGILE.CONV = 0


GEOM.ST.TRAY.NUMBER = 40
GEOM.ST.TRAY.SIDE = 600.16
GEOM.ST.TRAY.DIST = 3.0

GEOM.ST.TRACKER.PASSIVE = false
GEOM.ST.TRACKER.PASSIVE.SENSITIVE = false
GEOM.ST.TRAY.CONVERTER = false
GEOM.ST.TRAY.GLUE = false
GEOM.ST.TRAY.KAPTON = false

# The glue is geometrically added, but Cu is used (G400)
GEOM.ST.TRAY.GLUETOCU = false

GEOM.ST.TRAY.SILICON.THICKNESS = 0.200
GEOM.ST.TRAY.GLUE.THICKNESS = 0.00000000
GEOM.ST.TRAY.KAPTON.THICKNESS = 0.000000
GEOM.ST.TRAY.CFIBER.THICKNESS = 0.025
GEOM.ST.TRAY.ALHONEY.THICKNESS = 9.15
GEOM.ST.TRAY.CONVERTER.THICKNESS = 0.000000

# 0 = normal density, 1 = Fermi density to match the modified thickness
GEOM.ST.TRAY.ALHONEY.TYPE = 0
GEOM.ST.TRAY.ALHONEY.DENSITY = 0.070755

# Calorimeter
# 1 = Agile, 2 = GammaLight
GEOM.ST.CAL.TYPE = 2
# measures in mm
#GEOM.ST.CAL.DISTANCE = 50.0
#GEOM.ST.CAL.BAR.SIDE = 23.
#GEOM.ST.CAL.BAR.HEIGHT = 15.0
#GEOM.ST.CAL.BARS.DISTANCE = 2.0
#GEOM.ST.CAL.SIDE = 375.0
#GEOM.ST.CAL.HEIGHT = 34.0

#CAL WIHT PIXELS
GEOM.ST.CAL.DISTANCE = 30.0
GEOM.ST.CAL.PIXEL.SIDE = 5.0
GEOM.ST.CAL.HEIGHT = 50.0
GEOM.ST.CAL.SIDE = 600.

#CAL WITHOUT PIXELS
#GEOM.ST.CAL.DISTANCE = 30.0
#GEOM.ST.CAL.PIXEL.SIDE = 600.0
#GEOM.ST.CAL.HEIGHT = 50.0
#GEOM.ST.CAL.SIDE = 600.

# Electronics
# 0 = GLIGHT/AGILE, 1 = G400
GEOM.ST.ELEC.TYPE = 0  
# measures in mm
GEOM.ST.ELEC.DISTANCE = 10.0
GEOM.ST.ELEC.THICKNESS = 10.0

# AC
# 1 = Agile, 2 = Plus bottom, 3 = Bottom, not covering Cal
GEOM.ST.AC.TYPE = 1
GEOM.ST.AC.SENSITIVE = true
# measures in mm
GEOM.ST.AC.DISTANCE = 40.0
GEOM.ST.AC.DISTANCE.MINUSX = 20.0
GEOM.ST.AC.DISTANCE.MINUSY = 20.0
GEOM.ST.AC.TOPFROMLAT.DISTANCE = 15.0
GEOM.ST.AC.BOTTOM.DISTANCE = 15.0
GEOM.ST.AC.LAT.THICKNESS = 5.5
GEOM.ST.AC.LAT.EXTRA = 20.0
GEOM.ST.AC.TOP.THICKNESS = 5.2
GEOM.ST.AC.BOTTOM.THICKNESS = 8.0

# Spacecraft
GEOM.ST.SC.DISTANCE = 30.0
GEOM.ST.SC.SIDE = 700.0
GEOM.ST.SC.HEIGHT = 1500.0


########################################################
# stepping volumes (measures in mm). The number ID of the volume is the index 
STEPPINGVOL.N = 1

#empty box
STEPPINGVOL.0.type = 2
STEPPINGVOL.0.dim.base = 600
STEPPINGVOL.0.dim.height = 100
STEPPINGVOL.0.xpos = 0
STEPPINGVOL.0.ypos = 0
STEPPINGVOL.0.zpos = 1000
STEPPINGVOL.0.visible = false
STEPPINGVOL.0.sensitive = true

#STEPPINGVOL.1.type = 2    
#STEPPINGVOL.1.dim.base = 702.0
#STEPPINGVOL.1.dim.height = 1502.0
#STEPPINGVOL.1.xpos = 0
#STEPPINGVOL.1.ypos = 0
#STEPPINGVOL.1.zpos = -870.0
#STEPPINGVOL.1.visible = true
#STEPPINGVOL.1.sensitive = true

#disco
#STEPPINGVOL.0.type = 1
#STEPPINGVOL.0.dim.diameter = 2043.
#STEPPINGVOL.0.dim.height = 5.
#STEPPINGVOL.0.xpos = 0.
#STEPPINGVOL.0.ypos = 0.
#STEPPINGVOL.0.zpos = 15006.
#STEPPINGVOL.0.visible = true
#STEPPINGVOL.0.sensitive = true

+0 −288

File deleted.

Preview size limit exceeded, changes collapsed.

+0 −276

File deleted.

Preview size limit exceeded, changes collapsed.

Loading