#include <Collimator100BeamLineMessenger.hh>
Definition at line 48 of file Collimator100BeamLineMessenger.cc.
49 :collimator100(beamLine)
54 beamLineDir -> SetGuidance(
"set specification of range shifter");
56 FinalCollimatorIORTDir =
new G4UIdirectory(
"/beamLine/FinalCollimatorIORT/");
57 FinalCollimatorIORTDir -> SetGuidance(
"set specification of final collimator");
60 innerRadiusFinalCollimatorIORTCmd -> SetGuidance(
"Set size of inner radius ( max 21.5 mm)");
61 innerRadiusFinalCollimatorIORTCmd -> SetParameterName(
"Size",
false);
62 innerRadiusFinalCollimatorIORTCmd -> SetDefaultUnit(
"mm");
63 innerRadiusFinalCollimatorIORTCmd -> SetUnitCandidates(
"mm cm m");
64 innerRadiusFinalCollimatorIORTCmd -> AvailableForStates(
G4State_Idle);
67 OuterRadiusFinalCollimatorIORTCmd -> SetGuidance(
"Set size of outer radius ( max 21.5 mm)");
68 OuterRadiusFinalCollimatorIORTCmd -> SetParameterName(
"Size",
false);
69 OuterRadiusFinalCollimatorIORTCmd -> SetDefaultUnit(
"mm");
70 OuterRadiusFinalCollimatorIORTCmd -> SetUnitCandidates(
"mm cm m");
71 OuterRadiusFinalCollimatorIORTCmd -> AvailableForStates(
G4State_Idle);
Collimator100BeamLineMessenger::~Collimator100BeamLineMessenger |
( |
| ) |
|
Definition at line 75 of file Collimator100BeamLineMessenger.cc.
78 delete OuterRadiusFinalCollimatorIORTCmd;
79 delete innerRadiusFinalCollimatorIORTCmd;
80 delete FinalCollimatorIORTDir;
Reimplemented from G4UImessenger.
Definition at line 89 of file Collimator100BeamLineMessenger.cc.
93 if( command == innerRadiusFinalCollimatorIORTCmd )
94 { collimator100 -> SetInnerRadiusFinalCollimatorIORT
95 (innerRadiusFinalCollimatorIORTCmd -> GetNewDoubleValue(newValue));}
97 else if( command == OuterRadiusFinalCollimatorIORTCmd )
98 { collimator100 -> SetOuterRadiusFinalCollimatorIORT
99 (OuterRadiusFinalCollimatorIORTCmd -> GetNewDoubleValue(newValue));}
The documentation for this class was generated from the following files: