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

#include <geant4/tree/geant4-10.6-release/source/run/include/G4MatScanMessenger.hh>

+ Inheritance diagram for G4MatScanMessenger:
+ Collaboration diagram for G4MatScanMessenger:

Public Member Functions

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

Private Attributes

G4MaterialScannertheScanner
 
G4UIdirectorymsDirectory
 
G4UIcmdWithoutParameterscanCmd
 
G4UIcommandthetaCmd
 
G4UIcommandphiCmd
 
G4UIcommandsingleCmd
 
G4UIcmdWith3Vectorsingle2Cmd
 
G4UIcmdWithABoolregSenseCmd
 
G4UIcmdWithAStringregionCmd
 
G4UIcmdWith3VectorAndUniteyePosCmd
 

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 47 of file G4MatScanMessenger.hh.

View newest version in sPHENIX GitHub at line 47 of file G4MatScanMessenger.hh

Constructor & Destructor Documentation

G4MatScanMessenger::~G4MatScanMessenger ( )
virtual

Definition at line 137 of file G4MatScanMessenger.cc.

View newest version in sPHENIX GitHub at line 137 of file G4MatScanMessenger.cc

References eyePosCmd, msDirectory, phiCmd, regionCmd, regSenseCmd, scanCmd, single2Cmd, singleCmd, and thetaCmd.

Member Function Documentation

G4String G4MatScanMessenger::GetCurrentValue ( G4UIcommand command)
virtual

Reimplemented from G4UImessenger.

Definition at line 150 of file G4MatScanMessenger.cc.

View newest version in sPHENIX GitHub at line 150 of file G4MatScanMessenger.cc

References G4UIcommand::ConvertToString(), deg, eyePosCmd, G4MaterialScanner::GetEyePosition(), G4MaterialScanner::GetNPhi(), G4MaterialScanner::GetNTheta(), G4MaterialScanner::GetPhiMin(), G4MaterialScanner::GetPhiSpan(), G4MaterialScanner::GetRegionName(), G4MaterialScanner::GetRegionSensitive(), G4MaterialScanner::GetThetaMin(), G4MaterialScanner::GetThetaSpan(), phiCmd, regionCmd, regSenseCmd, theScanner, and thetaCmd.

+ Here is the call graph for this function:

Member Data Documentation

G4UIcmdWith3VectorAndUnit* G4MatScanMessenger::eyePosCmd
private

Definition at line 67 of file G4MatScanMessenger.hh.

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

Referenced by G4MatScanMessenger(), GetCurrentValue(), SetNewValue(), and ~G4MatScanMessenger().

G4UIdirectory* G4MatScanMessenger::msDirectory
private

Definition at line 59 of file G4MatScanMessenger.hh.

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

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

G4UIcommand* G4MatScanMessenger::phiCmd
private

Definition at line 62 of file G4MatScanMessenger.hh.

View newest version in sPHENIX GitHub at line 62 of file G4MatScanMessenger.hh

Referenced by G4MatScanMessenger(), GetCurrentValue(), SetNewValue(), and ~G4MatScanMessenger().

G4UIcmdWithAString* G4MatScanMessenger::regionCmd
private

Definition at line 66 of file G4MatScanMessenger.hh.

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

Referenced by G4MatScanMessenger(), GetCurrentValue(), SetNewValue(), and ~G4MatScanMessenger().

G4UIcmdWithABool* G4MatScanMessenger::regSenseCmd
private

Definition at line 65 of file G4MatScanMessenger.hh.

View newest version in sPHENIX GitHub at line 65 of file G4MatScanMessenger.hh

Referenced by G4MatScanMessenger(), GetCurrentValue(), SetNewValue(), and ~G4MatScanMessenger().

G4UIcmdWithoutParameter* G4MatScanMessenger::scanCmd
private

Definition at line 60 of file G4MatScanMessenger.hh.

View newest version in sPHENIX GitHub at line 60 of file G4MatScanMessenger.hh

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

G4UIcmdWith3Vector* G4MatScanMessenger::single2Cmd
private

Definition at line 64 of file G4MatScanMessenger.hh.

View newest version in sPHENIX GitHub at line 64 of file G4MatScanMessenger.hh

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

G4UIcommand* G4MatScanMessenger::singleCmd
private

Definition at line 63 of file G4MatScanMessenger.hh.

View newest version in sPHENIX GitHub at line 63 of file G4MatScanMessenger.hh

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

G4MaterialScanner* G4MatScanMessenger::theScanner
private

Definition at line 57 of file G4MatScanMessenger.hh.

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

Referenced by G4MatScanMessenger(), GetCurrentValue(), and SetNewValue().

G4UIcommand* G4MatScanMessenger::thetaCmd
private

Definition at line 61 of file G4MatScanMessenger.hh.

View newest version in sPHENIX GitHub at line 61 of file G4MatScanMessenger.hh

Referenced by G4MatScanMessenger(), GetCurrentValue(), SetNewValue(), and ~G4MatScanMessenger().


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