Skip to content

Commit

Permalink
Merge pull request #72 from andrmor/Dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
andrmor authored Feb 15, 2019
2 parents 6f0d474 + e76fb63 commit f4c3635
Show file tree
Hide file tree
Showing 151 changed files with 28,482 additions and 11,791 deletions.
970 changes: 970 additions & 0 deletions src/DATA/Neutrons/CrossSections/nonN14.txt

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions src/DATA/Neutrons/Reactions/N-14.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"DecayScenarios": [
{
"Branching": 1,
"GeneratedParticles": [
{
"Energy": 580,
"OpositeDirectionWithPrevious": false,
"Particle": {
"Charge": 1,
"Mass": 1,
"Name": "proton",
"Type": 1
}
}
]
}
]
}
9 changes: 9 additions & 0 deletions src/EXAMPLES/ExampleParticlesFromFile.dat
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
format: particleId energy x y z vx vy vz if line ends with *, the next particle is added to the same event
separators can be any number of spaces or tabs
comments are ignored

0 120 5 0 -10 0 0 1
2 250 5 0 -10 1 0 1
1 115 5 0 -10 0 1 1
0 511 10 10 0 1 0.25 1 *
0 511 10 10 0 -1 -0.25 -1
7 changes: 6 additions & 1 deletion src/EXAMPLES/ExamplesTree.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
define:Gamma cameras
define:Neutrons
define:Dark matter
define:Neutrinos
define:ANTS2 tests
define: Startup

Expand All @@ -12,9 +13,10 @@ define:Gamma cameras:PMT-based
define:Neutrons:Gas
define:Neutrons:Converter

define:Dark matter:RED
define:Dark matter:LUX

define:Neutrinos:RED

define:ANTS2 tests:Fresnel test
define:ANTS2 tests:Scatter model
define:ANTS2 tests:Optical grids
Expand Down Expand Up @@ -43,5 +45,8 @@ add:Gamma cameras:PMT-based:Med37.json:Medical gamma camera GE MaxiCamera 400T;
add:Neutrons:Gas:AngerGSPC19.json:GSPC19 detector
add:Neutrons:Converter:B4C_multigap.json:Multigap RPC neutron detector

add:Dark matter:LUX:LUX.json:A model of LUX - a dual-phase detector for dark matter search
add:Neutrinos:RED:RED100.json:A model of RED100 - a dual-phase neutrino detector

add:Startup:Startup:StartupDetector.json:Detector loaded on start of ANTS2
add:Startup:Startup:Simplest.json:Nearly empty detector
Loading

0 comments on commit f4c3635

Please sign in to comment.