Ricochet: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 47: | Line 47: | ||
root[0] .L makeNeutronPlotsNCD.C+ |
root[0] .L makeNeutronPlotsNCD.C+ |
||
root[1] makeNeutronPlotsNCD("testNeutronCf.root","histTestneutronCfNew.root") |
root[1] makeNeutronPlotsNCD("testNeutronCf.root","histTestneutronCfNew.root") |
||
You can learn a lot about a ROOT file with the TBrowser() but it's all listed in https://deapclean.org/rat/trac/wiki/UserGuide/DataStructure/MC |
|||
==Useful RAT info== |
|||
* https://deapclean.org/rat/trac/wiki/UserGuide/Simulation/Generators/Top |
|||
* https://deapclean.org/rat/trac/wiki/RATDB_GEO |
Revision as of 18:45, 10 June 2017
The instructions on this page assume that you already have a local computing account; if not, see First Steps for New Users.
Getting Started
The following Ricochet accounts are needed
Slack
Please contact Kim Palladino to send you an invitation to join Ricochet on Slack.
Basecamp
Ricochet email list from MIT
Reading list
Coherent Neutrino Scattering with Low Temperature Bolometers at Chooz Reactor Complex. J.Billard (Lyon, IPN) et al.. Dec 25, 2016. 13 pp. e-Print: arXiv:1612.09035 [physics.ins-det] https://arxiv.org/pdf/1612.09035.pdf
Sterile Neutrinos, Coherent Scattering and Oscillometry Measurements with Low-temperature Bolometers. Joseph A. Formaggio, E. Figueroa-Feliciano, A.J. Anderson (MIT, LNS). Jul 2011. 14 pp. Published in Phys.Rev. D85 (2012) 013009. e-Print: arXiv:1107.3512 [hep-ph] https://arxiv.org/pdf/1107.3512.pdf
RAT for Ricochet
Before Downloading
Before downloading RAT, make sure that you have the following software packages installed and it is done in this order
Set up Environment
Download
Download RAT from GitHub
Example testCfneutrons.mac
# Set environment variables with
source /afs/hep.wisc.edu/ddm/ratcage/env.sh # The neutron detector at the MIT reactor geometry is at
cd /afs/hep.wisc.edu/ddm/ratcage/rat/data/Ricochet/NCD_MITR.geo
# and other info is in the /data directory (MATERIALS, SPECTRUM, ELEMENTS) # Run the macro example by typing
rat testCfneutrons.mac
# You will see an output root file and it is useful to make a ROOT program to make histograms from it # To see the outcome plots, you need to execute makeNeutronPlotsNCD.C # Follow these commands root -l root[0] .L makeNeutronPlotsNCD.C+ root[1] makeNeutronPlotsNCD("testNeutronCf.root","histTestneutronCfNew.root")
You can learn a lot about a ROOT file with the TBrowser() but it's all listed in https://deapclean.org/rat/trac/wiki/UserGuide/DataStructure/MC