2022-12-10 01:00:10 -05:00
<!DOCTYPE html>
< html >
< body >
< style >
body{
//color : #767A4C;
font-family: Arial, Helvetica, sans-serif;
}
a {
2022-12-11 00:07:35 -05:00
//color : #F7CF3C;
color : #1363A7;
2022-12-10 01:00:10 -05:00
}
2022-12-15 17:44:45 -05:00
hr {
height:4px;
background-color:#F7CF3C;
border-style:none;
border-width:none;
}
img {
height: 100px;
}
@media screen and (max-width: 1000px) {
img {
height: 50px;
}
}
2022-12-10 01:00:10 -05:00
< / style >
2022-12-09 18:31:19 -05:00
< h1 > Intructions:< / h1 >
< p >
< ul >
2022-12-15 17:28:32 -05:00
< li > Use the < a href = "heliosmatics.html" target = "uploaded" > HELIOSmatics< / a > to check the detector and field settings.< / li >
< li > The easiest way to do DWBA and Monte Carlo Simulation is use the < a href = "simpleSim.html" target = "uploaded" > Simplied Interface< / a >
2022-12-10 01:00:10 -05:00
< 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 >
2023-01-12 15:49:06 -05:00
< li > Past calculations can be found < a href = "files/" target = "uploaded" > Here< / a > . Clear every Monday.< / li >
2022-12-09 18:31:19 -05:00
< / ul >
< / p >
2022-12-10 01:00:10 -05:00
2022-12-15 17:44:45 -05:00
< hr >
2023-01-09 14:28:25 -05:00
< h1 > Credits:< / h1 >
2022-12-15 17:44:45 -05:00
< h4 > This page is created and hosted by Fox's Lab (FSU) in collabortion with SOLARIS (FRIB).< / h4 >
< h4 > The SOLARIS project is based on HELIOS (ANL) and is leaded by ANL.< / h4 >
< h4 > The ISS (ISOLDE Solenoidal Spectrometer) is located as CERN.< / h4 >
2022-12-10 02:35:56 -05:00
2023-01-17 16:05:37 -05:00
< a href = "https://fsunuc.physics.fsu.edu" target = "_blank" > < img src = "logos/FSU_logo_640.png" > < / a >
< a href = "https://fribs.msu.edu/news/2021/solaris.html" target = "_blank" > < img src = "logos/FRIB_logo.jpg" > < / a >
< a href = "https://home.cern/science/experiments/isolde" target = "_blank" > < img src = "logos/CERN_logo.svg" > < / a >
< a href = "https://www.anl.gov/phy" target = "_blank" > < img src = "logos/ANL_logo.gif" > < / a >
2022-12-15 18:14:18 -05:00
2023-01-17 16:05:37 -05:00
< a href = "https://www.anl.gov/phy/solaris" target = "_blank" > < img src = "logos/SOLARIS_logo.png" > < / a >
< a href = "https://isolde-solenoidal-spectrometer.web.cern.ch/" target = "_blank" > < img src = "logos/ISS_logo.png" > < / a >
< a href = "https://www.anl.gov/phy/helical-orbit-spectrometer" target = "_blank" > < img src = "logos/HELIOS_logo.jpg" > < / a >
2022-12-15 18:14:18 -05:00
2023-01-09 14:28:25 -05:00
< p > < / p >
The simulation was started from Ben Kay (ANL) around 2010 using excel spreadsheet.
< br >
Ryan Tang (former ANL postdoc, now at FSU) developed a Monte Carlo simulation with DWBA using CERN ROOT framework.
< br >
And the whole simulation migrated to here at Dec, 2022.
2022-12-15 17:44:45 -05:00
< p > < / p >
Contact: Ryan Tang (rtang at fsu.edu)
< p > any suggestions and feedback are very welcome.< / p >
< hr >
2022-12-10 02:35:56 -05:00
< h2 > Todo : < / h2 >
< ul >
< li > File name of the images of past calculations include reaction< / li >
< li > Change the legend position of the DWBA calcualtion< / li >
< li > A 3-D simulation? < / li >
< / ul >
2022-12-10 01:00:10 -05:00
< / body >
< / html >