forked from ActarSimGroup/Actarsim
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUPDATES
30 lines (21 loc) · 1.46 KB
/
UPDATES
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
ActarSim updates
================================================================================
Last Update: 15/01/15 by Piotr Konczykowski
A more detailed report on ActaSim updates
================================================================================
15/01/15 by Piotr Konczykowski
- All 'Lucite box' commands removed
- In ActarSimGasDetectorConstruction : Hard coded position of GasBox inside the GasChamber removed and changed to an external command /ActarSim/det/gas/setYGasBoxPos 12.47 mm
- ActarSim-manual added
- Macros updated and cleaned
02/02/15 P.Konczykowski
- Added GasChamber size command for ActarSimDetectorConstruction. So now the geometry of the chamber is defined in the mac file.
09/02/15 P.Konczykowski
- Modified Gas Definition: now in ActarSimGasDetectorConstruction, setGasMaterial will define the gas according to the user's Temperature & Pressure.
- In GUI: added gas button for selecting gas Pressure & Temperature, and list of mono-gases defined thereby
30/09/15 P.Konczykowski
- Removed the entrance beam commands to simplify. Now one should only use the beamPosition/Direction to control the beam
- Added the Gas Mixture feature. Now we can make any type of mixture by setting the number of elements /ActarSim/det/gas/GasMixture N,
setting all gases with their ratio /ActarSim/det/gas/setGasMix GasNum GasMat GasRatio and finally setting in the gas box and chamber
/ActarSim/det/gas/setGasMat GasMix.
- Updated and rearanged the src/TODO list