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

#include <geant4/tree/geant4-10.6-release/source/processes/hadronic/models/radioactive_decay/include/G4RadioactiveDecayBaseMessenger.hh>

+ Inheritance diagram for G4RadioactiveDecayBaseMessenger:
+ Collaboration diagram for G4RadioactiveDecayBaseMessenger:

Public Member Functions

 G4RadioactiveDecayBaseMessenger (G4RadioactiveDecayBase *theRadioactiveDecayContainer)
 
 ~G4RadioactiveDecayBaseMessenger ()
 
void SetNewValue (G4UIcommand *command, G4String newValues)
 
- 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

G4RadioactiveDecayBasetheRadioactiveDecayContainer
 
G4UIdirectorygrdmDirectory
 
G4UIcmdWithNucleusLimitsnucleuslimitsCmd
 
G4UIcmdWithAnIntegerverboseCmd
 
G4UIcmdWithAStringavolumeCmd
 
G4UIcmdWithAStringdeavolumeCmd
 
G4UIcmdWithoutParameterallvolumesCmd
 
G4UIcmdWithoutParameterdeallvolumesCmd
 
G4UIcmdWithABoolicmCmd
 
G4UIcmdWithABoolarmCmd
 
G4UIcommanduserDecayDataCmd
 
G4UIcommanduserEvaporationDataCmd
 
G4UIcmdWith3VectorcolldirCmd
 
G4UIcmdWithADoubleAndUnitcollangleCmd
 

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 57 of file G4RadioactiveDecayBaseMessenger.hh.

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

Constructor & Destructor Documentation

G4RadioactiveDecayBaseMessenger::G4RadioactiveDecayBaseMessenger ( G4RadioactiveDecayBase theRadioactiveDecayContainer)

Definition at line 44 of file G4RadioactiveDecayBaseMessenger.cc.

View newest version in sPHENIX GitHub at line 44 of file G4RadioactiveDecayBaseMessenger.cc

References G4UIparameter::SetGuidance(), and G4UIparameter::SetParameterRange().

+ Here is the call graph for this function:

G4RadioactiveDecayBaseMessenger::~G4RadioactiveDecayBaseMessenger ( )

Member Function Documentation

Member Data Documentation

G4UIcmdWithoutParameter* G4RadioactiveDecayBaseMessenger::allvolumesCmd
private

Definition at line 73 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 73 of file G4RadioactiveDecayBaseMessenger.hh

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

G4UIcmdWithABool* G4RadioactiveDecayBaseMessenger::armCmd
private

Definition at line 76 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 76 of file G4RadioactiveDecayBaseMessenger.hh

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

G4UIcmdWithAString* G4RadioactiveDecayBaseMessenger::avolumeCmd
private

Definition at line 71 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 71 of file G4RadioactiveDecayBaseMessenger.hh

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

G4UIcmdWithADoubleAndUnit* G4RadioactiveDecayBaseMessenger::collangleCmd
private

Definition at line 82 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 82 of file G4RadioactiveDecayBaseMessenger.hh

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

G4UIcmdWith3Vector* G4RadioactiveDecayBaseMessenger::colldirCmd
private

Definition at line 81 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 81 of file G4RadioactiveDecayBaseMessenger.hh

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

G4UIcmdWithoutParameter* G4RadioactiveDecayBaseMessenger::deallvolumesCmd
private

Definition at line 74 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 74 of file G4RadioactiveDecayBaseMessenger.hh

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

G4UIcmdWithAString* G4RadioactiveDecayBaseMessenger::deavolumeCmd
private

Definition at line 72 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 72 of file G4RadioactiveDecayBaseMessenger.hh

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

G4UIdirectory* G4RadioactiveDecayBaseMessenger::grdmDirectory
private

Definition at line 68 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 68 of file G4RadioactiveDecayBaseMessenger.hh

Referenced by ~G4RadioactiveDecayBaseMessenger().

G4UIcmdWithABool* G4RadioactiveDecayBaseMessenger::icmCmd
private

Definition at line 75 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 75 of file G4RadioactiveDecayBaseMessenger.hh

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

G4UIcmdWithNucleusLimits* G4RadioactiveDecayBaseMessenger::nucleuslimitsCmd
private

Definition at line 69 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 69 of file G4RadioactiveDecayBaseMessenger.hh

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

G4RadioactiveDecayBase* G4RadioactiveDecayBaseMessenger::theRadioactiveDecayContainer
private

Definition at line 66 of file G4RadioactiveDecayBaseMessenger.hh.

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

Referenced by SetNewValue().

G4UIcommand* G4RadioactiveDecayBaseMessenger::userDecayDataCmd
private

Definition at line 78 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 78 of file G4RadioactiveDecayBaseMessenger.hh

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

G4UIcommand* G4RadioactiveDecayBaseMessenger::userEvaporationDataCmd
private

Definition at line 79 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 79 of file G4RadioactiveDecayBaseMessenger.hh

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

G4UIcmdWithAnInteger* G4RadioactiveDecayBaseMessenger::verboseCmd
private

Definition at line 70 of file G4RadioactiveDecayBaseMessenger.hh.

View newest version in sPHENIX GitHub at line 70 of file G4RadioactiveDecayBaseMessenger.hh

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


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