Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VeikonKone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
AUSA
Oliskir
VeikonKone
Commits
6ac0a12f
Commit
6ac0a12f
authored
7 years ago
by
Oliver Kirsebom
Browse files
Options
Downloads
Patches
Plain Diff
removed temporary changes
parent
d5679171
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
mac/SiDet.mac
+20
-46
20 additions, 46 deletions
mac/SiDet.mac
src/VKBetaDetector.cpp
+1
-0
1 addition, 0 deletions
src/VKBetaDetector.cpp
with
21 additions
and
46 deletions
mac/SiDet.mac
+
20
−
46
View file @
6ac0a12f
...
...
@@ -19,16 +19,14 @@
# radiation
/gps/particle e-
/gps/position 0 0
-299
.5
m
m
/gps/position 0 0
27
.5
c
m
/gps/ang/type iso
/gps/ang/mintheta 90 deg
/gps/ang/maxtheta 180 deg
# energy spectrum
/VK/source/betaSpectrum true
/VK/source/betaEndPoint 5.40 MeV
/VK/source/betaMinEnergy 0.00 MeV
/VK/source/betaMaxEnergy 5.40 MeV
# output
/VK/output/zeroSuppression true
...
...
@@ -36,46 +34,22 @@
# run simulations
###/VK/field/maxbfield 0.10 tesla
###/VK/output/openFile output/f20scan/080617/b10.root
###/run/beamOn 100000
###/VK/field/maxbfield 0.15 tesla
###/VK/output/openFile output/f20scan/080617/b15.root
###/run/beamOn 100000
###/VK/field/maxbfield 0.20 tesla
###/VK/output/openFile output/f20scan/080617/b20.root
###/run/beamOn 100000
###/VK/field/maxbfield 0.25 tesla
###/VK/output/openFile output/f20scan/080617/b25.root
###/run/beamOn 100000
###/VK/field/maxbfield 0.30 tesla
###/VK/output/openFile output/f20scan/080617/b30.root
###/run/beamOn 100000
###/VK/field/maxbfield 0.35 tesla
###/VK/output/openFile output/f20scan/080617/b35.root
###/run/beamOn 100000
###/VK/field/maxbfield 0.40 tesla
###/VK/output/openFile output/f20scan/080617/b40.root
###/run/beamOn 100000
###/VK/field/maxbfield 0.44 tesla
###/VK/output/openFile output/f20scan/080617/b44.root
###/run/beamOn 100000
/VK/field/maxbfield 0.46 tesla
/VK/output/openFile output/f20scan/080617/b46.root
/run/beamOn 1000000
/VK/field/maxbfield 0.48 tesla
/VK/output/openFile output/f20scan/080617/b48.root
/run/beamOn 1000000
/VK/field/maxbfield 0.50 tesla
/VK/output/openFile output/f20scan/080617/b50.root
/run/beamOn 1000000
/VK/source/betaEndPoint 10.42 MeV
/VK/source/betaMaxEnergy 10.42 MeV
/VK/output/openFile output/si_gs.root
/run/beamOn 100000
/VK/source/betaEndPoint 4.29 MeV
/VK/source/betaMaxEnergy 4.29 MeV
/VK/output/openFile output/si_3m.root
/run/beamOn 100000
/VK/source/betaEndPoint 3.30 MeV
/VK/source/betaMaxEnergy 3.30 MeV
/VK/output/openFile output/si_1m.root
/run/beamOn 100000
/VK/source/betaEndPoint 1.55 MeV
/VK/source/betaMaxEnergy 1.55 MeV
/VK/output/openFile output/si_2m.root
/run/beamOn 100000
This diff is collapsed.
Click to expand it.
src/VKBetaDetector.cpp
+
1
−
0
View file @
6ac0a12f
...
...
@@ -83,6 +83,7 @@ VKBetaDetector::VKBetaDetector(G4RotationMatrix *pRot,
// Get materials
fLabVacuum
=
fMaterials
->
GetMaterial
(
"LABVACUUM"
);
fEJ200
=
fMaterials
->
GetMaterial
(
"G4_PLASTIC_SC_VINYLTOLUENE"
);
//*** fEJ200 = fMaterials -> GetMaterial("SILICON");
fTeflon
=
fMaterials
->
GetMaterial
(
"G4_TEFLON"
);
fMylar
=
fMaterials
->
GetMaterial
(
"G4_MYLAR"
);
fGlass
=
G4Material
::
GetMaterial
(
"GLASS"
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment