Belle II Software  release-08-01-10
MinModule Class Reference
Inheritance diagram for MinModule:
Collaboration diagram for MinModule:

Public Member Functions

def __init__ (self)
 
def event (self)
 
def terminate (self)
 

Detailed Description

Get LL differences from PIDLikelihood and fill them into histograms

Definition at line 49 of file plot_LL_diff.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
call constructor of base class, required.

Definition at line 55 of file plot_LL_diff.py.

55  def __init__(self):
56  """
57  call constructor of base class, required.
58  """
59 
60  super(MinModule, self).__init__()
61 

Member Function Documentation

◆ event()

def event (   self)
reimplement Module::event()

Definition at line 62 of file plot_LL_diff.py.

◆ terminate()

def terminate (   self)
Draw histograms on canvas and save image.

Definition at line 104 of file plot_LL_diff.py.


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