1 #ifndef CaptWorldBuilder_hh_Seen 2 #define CaptWorldBuilder_hh_Seen 20 virtual G4LogicalVolume *
GetPiece(
void);
virtual ~CaptWorldBuilder()
void SetHeight(double v)
Set the height of the world.
double fLength
The distance along the X axis to simulate.
double GetHeight()
Get the height of the world.
Construct a module from components.
Builder(G4String n, EDepSim::UserDetectorConstruction *c)
void SetWidth(double v)
Set the width of the world.
double fWidth
The side to side (Y) dimension to be simulated.
void SetLength(double v)
Set the length of the world.
double GetLength()
Get the length of the world.
CaptWorldBuilder(G4String n, EDepSim::UserDetectorConstruction *c)
double GetWidth()
Get the width of the world.
virtual G4LogicalVolume * GetPiece(void)
double fHeight
The height (Z) of the world coordinate system.