Geant4-11
|
Functions | |
def | apply (command) |
def | beamOn (nevent) |
def | cd (dir="") |
def | connect (endpoint="tcp://127.0.0.1:5555") |
def | cwd () |
def | debug (dflag) |
def | execute (command) |
def | exit () |
def | getvalue (target="") |
def | help (target="") |
def | history () |
def | lc (target="") |
def | ls (target="") |
def | ping () |
def | pwd () |
Variables | |
string | charset = 'utf-8' |
context = zmq.Context(1) | |
socket = context.socket(zmq.REQ) | |
def g4zmq.apply | ( | command | ) |
def g4zmq.beamOn | ( | nevent | ) |
def g4zmq.cd | ( | dir = "" | ) |
def g4zmq.connect | ( | endpoint = "tcp://127.0.0.1:5555" | ) |
Definition at line 15 of file g4zmq.py.
References ping().
Referenced by G4UIQt.AddButton(), G4UIQt.AddIcon(), G4OpenInventorQtExaminerViewer.buildWidget(), G4UIQt.CreateCommandWidget(), G4UIQt.CreateCoutTBWidget(), G4UIQt.CreateHelpTBWidget(), G4UIQt.CreateHistoryTBWidget(), G4OpenGLQtViewer.CreateMainWindow(), G4OpenGLQtViewer.createPopupMenu(), G4OpenGLQtViewer.createRadioAction(), G4OpenGLQtViewer.createSceneTreeComponent(), G4UIQt.CreateUITabWidget(), G4OpenGLQtViewer.createViewerPropertiesWidget(), G4UIQt.CreateViewerWidget(), G4OpenGLQtViewer.encodeVideo(), G4OpenGLQtExportDialog.G4OpenGLQtExportDialog(), G4OpenGLQtMovieDialog.G4OpenGLQtMovieDialog(), G4UIQt.InitHelpTreeAndVisParametersWidget(), G4OpenInventorQtViewer.Initialise(), G4ToolsSGQtViewer.Initialise(), G4OpenGLQtViewer.initMovieParameters(), G4UIQt.SetDefaultIconsToolbar(), and G4OpenGLQtViewer.updatePickInfosWidget().
def g4zmq.cwd | ( | ) |
Definition at line 52 of file g4zmq.py.
References print().
Referenced by MCGIDI_misc_getAbsPath(), and xDataTOMMisc_getAbsPath().
def g4zmq.debug | ( | dflag | ) |
Definition at line 30 of file g4zmq.py.
References print().
Referenced by G4BinaryLightIonReaction.ApplyYourself(), G4BinaryCascade.DoTimeStep(), G4BinaryCascade.GetExcitationEnergy(), main(), and G4BinaryCascade.Propagate().
def g4zmq.execute | ( | command | ) |
Definition at line 44 of file g4zmq.py.
References apply().
Referenced by G4ToolsSGQtViewer.Initialise().
def g4zmq.exit | ( | ) |
Definition at line 99 of file g4zmq.py.
References print().
Referenced by G4PenelopeOscillatorManager.BuildOscillatorTable(), G4DNAPTBAugerModel.ComputeAugerEffect(), G4Profiler.Configure(), CLHEP::NonRandomEngine.flat(), main(), nfu_printErrorMsg(), parsedir(), G4DNAPTBIonisationModel.RandomizeEjectedElectronEnergyFromCumulated(), G4DNAPTBIonisationModel.SampleSecondaries(), G4UIQt.SessionTerminate(), and windef.usage().
def g4zmq.getvalue | ( | target = "" | ) |
def g4zmq.help | ( | target = "" | ) |
def g4zmq.history | ( | ) |
Definition at line 84 of file g4zmq.py.
References print().
Referenced by G4ReplicaNavigation.BackLocate(), G4NormalNavigation.ComputeSafety(), G4VoxelNavigation.ComputeSafety(), G4ReplicaNavigation.ComputeSafety(), G4ParameterisedNavigation.ComputeSafety(), G4RegularNavigation.ComputeSafety(), G4ParameterisedNavigation.ComputeStep(), G4RegularNavigation.ComputeStep(), G4VoxelNavigation.ComputeStep(), G4ReplicaNavigation.ComputeStep(), G4NormalNavigation.ComputeStep(), G4RegularNavigation.ComputeStepSkippingEqualMaterials(), G4FastTrack.FRecordsAffineTransformation(), G4ParameterisedNavigation.LevelLocate(), G4RegularNavigation.LevelLocate(), and operator<<().
def g4zmq.lc | ( | target = "" | ) |
Definition at line 63 of file g4zmq.py.
References print().
Referenced by _tr_tally(), compress_block(), and gl2psPrintPDFLineCap().
def g4zmq.ls | ( | target = "" | ) |
Definition at line 69 of file g4zmq.py.
References print().
Referenced by G4QuasiElRatios.GetQF2IN_Ratio().
def g4zmq.ping | ( | ) |
Definition at line 20 of file g4zmq.py.
Referenced by connect().
def g4zmq.pwd | ( | ) |
string g4zmq.charset = 'utf-8' |
Definition at line 10 of file g4zmq.py.
Referenced by XmConvertCompoundStringToString().
g4zmq.context = zmq.Context(1) |
Definition at line 11 of file g4zmq.py.
Referenced by G4ModelCommandUtils.AddContextMsgrs(), G4TrajectoryDrawByAttribute.AddIntervalContext(), G4TrajectoryDrawByAttribute.AddValueContext(), G4ModelCmdAddIntervalContext< M >.Apply(), G4ModelCmdAddValueContext< M >.Apply(), G4TrajectoryDrawByAttributeFactory.Create(), G4TrajectoryDrawByChargeFactory.Create(), G4TrajectoryGenericDrawerFactory.Create(), G4TrajectoryDrawByParticleIDFactory.Create(), G4TrajectoryDrawByOriginVolumeFactory.Create(), G4TrajectoryDrawByEncounteredVolumeFactory.Create(), G4MTRunManager.CreateAndStartWorkers(), doContent(), G4TrajectoryDrawerUtils.DrawLineAndPoints(), G3CLEval(), G4TrajectoryDrawerUtils.GetPointsAndTimes(), G4OpenGLImmediateQtViewer.initializeGL(), G4ZMQServer.SessionStart(), setContext(), G4MTRunManagerKernel.StartThread(), XmConvertCompoundStringToString(), and XML_ExternalEntityParserCreate().
g4zmq.socket = context.socket(zmq.REQ) |
Definition at line 12 of file g4zmq.py.
Referenced by G4ZMQServer.SessionStart().