|
void | celeritas::from_json (nlohmann::json const &j, WlsTimeProfile &value) |
|
void | celeritas::to_json (nlohmann::json &j, WlsTimeProfile const &value) |
|
void | celeritas::from_json (nlohmann::json const &j, CherenkovPhysicsOptions &options) |
|
void | celeritas::to_json (nlohmann::json &j, CherenkovPhysicsOptions const &inp) |
|
void | celeritas::from_json (nlohmann::json const &j, ScintillationPhysicsOptions &options) |
|
void | celeritas::to_json (nlohmann::json &j, ScintillationPhysicsOptions const &inp) |
|
void | celeritas::from_json (nlohmann::json const &j, WavelengthShiftingOptions &options) |
|
void | celeritas::to_json (nlohmann::json &j, WavelengthShiftingOptions const &inp) |
|
void | celeritas::from_json_deprecated (nlohmann::json const &j, WavelengthShiftingOptions &options, std::string name) |
|
void | celeritas::from_json (nlohmann::json const &j, BoundaryPhysicsOptions &options) |
|
void | celeritas::to_json (nlohmann::json &j, BoundaryPhysicsOptions const &inp) |
|
void | celeritas::from_json (nlohmann::json const &j, GeantOpticalPhysicsOptions &options) |
| Read options from JSON.
|
|
void | celeritas::to_json (nlohmann::json &j, GeantOpticalPhysicsOptions const &inp) |
| Write options to JSON.
|
|