Belle II Software  release-05-01-25
Check_info Class Reference
Inheritance diagram for Check_info:
Collaboration diagram for Check_info:

Public Member Functions

def event (self)
 

Detailed Description

check the SVDEventInfo object

Definition at line 21 of file checkEventInfo.py.

Member Function Documentation

◆ event()

def event (   self)
print the SVDEventInfo to string in each event

Definition at line 24 of file checkEventInfo.py.

24  def event(self):
25  '''print the SVDEventInfo to string in each event'''
26  eventInfo = Belle2.PyStoreObj('SVDEventInfo')
27  B2INFO(eventInfo.toString())
28 
29 
30 eventinfosetter.param(param_eventinfosetter)
31 
32 # create path and add modules

The documentation for this class was generated from the following file:
Belle2::PyStoreObj
a (simplified) python wrapper for StoreObjPtr.
Definition: PyStoreObj.h:69
ClusterEfficiency.ClusterEfficiency.event
def event(self)
Definition: ClusterEfficiency.py:146