#include <RE06DetectorMessenger.hh>
Definition at line 44 of file RE06DetectorMessenger.hh.
Definition at line 43 of file RE06DetectorMessenger.cc.
55 fDirectory->
SetGuidance(
"UI commands of this example");
61 matList += (*matTbl)[i]->GetName();
66 fAbsMaterialCmd->
SetGuidance(
"Select Material of the Absorber.");
72 fGapMaterialCmd->
SetGuidance(
"Select Material of the Gap.");
85 ->
SetGuidance(
"Select calorimeters to be placed in serial or parallel.");
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
static G4MaterialTable * GetMaterialTable()
std::vector< G4Material * > G4MaterialTable
void SetParameterName(const char *theName, G4bool omittable, G4bool currentAsDefault=false)
void SetRange(const char *rs)
void SetGuidance(const char *aGuidance)
void AvailableForStates(G4ApplicationState s1)
static size_t GetNumberOfMaterials()
void SetCandidates(const char *candidateList)
RE06DetectorMessenger::~RE06DetectorMessenger |
( |
| ) |
|
|
virtual |
Reimplemented from G4UImessenger.
Definition at line 137 of file RE06DetectorMessenger.cc.
140 if( command == fAbsMaterialCmd ){
143 }
else if( command == fGapMaterialCmd ){
146 }
else if( command == fNumLayerCmd ) {
149 }
else if( command == fSerialCmd ){
152 }
else if( command == fSerialCmd ) {
155 }
else if( command == fVerboseCmd ) {
static G4String ConvertToString(G4bool boolVal)
G4String GetGapMaterial() const
G4String GetAbsorberMaterial() const
G4int GetNumberOfLayers() const
G4int GetVerboseLevel() const
Reimplemented from G4UImessenger.
Definition at line 112 of file RE06DetectorMessenger.cc.
114 if( command == fAbsMaterialCmd ) {
117 }
else if( command == fGapMaterialCmd ){
120 }
else if( command == fNumLayerCmd ) {
123 }
else if( command == fSerialCmd ) {
126 }
else if( command == fVerboseCmd ) {
129 }
else if( command == fAddMaterialCmd ) {
131 UpdateMaterialList();
static G4int GetNewIntValue(const char *paramString)
static G4bool GetNewBoolValue(const char *paramString)
void SetVerboseLevel(G4int val)
void SetSerialGeometry(G4bool ser)
void SetAbsorberMaterial(G4String materialChoice)
void SetNumberOfLayers(G4int nl)
void SetGapMaterial(G4String materialChoice)
The documentation for this class was generated from the following files: