AIDA GELINA BRIKEN nToF CRIB ISOLDE CIRCE nTOFCapture DESPEC DTAS EDI_PSA 179Ta CARME StellarModelling DCF K40
  StellarModelling  ELOG logo
Message ID: 5     Entry time: Sat Nov 4 13:18:53 2023
Author: Selin Ezgi Birincioglu 
Subject: Gaussian fit of Cl35+n with a binning of 10 

1. This graph is the Gaussian fitted Cl35+n with rebinned total. Experimental cross section is around 12 while the graph shows the maximum probability as around 7.

2. This the the distribution of l = 0 with bins = 10.

3. This the the distribution of l = 1 with bins = 10.

4. This is the TALYS output for Cl35+n.

5. mygoe.f input code which consists of TALYS parameters (Gg, D, S).

Attachment 1: macs1wrg.pdf  14 kB  | Hide | Hide all | Show all
macs1wrg.pdf
Attachment 2: macs01wbin.pdf  13 kB  | Hide | Hide all | Show all
macs01wbin.pdf
Attachment 3: macs11wbin.pdf  13 kB  | Hide | Hide all | Show all
macs11wbin.pdf
Attachment 4: talys.out  4.040 MB  | Show | Hide all | Show all
Attachment 5: Cl36run  974 Bytes  | Hide | Hide all | Show all
#!/bin/bash
rm -r Cl36/
mkdir Cl36
for((c=1;c<=1000;c++))
do
./a.out << EOF
35 1.5                                     # amass spin  
0 1000000                                #min max
0 23005.84570 1.1310e-4                            #ell D S
0.74567 0.149134                                 #<G> SigmaG
0 0                                      #Gx sigma
0                                        #bias

EOF
cp out_all1 Cl36/run1_0l_$c
cp out_all2 Cl36/run2_0l_$c
rm out*
done
for((c=1;c<=1000;c++))
do
./a.out << EOF
35 1.5                                     # amass spin  
0 1000000                                #min max
1 13704.58008 3.6277e-4                            #ell D S
1.06018 0.212036                                 #<G> SigmaG
0 0                                      #Gx sigma
0                                        #bias
EOF
cp out_all1 Cl36/run1_1l_$c
cp out_all2 Cl36/run2_1l_$c
cp out_all3 Cl36/run3_1l_$c
cp out_all4 Cl36/run4_1l_$c
rm out*
done
ELOG V3.1.4-unknown