Skip to main content

Compare LHC DM limit to Direct Dectction Experiments

Project description

LHCToDD

Documentation Status PyPI version PyPI platforms

Quick start

import lhctodd
# Listing all the available DD limits 
lhctodd.list()

You can get then any limit

# Geeting the XENON1T limits
limit = dd.DD(arxiv="1805.12562")

# cross-section limit values at 100 GeV
limit.sigma(100)

# plot the limit 
limit.plot()

# get the data
data = limit.data() 
# or
data = limit.to_pandas()

to translate LHC limit to DD

axial_model = lhctodd.SD(g_chi=1.0, g_g=0.25, g_l=0.0, label="CMS MonoZ")
axial_dd = axial_model.from_csv("limit-EXO-19-003-SD-90CL.csv")
axial_model.plot()

# or

import matplotlib.pyplot as plt
plt.plot(axial_dd[:,0], axial_dd[:,1])
plt.xlabel("DM mass")
plt.ylabel("DM-Nucleon cross-section (cm2)")

note: all the limits should be at 90%CL

installation

To install lhctodd from PyPI

pip install lhctodd

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

lhctodd-0.1.2.tar.gz (32.3 kB view details)

Uploaded Source

Built Distribution

lhctodd-0.1.2-py3-none-any.whl (31.2 kB view details)

Uploaded Python 3

File details

Details for the file lhctodd-0.1.2.tar.gz.

File metadata

  • Download URL: lhctodd-0.1.2.tar.gz
  • Upload date:
  • Size: 32.3 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.6.0.post20210108 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for lhctodd-0.1.2.tar.gz
Algorithm Hash digest
SHA256 3a20a46a8f1b36f85c1ef2dcaa8d615c9122b1f53859a577bf84563e5e2bfd30
MD5 80fd211cf97ac8bbe86974c61833b902
BLAKE2b-256 2345913ee40c944772bf349183b76466c18e39e7e309ca46ccd6782cdff8b9aa

See more details on using hashes here.

File details

Details for the file lhctodd-0.1.2-py3-none-any.whl.

File metadata

  • Download URL: lhctodd-0.1.2-py3-none-any.whl
  • Upload date:
  • Size: 31.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.3.0 pkginfo/1.7.0 requests/2.25.1 setuptools/49.6.0.post20210108 requests-toolbelt/0.9.1 tqdm/4.56.0 CPython/3.9.1

File hashes

Hashes for lhctodd-0.1.2-py3-none-any.whl
Algorithm Hash digest
SHA256 b9d5d8af81bd1c99c20ba45c039e642b7237790d1df469c0aa4d1ec83e31f40e
MD5 cf9749a06289415d65a8174beff01a84
BLAKE2b-256 3d1f34ed262b525509647caaf92fa727be5d996e6f1a7d11d312771851dfe45b

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page