Belle II Software development
|
Public Member Functions | |
def | __init__ (self) |
def | set_nMaxStrips (self, user_nMaxStrips) |
def | event (self) |
Public Attributes | |
nMaxStrips | |
max number of strips for NON-BURST events | |
returns True if the event is a Burst event (number of strips > max number of strips) use :code:`set_nMaxStrips(nMaxStrips)` to set the max number of strips of a non-burst event, default is :code:`nMaxStrips=5000`
Definition at line 59 of file skim_utils.py.
def __init__ | ( | self | ) |
constructor
Definition at line 65 of file skim_utils.py.
def event | ( | self | ) |
event
Definition at line 78 of file skim_utils.py.
def set_nMaxStrips | ( | self, | |
user_nMaxStrips | |||
) |
set the max strips, otherwise 5000
Definition at line 73 of file skim_utils.py.
nMaxStrips |
max number of strips for NON-BURST events
Definition at line 71 of file skim_utils.py.