Skip to content
/ XeDist Public

Calculate the 136Xe 0nBB background distribution in a LXe TPC. Used in my thesis to predict the external background in a generation-3 TPC without detailed Monte-Carlo.

License

Notifications You must be signed in to change notification settings

rob-tay/XeDist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

XeDist

Binder

Calculate the 136Xe 0nBB background distribution in a LXe TPC. Used in my thesis to predict the external background in a generation-3 TPC without detailed Monte-Carlo.

Uses a mathematical model of gamma-ray attenuation, and the integrated rate from LZ (https://arxiv.org/abs/1912.04248)

Usage

import xedist

tpc = xedist.TPC(radius=72.8, height=145.6)

pmt_source = xedist.DiskGammaSource(tpc.radius, 0, energy=2447, n=10)

dist = xedist.spatial_distribution(tpc, pmt_source)
cumulative_rate = xedist.get_cumulative_rate(dist, tpc)

Notebooks

Predictions for a G3 experiment are here

See validation for comparisons with LZ and DARWIN (https://arxiv.org/pdf/2003.13407.pdf).

About

Calculate the 136Xe 0nBB background distribution in a LXe TPC. Used in my thesis to predict the external background in a generation-3 TPC without detailed Monte-Carlo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published