|
Celeritas 0.7.0-dev.169+develop.bdc0041f6
|
#include <vector>#include "celeritas/inp/Grid.hh"#include "celeritas/inp/Particle.hh"#include "celeritas/inp/Physics.hh"#include "celeritas/inp/PhysicsModel.hh"#include "ImportElement.hh"#include "ImportLivermorePE.hh"#include "ImportMaterial.hh"#include "ImportOpticalMaterial.hh"#include "ImportOpticalModel.hh"#include "ImportParameters.hh"#include "ImportProcess.hh"#include "ImportVolume.hh"
Classes | |
| struct | celeritas::ImportData |
| Store imported physics data from external sources. More... | |
Functions | |
| void | celeritas::convert_to_native (ImportData *data) |
| Recursively convert imported data to the native unit type. | |
| bool | celeritas::has_model (ImportData const &data, ImportModelClass model_class) |
| Whether an imported model of the given class is present. | |
| bool | celeritas::has_msc_model (ImportData const &data, ImportModelClass model_class) |
| Whether an imported MSC model of the given class is present. | |