Celeritas 0.7.0-dev.370+develop.9def02c
Loading...
Searching...
No Matches
Public Types | Public Member Functions | Public Attributes | List of all members
celeritas::ScintillationData< W, M > Struct Template Reference

Data characterizing the scintillation spectrum for all materials. More...

#include <ScintillationData.hh>

Public Types

template<class T >
using Items = Collection< T, W, M >
 
template<class T >
using OptMatItems = Collection< T, W, M, OptMatId >
 
template<class T >
using ParticleItems = Collection< T, W, M, ParticleId >
 
template<class T >
using ParScintSpectrumItems = Collection< T, W, M, ParScintSpectrumId >
 

Public Member Functions

 operator bool () const
 Whether all data are assigned and valid.
 
template<Ownership W2, MemSpace M2>
ScintillationDataoperator= (ScintillationData< W2, M2 > const &other)
 Assign from another set of data.
 

Public Attributes

OptMatItems< real_typeresolution_scale
 Resolution scale for each material [OptMatId].
 
OptMatItems< MatScintSpectrummaterials
 Material-dependent scintillation spectrum data [OptMatId].
 
Items< NonuniformGridRecordenergy_cdfs
 
Items< real_typereals
 Backend storage for real values.
 
Items< ScintRecordscint_records
 Backend storage for scintillation components.
 

Detailed Description

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

Data characterizing the scintillation spectrum for all materials.


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