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

Functions

G4int ApplyUICommand_1 (const G4String &cmdstr)
 
G4int ApplyUICommand_2 (const std::string &cmdstr)
 

Variables

G4int(G4UImanager::* f1_ApplyCommand )(const char *) = &G4UImanager::ApplyCommand
 
G4int(G4UImanager::* f2_ApplyCommand )(const G4String &)
 

Function Documentation

G4int pyG4UImanager::ApplyUICommand_1 ( const G4String cmdstr)

Definition at line 55 of file pyG4UImanager.cc.

View newest version in sPHENIX GitHub at line 55 of file pyG4UImanager.cc

References fAliasNotFound, fCommandNotFound, fCommandSucceeded, fIllegalApplicationState, fParameterOutOfCandidates, fParameterOutOfRange, fParameterUnreadable, G4cout, G4endl, and G4UImanager::GetUIpointer().

Referenced by ApplyUICommand_2(), and export_G4UImanager().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

G4int pyG4UImanager::ApplyUICommand_2 ( const std::string &  cmdstr)

Definition at line 105 of file pyG4UImanager.cc.

View newest version in sPHENIX GitHub at line 105 of file pyG4UImanager.cc

References ApplyUICommand_1().

Referenced by export_G4UImanager().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

Variable Documentation

G4int(G4UImanager::* pyG4UImanager::f1_ApplyCommand)(const char *) = &G4UImanager::ApplyCommand

Definition at line 46 of file pyG4UImanager.cc.

View newest version in sPHENIX GitHub at line 46 of file pyG4UImanager.cc

Referenced by export_G4UImanager().

G4int(G4UImanager::* pyG4UImanager::f2_ApplyCommand)(const G4String &)
Initial value:

Definition at line 47 of file pyG4UImanager.cc.

View newest version in sPHENIX GitHub at line 47 of file pyG4UImanager.cc

Referenced by export_G4UImanager().