Celeritas 0.6.0-2+develop.96611fab
|
Along-step factory interface and definitions. More...
#include <functional>
#include <memory>
#include <G4ThreeVector.hh>
#include "celeritas/geo/GeoFwd.hh"
#include "celeritas/global/ActionInterface.hh"
Classes | |
struct | celeritas::AlongStepFactoryInput |
Input argument to the AlongStepFactory interface. More... | |
class | celeritas::AlongStepFactoryInterface |
Helper class for emitting an AlongStep action. More... | |
class | celeritas::UniformAlongStepFactory |
Create an along-step method for a uniform (or zero) field. More... | |
class | celeritas::RZMapFieldAlongStepFactory |
Create an along-step method for a two-dimensional (r-z in the cylindical coordinate system) map field (RZMapField). More... | |
class | celeritas::CylMapFieldAlongStepFactory |
Create an along-step method for a three-dimensional (r-phi-z in the cylindical coordinate system) map field (CylMapField). More... | |
class | celeritas::CartMapFieldAlongStepFactory |
Create an along-step method for a three-dimensional (x-y-z in the cartesian coordinate system) map field (CartMapField). More... | |
Namespaces | |
namespace | celeritas::inp |
Configure Celeritas input. | |
Along-step factory interface and definitions.