|
DLG4::VolumeBuilders
A fluent interface for Geant4 geometry definition.
|
#include <RZBuilderCore.hh>
Public Member Functions | |
| RZPlane ()=default | |
| RZPlane (G4double ir, G4double or_, G4double z_, Length u) | |
Public Attributes | |
| Length | unit |
| G4double | IR |
| G4double | OR |
| G4double | z |
Struct for adding planes to GeantMultiPlane –DSLeonard 2024 Overloads make this not strictly needed.
Definition at line 44 of file RZBuilderCore.hh.
|
default |
Definition at line 51 of file RZBuilderCore.hh.
| G4double IR |
Definition at line 46 of file RZBuilderCore.hh.
| G4double OR |
Definition at line 47 of file RZBuilderCore.hh.
| Length unit |
Definition at line 45 of file RZBuilderCore.hh.
| G4double z |
Definition at line 48 of file RZBuilderCore.hh.