|
Celeritas 0.7.0-dev.220+develop.5ce7701da
|
#include <iosfwd>#include <string>#include "corecel/Config.hh"#include "geocel/detail/LengthUnits.hh"#include "orange/OrangeTypes.hh"Classes | |
| struct | celeritas::inp::OrangeGeoFromGeant |
| Construction options for Geant4 conversion. More... | |
Namespaces | |
| namespace | celeritas::inp |
| Configure Celeritas input. | |
Enumerations | |
| enum class | celeritas::inp::InlineSingletons { celeritas::inp::none , celeritas::inp::untransformed , celeritas::inp::unrotated , celeritas::inp::all , size_ } |
| How to inline volumes used only once. More... | |
Functions | |
| char const * | celeritas::inp::to_cstring (InlineSingletons value) |
| Get a string corresponding to an inline singletons option. | |
| std::istream & | celeritas::inp::operator>> (std::istream &is, OrangeGeoFromGeant &inp) |
| Helper to read the import options from a file or stream. | |
| std::ostream & | celeritas::inp::operator<< (std::ostream &os, OrangeGeoFromGeant const &inp) |
| Helper to write the options to a file or stream. | |