From 98cfcb3116572d410b733cc31d5f91a0fa1814be Mon Sep 17 00:00:00 2001
From: nicolas <nicolas@nptool>
Date: Wed, 30 Jan 2013 17:19:39 +0000
Subject: [PATCH]  * update event generator with new syntax

---
 Inputs/EventGenerator/40Ca.reaction | 43 +++++++++++++++--------------
 1 file changed, 23 insertions(+), 20 deletions(-)

diff --git a/Inputs/EventGenerator/40Ca.reaction b/Inputs/EventGenerator/40Ca.reaction
index dc830734f..72e69b5ad 100644
--- a/Inputs/EventGenerator/40Ca.reaction
+++ b/Inputs/EventGenerator/40Ca.reaction
@@ -1,22 +1,25 @@
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%%%%%%%%  Reaction file for 40Ar(40Ca,40Ca)40Ar reaction  %%%%%%%%%
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%Beam energy given in MeV ; Excitation in MeV ; emmitance in rad
-Transfert
-	Beam= 40Ar
-	Target= 40Ca
-	Light= 40Ar
-	Heavy= 40Ca
-	ExcitationEnergyLight= 0
-	ExcitationEnergyHeavy= 0
-	BeamEnergy= 1387.69
-	BeamEnergySpread= 0
-	SigmaX= 0
-	SigmaY= 0
-	SigmaThetaX= 0 
-	SigmaPhiY= 0
-	CrossSectionPath= flat.txt
-	ShootLight= 1
-	ShootHeavy= 1
+Beam
+  Particle= 40Ar
+  Energy= 1387.69
+  SigmaEnergy= 0
+  SigmaThetaX= 0.00
+  SigmaPhiY= 0.00
+  SigmaX= 0
+  SigmaY= 0
+  MeanThetaX= 0
+  MeanPhiY= 0
+  MeanX= 0
+  MeanY= 0
+
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
+TwoBodyReaction
+  Beam= 40Ar
+  Target= 40Ca
+  Light= 40Ar
+  Heavy= 40Ca
+  ExcitationEnergyLight= 0.0
+  ExcitationEnergyHeavy= 0.0
+  CrossSectionPath= flat.txt   CS10He
+  ShootLight= 1
+  ShootHeavy= 1
-- 
GitLab