From e84fc7742fb172b6c56ee49448d2d23223355b3b Mon Sep 17 00:00:00 2001 From: morfouace <pierre.morfouace@cea.fr> Date: Tue, 14 Nov 2023 15:40:45 +0100 Subject: [PATCH] Updating sofia simulation project --- Inputs/EventGenerator/sofia_238U.reaction | 1 + Projects/Sofia/RunToTreat.txt | 4 +++ Projects/Sofia/project.config | 5 +++ Projects/Sofia/sim.sh | 2 +- Projects/Sofia/sofia_238U.reaction | 37 +++++++++++++++++++++++ 5 files changed, 48 insertions(+), 1 deletion(-) create mode 100644 Projects/Sofia/RunToTreat.txt create mode 100644 Projects/Sofia/project.config create mode 100644 Projects/Sofia/sofia_238U.reaction diff --git a/Inputs/EventGenerator/sofia_238U.reaction b/Inputs/EventGenerator/sofia_238U.reaction index ff77058ce..31b6b8afd 100644 --- a/Inputs/EventGenerator/sofia_238U.reaction +++ b/Inputs/EventGenerator/sofia_238U.reaction @@ -15,6 +15,7 @@ Beam MeanPhiY= 0 deg MeanX= 0.0 mm MeanY= 0.0 mm + ZEmission= -5000 mm %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% TwoBodyReaction Beam= 238U diff --git a/Projects/Sofia/RunToTreat.txt b/Projects/Sofia/RunToTreat.txt new file mode 100644 index 000000000..fa3a7c561 --- /dev/null +++ b/Projects/Sofia/RunToTreat.txt @@ -0,0 +1,4 @@ +TTreeName + SimulatedTree +RootFileName + root/simulation/sofia_simu_238U* diff --git a/Projects/Sofia/project.config b/Projects/Sofia/project.config new file mode 100644 index 000000000..fb5353ce3 --- /dev/null +++ b/Projects/Sofia/project.config @@ -0,0 +1,5 @@ +Project Sofia + AnalysisOutput= ./root/analysis + SimulationOutput= ./root/simulation + EnergyLoss= ./EnergyLossTable + diff --git a/Projects/Sofia/sim.sh b/Projects/Sofia/sim.sh index b33789774..90b52fad7 100755 --- a/Projects/Sofia/sim.sh +++ b/Projects/Sofia/sim.sh @@ -1,6 +1,6 @@ #!/bin/bash -for i in {1..40} +for i in {1..10} do npsimulation -D sofia.detector -E sofia_238U.reaction --random-seed $i -O sofia_simu_238U_$i -B run.mac & done diff --git a/Projects/Sofia/sofia_238U.reaction b/Projects/Sofia/sofia_238U.reaction new file mode 100644 index 000000000..0fc10780e --- /dev/null +++ b/Projects/Sofia/sofia_238U.reaction @@ -0,0 +1,37 @@ +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%% Reaction file for 238U transfer reaction %%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +%%Beam energy given in MeV ; Excitation in MeV ; emmitance in rad +Beam + Particle= 238U + Energy= 135660 + ExcitationEnergy= 0 MeV + SigmaEnergy= 2 + SigmaX= 0 mm + SigmaY= 0 mm + SigmaThetaX= 0 + SigmaPhiY= 0 + MeanThetaX= 0 + MeanPhiY= 0 deg + MeanX= 0.0 mm + MeanY= 0.0 mm + ZEmission= -5000 mm +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +TwoBodyReaction + Beam= 238U + Target= 208Pb + Light= 208Pb + Heavy= 238U + ExcitationEnergyLight= 15.0 + ExcitationEnergyHeavy= 0.0 + CrossSectionPath= sofia.txt CS + ShootLight= 1 + ShootHeavy= 1 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +FissionDecay + CompoundNucleus= 238U + FissionModel= GEF + VamosChargeStates= 0 + Shoot_FF= 1 + Shoot_neutron= 0 + Shoot_gamma= 0 -- GitLab