Celeritas
0.5.0-56+6b053cd
|
Save detailed debugging information about particles in use. More...
#include <ParticleParamsOutput.hh>
Public Types | |
Type aliases | |
using | SPConstParticleParams = std::shared_ptr< ParticleParams const > |
Public Types inherited from celeritas::OutputInterface | |
enum class | Category { input , result , system , internal , size_ } |
Output category (TODO: could replace with string/cstring?) | |
Public Member Functions | |
ParticleParamsOutput (SPConstParticleParams particles) | |
Construct from shared particle data. | |
Category | category () const final |
Category of data to write. | |
std::string_view | label () const final |
Name of the entry inside the category. | |
void | output (JsonPimpl *) const final |
Write output to the given JSON object. | |
Save detailed debugging information about particles in use.