Celeritas 0.7.0-dev.313+develop.1857205b
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
celeritas::DTMixMucfData< W, M > Struct Template Reference

Data for for the DTMixMucfModel . More...

#include <DTMixMucfData.hh>

Public Types

template<class T >
using Items = Collection< T, W, M >
 
template<class T >
using MaterialItems = Collection< T, W, M, MuCfMatId >
 
using GridRecord = NonuniformGridRecord
 
using CycleTimesArray = EnumArray< MucfMuonicMolecule, Array< real_type, 2 > >
 
using MaterialFractionsArray = EnumArray< MucfIsotope, real_type >
 

Public Member Functions

 operator bool () const
 Check whether the data are assigned.
 
template<Ownership W2, MemSpace M2>
DTMixMucfDataoperator= (DTMixMucfData< W2, M2 > const &other)
 Assign from another set of data.
 

Public Attributes

MucfParticleIds particle_ids
 Particles.
 
MucfParticleMasses particle_masses
 
GridRecord muon_energy_cdf
 Muon CDF energy grid for sampling outgoing muCF muons X-axis range is [0, 1) and y-axis is the outgoing muon energy in MeV.
 
Items< real_typereals
 
MaterialItems< PhysMatIdmucfmatid_to_matid
 
MaterialItems< MaterialFractionsArrayisotopic_fractions
 Isotopic fractions per material: [mat_comp_id][isotope].
 
MaterialItems< CycleTimesArraycycle_times
 Cycle times per material: [mat_comp_id][muonic_molecule][spin_index].
 

Detailed Description

template<Ownership W, MemSpace M>
struct celeritas::DTMixMucfData< W, M >

Data for for the DTMixMucfModel .

Member Function Documentation

◆ operator bool()

template<Ownership W, MemSpace M>
celeritas::DTMixMucfData< W, M >::operator bool ( ) const
inlineexplicit

Check whether the data are assigned.

Todo:

Add mean atom spin flip times

Add mean atom transfer times

◆ operator=()

template<Ownership W, MemSpace M>
template<Ownership W2, MemSpace M2>
DTMixMucfData & celeritas::DTMixMucfData< W, M >::operator= ( DTMixMucfData< W2, M2 > const other)
inline

Assign from another set of data.

Todo:
Finish implementation

Member Data Documentation

◆ cycle_times

Cycle times per material: [mat_comp_id][muonic_molecule][spin_index].

In [s]

◆ mucfmatid_to_matid

template<Ownership W, MemSpace M>
MaterialItems<PhysMatId> celeritas::DTMixMucfData< W, M >::mucfmatid_to_matid

Material-dependent data calculated at model construction PhysMatId indexed by MuCfMatId


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