Skip to content

Commit

Permalink
Add README and .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Loer committed May 8, 2013
1 parent cdb55b4 commit 74c8ba1
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
*~
*.png
*.pdf
.svn/
*.d
*.so
29 changes: 29 additions & 0 deletions README
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
README for dmplottools
author: Ben Loer

These tools are used to create plots about dark matter interactions with
common detector materials, and standard exclusion plots. The files are ROOT
macros, and should be run like
> root macro.C

The macros that would normally be invoked are:

- PlotVdist.C: Plot the average WIMP velocity distribution in the lab frame
- PlotRecoilSpectrum.C: Plot the differential spectrum of nuclear recoils
generated by WIMP interactions
- PlotIntegralRate.C: Plot the total WIMP-induced nuclear recoil rate above
threshold as a function of threshold energy
- PlotModulationAmplitude.C: Plot the annual modulation of the rate of
WIMP-induced nuclear recoils as a fraction
of the total recoil rate above threshold
- PlotExclusionLimits.C: As it stands, this plots the WIMP-nucleon cross
section sensitivity as a function of WIMP mass for an ideal DarkSide-50
detector, using the TRolke method. It can be modified to use other
calculations, as well as other isotopes and masses. It also includes
out-of-date limits from CDMS, XENON, CoGeNT and DAMA.


Plot Variables:
Adjusting the labels, masses, etc. requires directly editing the relevant macro.
However, parameters about the WIMP mass and velocity distribution can be
edited in the StandardVars.C macro, which is referenced by all the other macros.

0 comments on commit 74c8ba1

Please sign in to comment.