Celeritas 0.7.0-dev.127+develop.e63889793
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
celeritas::inp::MuPairProductionEnergyTransferTable Struct Reference

Sampling table for electron-positron pair production by muons. More...

#include <PhysicsModel.hh>

Public Member Functions

 operator bool () const
 True if data is assigned.
 

Public Attributes

std::vector< AtomicNumberatomic_number
 Z grid for sampling table.
 
std::vector< inp::TwodGridgrids
 Sampling tables for energy transfer at Z [(log MeV, ratio) -> cdf].
 

Detailed Description

Sampling table for electron-positron pair production by muons.

This 3-dimensional table is used to sample the energy transfer to the electron-positron pair, \( \epsilon_p \). The outer grid stores the atomic number using 5 equally spaced points in \( \log Z \); the x grid stores the logarithm of the incident muon energy \( T \) using equal spacing in \( \log T \); the y grid stores the ratio \( \log \epsilon_p / T \). The values are the unnormalized CDF.

Todo:
move directly into MuPairProductionModel?

The documentation for this struct was generated from the following file: