From 9899fd715ed5ac3482ee4978a1926c9547c56629 Mon Sep 17 00:00:00 2001 From: Elidiano Tronchin <elidiano.tronchin@gmail.com> Date: Wed, 9 Jan 2019 13:18:48 +0100 Subject: [PATCH] * Added reaction inputs --- Projects/Dali/proton2.reaction | 32 +++++++++++++++++++++++++++++ Projects/Dali/protonSingle.reaction | 32 +++++++++++++++++++++++++++++ 2 files changed, 64 insertions(+) create mode 100644 Projects/Dali/proton2.reaction create mode 100644 Projects/Dali/protonSingle.reaction diff --git a/Projects/Dali/proton2.reaction b/Projects/Dali/proton2.reaction new file mode 100644 index 000000000..613adcc7e --- /dev/null +++ b/Projects/Dali/proton2.reaction @@ -0,0 +1,32 @@ +%%%%%%%%%%%%%%%%%%%%%% FOR DALI PROTON ELASTIC SCATTERING %%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +Beam + Particle= 1H + ExcitationEnergy= 0 + Energy= 180 + SigmaEnergy= 0.448 + SigmaThetaX= 0.01 + SigmaPhiY= 0.01 + SigmaX= 0.01 + %0.5 + SigmaY= 0.01 + %0.5 + MeanThetaX= 0 + MeanPhiY= 0 + MeanX= 0 + MeanY= 0 + %EnergyProfilePath= + %XThetaXProfilePath= + %YPhiYProfilePath= +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +TwoBodyReaction + Beam= 1H + Target= 1H + Light= 1H + Heavy= 1H + ExcitationEnergyLight= 0.0 + ExcitationEnergyHeavy= 0.0 + CrossSectionPath= flat.txt CSR + ShootLight= 1 + ShootHeavy= 1 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Projects/Dali/protonSingle.reaction b/Projects/Dali/protonSingle.reaction new file mode 100644 index 000000000..cf1f63939 --- /dev/null +++ b/Projects/Dali/protonSingle.reaction @@ -0,0 +1,32 @@ +%%%%%%%%%%%%%%%%%%%%%% FOR DALI PROTON ELASTIC SCATTERING %%%%%%%%%%%%%%%%%%%%%%% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +Beam + Particle= 1H + ExcitationEnergy= 0 + Energy= 180 + SigmaEnergy= 0.448 + SigmaThetaX= 0.01 + SigmaPhiY= 0.01 + SigmaX= 0.01 + %0.5 + SigmaY= 0.01 + %0.5 + MeanThetaX= 5 + MeanPhiY= 0 + MeanX= 0 + MeanY= 0 + %EnergyProfilePath= + %XThetaXProfilePath= + %YPhiYProfilePath= +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +TwoBodyReaction + Beam= 1H + Target= 1H + Light= 1H + Heavy= 1H + ExcitationEnergyLight= 0.0 + ExcitationEnergyHeavy= 0.0 + CrossSectionPath= flat.txt CSR + ShootLight= 1 + ShootHeavy= 0 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -- GitLab