AIDA GELINA BRIKEN nToF CRIB ISOLDE CIRCE nTOFCapture DESPEC DTAS EDI_PSA 179Ta CARME StellarModelling DCF K40
  StellarModelling  ELOG logo
Message ID: 13     Entry time: Thu Nov 30 13:54:25 2023
Author: Selin Ezgi Birincioglu 
Subject: Files for Na23+n  

1 -> macs.root: MACS distribution file

2 -> read.C: file to graph the histogram

3 -> list.dat: reads every run done by mygoe.f

4 -> talys.input: TALYS inputs

5 -> talys.output: output parameters for mygoe.f

6 -> Na24run: to run mygoe.f for Na23+n parameters taken from TALYS

Attachment 1: macs.root  6 kB
Attachment 2: read.C  3 kB  | Show | Hide all | Show all
Attachment 3: list.dat  69 kB  | Show | Hide all | Show all
Attachment 4: talys.inp  160 Bytes  | Hide | Hide all | Show all
#
# General
#
projectile n
element Na
mass 23
energy 1.
astroE 0.02
racap y
resonance y
#
# Output
#
#channels y
outgamma y
outdensity y
outlevels y
outbasic y
Attachment 5: talys.out  3.522 MB  | Show | Hide all | Show all
Attachment 6: Na24run  974 Bytes  | Hide | Hide all | Show all
#!/bin/bash
rm -r Na24/
mkdir Na24
for((c=1;c<=1000;c++))
do
./a.out << EOF
23 1.5                                     # amass spin  
0 1000000                                #min max
0 98587.10938 0.7616e-4                            #ell D S
0.47192 0.094384                                 #<G> SigmaG
0 0                                      #Gx sigma
0                                        #bias

EOF
cp out_all1 Na24/run1_0l_$c
cp out_all2 Na24/run2_0l_$c
rm out*
done
for((c=1;c<=1000;c++))
do
./a.out << EOF
23 1.5                                     # amass spin  
0 1000000                                #min max
1 63257.56250 3.1594e-4                           #ell D S
0.92252 0.184504                                 #<G> SigmaG
0 0                                      #Gx sigma
0                                        #bias

EOF
cp out_all1 Na24/run1_1l_$c
cp out_all2 Na24/run2_1l_$c
cp out_all3 Na24/run3_1l_$c
cp out_all4 Na24/run4_1l_$c
rm out*
done
ELOG V3.1.4-unknown