Celeritas 0.6.0-dev.115+3b60a5fd
|
Save detailed debugging information about the physics in use. More...
#include <PhysicsParamsOutput.hh>
Public Types | |
Type aliases | |
using | SPConstPhysicsParams = std::shared_ptr< PhysicsParams const > |
![]() | |
enum class | Category { input , result , system , internal , size_ } |
Output category (TODO: could replace with string/cstring?) | |
Public Member Functions | |
PhysicsParamsOutput (SPConstPhysicsParams physics) | |
Construct from shared physics 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 the physics in use.
|
inlinefinalvirtual |
Category of data to write.
Implements celeritas::OutputInterface.
|
inlinefinalvirtual |
Name of the entry inside the category.
Implements celeritas::OutputInterface.
Write output to the given JSON object.
Implements celeritas::OutputInterface.