|
Celeritas 0.7.0-dev.172+develop.fe2a0acd4
|
#include "PhysicsParamsOutput.hh"#include <type_traits>#include <utility>#include <nlohmann/json.hpp>#include "corecel/Config.hh"#include "corecel/cont/Range.hh"#include "corecel/io/JsonPimpl.hh"#include "corecel/math/QuantityIO.json.hh"#include "Model.hh"#include "PhysicsData.hh"#include "PhysicsParams.hh"#include "Process.hh"Macros | |
| #define | PPO_SAVE_OPTION(NAME) options[#NAME] = scalars.NAME |
| #define | PPO_SAVE_SIZE(NAME) sizes[#NAME] = data.NAME.size() |