Belle II Software  release-05-02-19
InspectorModule Class Reference
Inheritance diagram for InspectorModule:
Collaboration diagram for InspectorModule:

Public Member Functions

def initialize (self)
 
def event (self)
 

Static Public Attributes

 info = None
 InfoWidget pointer.
 

Detailed Description

Inspect DataStore contents

Definition at line 12 of file inspector.py.

Member Function Documentation

◆ event()

def event (   self)
reimplementation of Module::event().

Definition at line 32 of file inspector.py.

32  def event(self):
33  """reimplementation of Module::event()."""
34 
35  self.info.newEvent()
36 
37  print("Press Ctrl+D to exit.")
38  import interactive
39  interactive.embed()
40 
41 

◆ initialize()

def initialize (   self)
reimplementation of Module::initialize().

Definition at line 19 of file inspector.py.


The documentation for this class was generated from the following file:
ClusterEfficiency.ClusterEfficiency.event
def event(self)
Definition: ClusterEfficiency.py:146