31 #include "DetectorMessenger.hh"
32 #include "DetectorConstruction.hh"
42 fDetectorConstruction(detectorConstruction),
54 "WithDirectMatrix WithInverseMatrix WithAxialRotations WithEulerAngles WithReflections");
72 if ( newValue ==
"WithDirectMatrix" )
74 else if ( newValue ==
"WithInverseMatrix" )
76 else if ( newValue ==
"WithAxialRotations" )
78 else if ( newValue ==
"WithEulerAngles" )
80 else if ( newValue ==
"WithReflections" )
void SetGuidance(const char *aGuidance)
G4UIcmdWithAString * fSetMethodCmd
void SetNewValue(G4UIcommand *, G4String)
void SetCandidates(const char *candidateList)
void SetMethod(EMethod method)
DetectorMessenger(DetectorConstruction *)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
DetectorConstruction * fDetectorConstruction
G4UIdirectory * fDirectory
Simple detector construction with a box volume placed in a world.