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

Public Member Functions

def __init__ (self)
 
def set_tb (self, user_tb)
 
def event (self)
 

Public Attributes

 tb
 trigger bin
 

Detailed Description

returns True if TriggerBin of the event is the selected one,
use :code:`set_tb(tb)` to set the value of the selected TriggerBin (0,1,2,3)

Definition at line 128 of file skim_utils.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
constructor

Definition at line 134 of file skim_utils.py.

Member Function Documentation

◆ event()

def event (   self)
event

Definition at line 147 of file skim_utils.py.

◆ set_tb()

def set_tb (   self,
  user_tb 
)
set the trigger bin, otherwise 99, i.e. no selection

Definition at line 142 of file skim_utils.py.


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