Skip to main content

Package implements the formalism for calculating passing fraction as discussed in JCAP07(2018)047.

Project description

PyPI version Build Status Python versions

nuVeto

This package calculates the effect of a detector veto, triggered by the accompanying muons from the same air shower, on the high-energy atmospheric neutrino flux. The calculated result is the passing-flux or passing-fraction of atmospheric neutrinos as a function of energy and zenith angle.

As a corollary, the total atmospheric neutrino flux as well as parent particle fluxes at various depths in the atmosphere are calculated using MCEq. To illustrate, the parent fluxes are accessible as shown in this example.

fluxes Ds+_025

In the right panel, solid lines are direct calculations from MCEq while dashed lines are an extension down to lower energies where the parent particle is assumed to no longer interact and their fluxes are computed based on the CR flux, cross section, yield and parent's decay length.

Getting started

It is recommended to work within a Python virtual environment.

python3 -m venv vdir
source vdir/bin/activate

Installing

pip install nuVeto

This will install numpy, scipy, pandas and MCEq. By default this will not install MKL or CUDA libraries that accelerate MCEq. If your system has the right hardware available, it is possible get a substantial speed up with pip install mkl or pip install MCEq[cuda]. The fastest library is automatically chosen.

As of v2.3.1 a suite of tests is also packaged. It uses pytest, which can be optionally installed and run as follows.

pip install nuVeto[testing]
pytest --pyargs nuVeto

Additional optional dependencies are [plotting] and [pythia8] which will respectively install needed packages for making example plots (from nuVeto.examples import plots), and generating alternative hadron decay rates with PYTHIA.

Note that v2.0 and higher rely on the updated version of MCEq. For the legacy version that relies on MCEq_classic do git checkout v1.5 and follow the instructions in the README.

Usage

The simplest way to run is

from nuVeto import passing
from nuVeto.utils import Units
import crflux.models as pm

enu = 1e5*Units.GeV
cos_theta = 0.5
pf = passing(enu, cos_theta, kind='conv nu_mu',
             pmodel=(pm.HillasGaisser2012, 'H3a'),
             hadr='SIBYLL2.3e', depth=1950*Units.m,
             density=('CORSIKA', ('SouthPole','December')))

where kind can be (conv|pr|_parent_) nu_(e|mu)(bar)

See examples/plots.py for more detailed examples.

Building muon detection probabilities

Pdet Pdet

To calculate the passing fraction requires knowing the muon detection probability as a function of the overburden and energy of the muon at the surface. This is constructed from a convolution of the muon reaching probability and the detector response. The scripts for generating the necessary files are provided in the scripts/mu/ subdirectory, which can be obtained with a download or clone of this repository.

The muon reaching probability is constructed from MMC simulations and is provided for propagation in ice and water in data/mmc/(ice|water)_(allm97|bb).npz for two different cross section parameterizations. The detector response probability must first be defined in scripts/mu/pl.py as a function of the muon energy at the detector. Then, pass the function name to the --plight argument and construct the overall muon reaching and detection probability with the following command, for example.

cd scripts/mu
./mu.py ice_allm97 -o mymudet.npz --plight pl_step_1000

To use the newly generated file, pass the stem without file extension as a string to the prpl argument.

passing(enu, cos_theta, prpl='mymudet')`.

For many different characterisations of the detector response (e.g. for different depths or different directions) this process can be inconvenient. In this case one can also directly use a function for pl:

from nuVeto.mu import interp

pl=lambda emu: #some function of muon energy

prpl=interp("ice_allm97",pl)
enu=1e3
cos_theta=0.5
pf = passing(enu, cos_theta, prpl=prpl)

Contributers

Carlos Arguelles, Sergio Palomares-Ruiz, Austin Schneider, Logan Wille, Tianlu Yuan

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

nuveto-3.0.2.tar.gz (12.8 MB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

nuveto-3.0.2-py3-none-any.whl (12.1 MB view details)

Uploaded Python 3

File details

Details for the file nuveto-3.0.2.tar.gz.

File metadata

  • Download URL: nuveto-3.0.2.tar.gz
  • Upload date:
  • Size: 12.8 MB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nuveto-3.0.2.tar.gz
Algorithm Hash digest
SHA256 d838ef1eca2a8ba6d92a23bad8507e10cdab4a2b4e527abe274971701820ef23
MD5 8bbfb53ae0d69eb0bdcbcbcf28621def
BLAKE2b-256 15ed54a00c4a1f5e3dece71c8df094aa54bef425ba26e44d9d8b0bde933afc50

See more details on using hashes here.

Provenance

The following attestation bundles were made for nuveto-3.0.2.tar.gz:

Publisher: publish.yml on tianluyuan/nuVeto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file nuveto-3.0.2-py3-none-any.whl.

File metadata

  • Download URL: nuveto-3.0.2-py3-none-any.whl
  • Upload date:
  • Size: 12.1 MB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.7

File hashes

Hashes for nuveto-3.0.2-py3-none-any.whl
Algorithm Hash digest
SHA256 4126c2fac81092d3bf5300bad58e1008625a659392ab601f3b58c94a41569348
MD5 253a38bec95cb1c323a79a80405dd0cc
BLAKE2b-256 cde4a12f787a529bb6bd0ecdc26d8e50993a227962dc67c245587f45accd084c

See more details on using hashes here.

Provenance

The following attestation bundles were made for nuveto-3.0.2-py3-none-any.whl:

Publisher: publish.yml on tianluyuan/nuVeto

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

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