ECCE @ EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HadrontherapyDetectorMessenger Class Reference

#include <geant4/tree/geant4-10.6-release/examples/advanced/hadrontherapy/include/HadrontherapyDetectorMessenger.hh>

+ Inheritance diagram for HadrontherapyDetectorMessenger:
+ Collaboration diagram for HadrontherapyDetectorMessenger:

Public Member Functions

 HadrontherapyDetectorMessenger (HadrontherapyDetectorConstruction *)
 
 ~HadrontherapyDetectorMessenger ()
 
void SetNewValue (G4UIcommand *, G4String)
 
- Public Member Functions inherited from G4UImessenger
 G4UImessenger ()
 
 G4UImessenger (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
 
virtual ~G4UImessenger ()
 
virtual G4String GetCurrentValue (G4UIcommand *command)
 
G4bool operator== (const G4UImessenger &messenger) const
 
G4bool CommandsShouldBeInMaster () const
 

Private Attributes

HadrontherapyDetectorConstructionhadrontherapyDetector
 
G4UIdirectorychangeThePhantomDir
 
G4UIdirectorychangeTheDetectorDir
 
G4UIcmdWithoutParameterupdateCmd
 
G4UIcmdWithAStringchangeThePhantomMaterialCmd
 
G4UIcmdWith3VectorAndUnitchangeThePhantomSizeCmd
 
G4UIcmdWith3VectorAndUnitchangeThePhantomPositionCmd
 
G4UIcmdWith3VectorAndUnitchangeTheDetectorSizeCmd
 
G4UIcmdWith3VectorAndUnitchangeTheDetectorToPhantomPositionCmd
 
G4UIcmdWith3VectorAndUnitchangeTheDetectorVoxelCmd
 
G4UIcmdWith3VectorAndUnitVirtualLayerPosition
 
G4UIcmdWithABoolVirtualLayer
 
G4UIdirectorychangeTheSource
 

Additional Inherited Members

- Protected Member Functions inherited from G4UImessenger
G4String ItoS (G4int i)
 
G4String DtoS (G4double a)
 
G4String BtoS (G4bool b)
 
G4int StoI (G4String s)
 
G4long StoL (G4String s)
 
G4double StoD (G4String s)
 
G4bool StoB (G4String s)
 
void AddUIcommand (G4UIcommand *newCommand)
 
void CreateDirectory (const G4String &path, const G4String &dsc, G4bool commandsToBeBroadcasted=true)
 
template<typename T >
TCreateCommand (const G4String &cname, const G4String &dsc)
 
- Protected Attributes inherited from G4UImessenger
G4UIdirectorybaseDir
 
G4String baseDirName
 
G4bool commandsShouldBeInMaster
 

Detailed Description

Definition at line 42 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 42 of file HadrontherapyDetectorMessenger.hh

Constructor & Destructor Documentation

HadrontherapyDetectorMessenger::HadrontherapyDetectorMessenger ( HadrontherapyDetectorConstruction detector)

Member Function Documentation

void HadrontherapyDetectorMessenger::SetNewValue ( G4UIcommand command,
G4String  newValue 
)
virtual

Member Data Documentation

G4UIdirectory * HadrontherapyDetectorMessenger::changeTheDetectorDir
private

Definition at line 55 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 55 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger(), and ~HadrontherapyDetectorMessenger().

G4UIcmdWith3VectorAndUnit * HadrontherapyDetectorMessenger::changeTheDetectorSizeCmd
private

Definition at line 59 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 59 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger(), SetNewValue(), and ~HadrontherapyDetectorMessenger().

G4UIcmdWith3VectorAndUnit * HadrontherapyDetectorMessenger::changeTheDetectorToPhantomPositionCmd
private

Definition at line 59 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 59 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger(), SetNewValue(), and ~HadrontherapyDetectorMessenger().

G4UIcmdWith3VectorAndUnit * HadrontherapyDetectorMessenger::changeTheDetectorVoxelCmd
private

Definition at line 59 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 59 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger(), SetNewValue(), and ~HadrontherapyDetectorMessenger().

G4UIdirectory* HadrontherapyDetectorMessenger::changeThePhantomDir
private

Definition at line 55 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 55 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger(), and ~HadrontherapyDetectorMessenger().

G4UIcmdWithAString* HadrontherapyDetectorMessenger::changeThePhantomMaterialCmd
private

Definition at line 58 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 58 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger(), SetNewValue(), and ~HadrontherapyDetectorMessenger().

G4UIcmdWith3VectorAndUnit * HadrontherapyDetectorMessenger::changeThePhantomPositionCmd
private

Definition at line 59 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 59 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger(), SetNewValue(), and ~HadrontherapyDetectorMessenger().

G4UIcmdWith3VectorAndUnit* HadrontherapyDetectorMessenger::changeThePhantomSizeCmd
private

Definition at line 59 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 59 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger(), SetNewValue(), and ~HadrontherapyDetectorMessenger().

G4UIdirectory* HadrontherapyDetectorMessenger::changeTheSource
private

Definition at line 67 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 67 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger().

HadrontherapyDetectorConstruction* HadrontherapyDetectorMessenger::hadrontherapyDetector
private

Definition at line 53 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 53 of file HadrontherapyDetectorMessenger.hh

Referenced by SetNewValue().

G4UIcmdWithoutParameter* HadrontherapyDetectorMessenger::updateCmd
private

Definition at line 57 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 57 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger(), SetNewValue(), and ~HadrontherapyDetectorMessenger().

G4UIcmdWithABool* HadrontherapyDetectorMessenger::VirtualLayer
private

Definition at line 66 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 66 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger(), SetNewValue(), and ~HadrontherapyDetectorMessenger().

G4UIcmdWith3VectorAndUnit * HadrontherapyDetectorMessenger::VirtualLayerPosition
private

Definition at line 59 of file HadrontherapyDetectorMessenger.hh.

View newest version in sPHENIX GitHub at line 59 of file HadrontherapyDetectorMessenger.hh

Referenced by HadrontherapyDetectorMessenger(), SetNewValue(), and ~HadrontherapyDetectorMessenger().


The documentation for this class was generated from the following files: