DLG4::VolumeBuilders
A fluent interface for Geant4 geometry definition.
Loading...
Searching...
No Matches
Classes | Functions | Variables
Builder Classes

Classes

class  FromG4VSolid
 
class  RZBuilder
 
class  Assembly
 
class  BoxBuilder
 

Functions

 RZPlane ()=default
 
 RZPlane (G4double u, G4double ir, G4double or_, G4double z_)
 

Variables

G4double unit
 
G4double IR
 
G4double OR
 
G4double z
 
G4double IR {0}
 
G4double OR {0}
 
G4double z {0}
 

Detailed Description

Sub-typed Builder classes constructed by the Factories.

Function Documentation

◆ RZPlane() [1/2]

RZPlane ( )
default

◆ RZPlane() [2/2]

RZPlane ( G4double  u,
G4double  ir,
G4double  or_,
G4double  z_ 
)
inline

Definition at line 51 of file RZBuilder.hh.

Variable Documentation

◆ IR [1/2]

G4double IR

Definition at line 46 of file RZBuilder.hh.

◆ IR [2/2]

G4double IR {0}

Definition at line 60 of file RZBuilder.hh.

60{0}; // inner radius

◆ OR [1/2]

G4double OR

Definition at line 47 of file RZBuilder.hh.

◆ OR [2/2]

G4double OR {0}

Definition at line 61 of file RZBuilder.hh.

61{0}; // outer radius

◆ unit

G4double unit

Definition at line 45 of file RZBuilder.hh.

◆ z [1/2]

G4double z

Definition at line 48 of file RZBuilder.hh.

◆ z [2/2]

G4double z {0}

Definition at line 62 of file RZBuilder.hh.

62{0};