Skip to content
Snippets Groups Projects
Commit f5e0b8da authored by Oliver Kirsebom's avatar Oliver Kirsebom
Browse files

updated macros

parent 992b87a4
No related branches found
No related tags found
No related merge requests found
......@@ -753,7 +753,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
INPUT = /home/oliskir/Desktop/F20/sim/VeikonKone/include/
INPUT = /home/oliskir/Nuclear/Projects/IGISOL/F20/sim/VeikonKone/include/
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
......
......@@ -25,6 +25,9 @@
/VK/source/betaMinEnergy 0.00 MeV
/VK/source/betaMaxEnergy 7.025 MeV
/VK/source/betaSpectrum true
# output
/VK/output/zeroSuppression true
/VK/storeTrajectoryData false
......@@ -32,6 +35,16 @@
# run simulation
/VK/source/betaMinEnergy 5.00 MeV
/VK/field/maxbfield 0.48 tesla
/VK/output/openFile output/forbidden_cut5000_b48.root
/run/beamOn 1000000
/VK/source/betaMinEnergy 5.00 MeV
/VK/field/maxbfield 0.50 tesla
/VK/output/openFile output/forbidden_cut5000_b50.root
/run/beamOn 1000000
/VK/source/betaMinEnergy 5.00 MeV
/VK/field/maxbfield 0.56 tesla
/VK/output/openFile output/forbidden_cut5000_b56.root
......
......@@ -32,6 +32,9 @@
/VK/source/betaShapeFuncA5 -0.004433
/VK/source/betaShapeFuncA6 0.001540
/VK/source/betaSpectrum true
# output
/VK/output/zeroSuppression true
/VK/storeTrajectoryData false
......
......@@ -32,6 +32,9 @@
/VK/source/betaShapeFuncA5 -0.004527
/VK/source/betaShapeFuncA6 0.001200
/VK/source/betaSpectrum true
# output
/VK/output/zeroSuppression true
/VK/storeTrajectoryData false
......
......@@ -32,6 +32,9 @@
/VK/source/betaShapeFuncA5 -0.01317
/VK/source/betaShapeFuncA6 0.0008100
/VK/source/betaSpectrum true
# output
/VK/output/zeroSuppression true
/VK/storeTrajectoryData false
......
......@@ -32,6 +32,9 @@
/VK/source/betaShapeFuncA5 -0.01066
/VK/source/betaShapeFuncA6 0.0006468
/VK/source/betaSpectrum true
# output
/VK/output/zeroSuppression true
/VK/storeTrajectoryData false
......
......@@ -26,11 +26,11 @@
/VK/source/betaMaxEnergy 7.025 MeV
/VK/source/betaShapeFuncA1 1.00
/VK/source/betaShapeFuncA2 -0.02572
/VK/source/betaShapeFuncA3 -0.3697
/VK/source/betaShapeFuncA4 0.08748
/VK/source/betaShapeFuncA5 -0.01075
/VK/source/betaShapeFuncA6 0.0006531
/VK/source/betaShapeFuncA2 0.01847
/VK/source/betaShapeFuncA3 -0.1045
/VK/source/betaShapeFuncA4 0.01239
/VK/source/betaShapeFuncA5 -0.005159
/VK/source/betaShapeFuncA6 0.002043
# output
/VK/output/zeroSuppression true
......
......@@ -26,11 +26,11 @@
/VK/source/betaMaxEnergy 7.025 MeV
/VK/source/betaShapeFuncA1 1.00
/VK/source/betaShapeFuncA2 -0.02876
/VK/source/betaShapeFuncA3 -0.3504
/VK/source/betaShapeFuncA4 0.07935
/VK/source/betaShapeFuncA5 -0.009422
/VK/source/betaShapeFuncA6 0.0005710
/VK/source/betaShapeFuncA2 0.02732
/VK/source/betaShapeFuncA3 -0.01976
/VK/source/betaShapeFuncA4 0.03038
/VK/source/betaShapeFuncA5 -0.004414
/VK/source/betaShapeFuncA6 0.001501
# output
/VK/output/zeroSuppression true
......
......@@ -267,7 +267,7 @@ void VKPrimaryGeneratorAction::InitBetaSpectrum()
fBetaSpectrumFunc = new TF1("betaSpectrum", fBetaSpectrum, &VKBetaSpectrum::Evaluate, fBetaLowCut/MeV, fBetaEKinEndPoint/MeV, npar);
// print info
G4cout << " ---> Initializing beta-decay energy spectrum (allowed shape) with";
G4cout << " ---> Initializing beta-decay energy spectrum with";
G4cout << " end-point energy of " << fBetaEKinEndPoint / MeV << " MeV" << G4endl;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment