137
edits
# The neutron detector at the MIT reactor geometry is at<br>cd /afs/hep.wisc.edu/ddm/ratcage/rat/data/Ricochet/NCD_MITR.geo<br>
#
# Run the macro example by typing<br>rat testCfneutrons.mac<br>
# 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")
|