From ea454cbb59aec1937340c8d892512528314bd3b6 Mon Sep 17 00:00:00 2001
From: Morfouace <pierre.morfouace@gmail.com>
Date: Mon, 31 Jul 2023 13:50:31 +0200
Subject: [PATCH] Adding reaction event generator in Inelastic project

---
 Projects/Inelastic/238Uel.reaction | 28 ++++++++++++++++++++++++++++
 Projects/Inelastic/RunToTreat.txt  |  2 +-
 2 files changed, 29 insertions(+), 1 deletion(-)
 create mode 100644 Projects/Inelastic/238Uel.reaction

diff --git a/Projects/Inelastic/238Uel.reaction b/Projects/Inelastic/238Uel.reaction
new file mode 100644
index 000000000..8bb56b1d0
--- /dev/null
+++ b/Projects/Inelastic/238Uel.reaction
@@ -0,0 +1,28 @@
+Beam
+ Particle= n
+ Energy= 2.1
+ SigmaEnergy= 0.010
+ SigmaThetaX= 0.
+ SigmaPhiY= 0.
+ SigmaX= 10 mm
+ SigmaY= 10 mm
+ MeanThetaX= 0
+ MeanPhiY= 0
+ MeanX= 0
+ MeanY= 0
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+TwoBodyReaction
+ Beam= n
+ Target= 238U
+ Light= n
+ Heavy= 238U
+ ExcitationEnergyLight= 0.0
+ ExcitationEnergyHeavy= 0.0
+ CrossSectionPath= flat.txt	CS
+ ShootLight= 1
+ ShootHeavy= 1
+  
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+    
diff --git a/Projects/Inelastic/RunToTreat.txt b/Projects/Inelastic/RunToTreat.txt
index b1d637dcb..d1ac9e045 100644
--- a/Projects/Inelastic/RunToTreat.txt
+++ b/Projects/Inelastic/RunToTreat.txt
@@ -1,4 +1,4 @@
 TTreeName
   SimulatedTree
 RootFileName
-  ../../Outputs/Simulation/vendeta_sim_*.root 
+  ../../Outputs/Simulation/vendeta_el_*.root 
-- 
GitLab