|
void | celeritas::from_json (nlohmann::json const &j, MscModelSelection &value) |
|
void | celeritas::to_json (nlohmann::json &j, MscModelSelection const &value) |
|
void | celeritas::from_json (nlohmann::json const &j, BremsModelSelection &value) |
|
void | celeritas::to_json (nlohmann::json &j, BremsModelSelection const &value) |
|
void | celeritas::from_json (nlohmann::json const &j, RelaxationSelection &value) |
|
void | celeritas::to_json (nlohmann::json &j, RelaxationSelection const &value) |
|
void | celeritas::from_json (nlohmann::json const &j, MscStepLimitAlgorithm &value) |
|
void | celeritas::to_json (nlohmann::json &j, MscStepLimitAlgorithm const &value) |
|
void | celeritas::from_json (nlohmann::json const &j, NuclearFormFactorType &value) |
|
void | celeritas::to_json (nlohmann::json &j, NuclearFormFactorType const &value) |
|
void | celeritas::from_json (nlohmann::json const &j, GeantMuonPhysicsOptions &options) |
|
void | celeritas::to_json (nlohmann::json &j, GeantMuonPhysicsOptions const &inp) |
|
void | celeritas::from_json (nlohmann::json const &j, GeantPhysicsOptions &options) |
| Read options from JSON.
|
|
void | celeritas::to_json (nlohmann::json &j, GeantPhysicsOptions const &inp) |
| Write options to JSON.
|
|
std::istream & | celeritas::operator>> (std::istream &is, GeantPhysicsOptions &inp) |
| Helper to read the physics options from a file or stream.
|
|
std::ostream & | celeritas::operator<< (std::ostream &os, GeantPhysicsOptions const &inp) |
| Helper to write the options to a file or stream.
|
|