Belle II Software development
Check_info Class Reference
Inheritance diagram for Check_info:

Public Member Functions

def event (self)
 

Detailed Description

 check the SVDEventInfo object

Definition at line 28 of file checkEventInfo.py.

Member Function Documentation

◆ event()

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

Definition at line 31 of file checkEventInfo.py.

31 def event(self):
32 '''print the SVDEventInfo to string in each event'''
33 eventInfo = Belle2.PyStoreObj('SVDEventInfo')
34 b2.B2INFO(eventInfo.toString())
35
36
a (simplified) python wrapper for StoreObjPtr.
Definition: PyStoreObj.h:67

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