Belle II Software  release-05-02-19
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 41 of file plot_LL_diff.py.

Constructor & Destructor Documentation

◆ __init__()

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

Definition at line 47 of file plot_LL_diff.py.

47  def __init__(self):
48  """
49  call constructor of base class, required.
50  """
51 
52  super(MinModule, self).__init__()
53 

Member Function Documentation

◆ event()

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

Definition at line 54 of file plot_LL_diff.py.

◆ terminate()

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

Definition at line 96 of file plot_LL_diff.py.


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