45 lines
1.8 KiB
HTML
45 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<style>
|
|
body{
|
|
//color : #767A4C;
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
a {
|
|
color : #F7CF3C;
|
|
}
|
|
|
|
</style>
|
|
<h1>Intructions:</h1>
|
|
<p>
|
|
<ul>
|
|
<li>The kenimatic calculation is documented in <a href="https://wiki.anl.gov/wiki_heliosdaq/images/3/3f/Kinematics_of_HELIOS.pdf" target="_blank" >Here</a>.</li>
|
|
<li>The DWBA calucation is using Ptolemy. <a href="https://www.phy.anl.gov/theory/research/ptolemy/" target="_blank">Here</a> for more detail. </li>
|
|
<li>File name can be customized.</li>
|
|
<li>For kinematic simulation, only the reactionConfig.txt, detectorGeo.txt, and Ex.txt are needed.</li>
|
|
<li>For DWBA calculation, only the DWBA file is needed.</li>
|
|
<li>When the DWBA file is presented, the kinematic simulation will use the DWBA result and also the excitation energy. i.e. the user provide Ex.txt will not be used.</li>
|
|
<li>User can use a customs in File for DWBA calculation. Once the in File exist, it ignores the DWBA file.</li>
|
|
<li>To change DWBA angular range, download the in file, edit it. But becareful, DWBA for kinematic simulation must be 0 -180 deg.</li>
|
|
<li>Past calculations can be found <a href="files/" target="uploaded">Here</a></li>
|
|
</ul>
|
|
</p>
|
|
|
|
<h4>This page is created and hosted by FSU. Contact: Ryan Tang (rtang at fsu.edu)</h4>
|
|
<img src="FSU_logo_640.png" width="150">
|
|
|
|
<h2> Todo : </h2>
|
|
<ul>
|
|
<li>Better descriptions of the input files</li>
|
|
<li>Finsih the simiple input</li>
|
|
<li>File name of the images of past calculations include reaction</li>
|
|
<li>Change the legend position of the DWBA calcualtion</li>
|
|
<li>Use interactibe root canvas</li>
|
|
<li>A 3-D simulation? </li>
|
|
<li>modified transfer.root, so it store the position of maximum radius of the heavy recoil </li>
|
|
</ul>
|
|
|
|
</body>
|
|
</html>
|