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

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
 

Detailed Description

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 60 of file skim_utils.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
constructor

Definition at line 66 of file skim_utils.py.

Member Function Documentation

◆ event()

def event (   self)
event

Definition at line 79 of file skim_utils.py.

◆ set_nMaxStrips()

def set_nMaxStrips (   self,
  user_nMaxStrips 
)
set the max strips, otherwise 5000

Definition at line 74 of file skim_utils.py.


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