|
Celeritas 0.7.0-dev.172+develop.fe2a0acd4
|
#include "DebugIO.json.hh"#include "corecel/cont/ArrayIO.hh"#include "corecel/io/JsonUtils.json.hh"#include "corecel/io/LabelIO.json.hh"#include "corecel/math/QuantityIO.json.hh"#include "corecel/sys/ActionRegistry.hh"#include "celeritas/UnitTypes.hh"#include "celeritas/geo/CoreGeoParams.hh"#include "celeritas/geo/GeoMaterialView.hh"#include "celeritas/geo/GeoTrackView.hh"#include "celeritas/global/CoreTrackView.hh"#include "celeritas/mat/MaterialParams.hh"#include "celeritas/phys/ParticleParams.hh"#include "celeritas/phys/ParticleTrackView.hh"#include "celeritas/track/SimTrackView.hh"#include "CoreParams.hh"#include "Debug.hh"Macros | |
| #define | DIO_ASSIGN(NAME, TRANSFORM) j[#NAME] = TRANSFORM(view.NAME()) |
| #define | DIO_ASSIGN_IF(NAME, TRANSFORM, COND) |
Functions | |
| void | celeritas::to_json (nlohmann::json &j, CoreTrackView const &view) |
| void | celeritas::to_json (nlohmann::json &j, GeoTrackView const &view) |
| void | celeritas::to_json (nlohmann::json &j, ParticleTrackView const &view) |
| void | celeritas::to_json (nlohmann::json &j, SimTrackView const &view) |
| #define DIO_ASSIGN_IF | ( | NAME, | |
| TRANSFORM, | |||
| COND | |||
| ) |