Belle II Software  release-08-01-10
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 29 of file checkEventInfo.py.

Member Function Documentation

◆ event()

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

Definition at line 32 of file checkEventInfo.py.

32  def event(self):
33  '''print the SVDEventInfo to string in each event'''
34  eventInfo = Belle2.PyStoreObj('SVDEventInfo')
35  b2.B2INFO(eventInfo.toString())
36 
37 
38 eventinfosetter.param(param_eventinfosetter)
39 
40 # create path and add modules
a (simplified) python wrapper for StoreObjPtr.
Definition: PyStoreObj.h:67

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