Belle II Software  release-05-02-19
InjectSimHits Class Reference
Inheritance diagram for InjectSimHits:
Collaboration diagram for InjectSimHits:

Public Member Functions

def __init__ (self)
 
def initialize (self)
 
def event (self)
 

Public Attributes

 simhits
 

Detailed Description

Inject stored SVDSimHits

Definition at line 52 of file test_mixing_overlay_equivalence.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
initialize python module

Definition at line 55 of file test_mixing_overlay_equivalence.py.

55  def __init__(self):
56  '''initialize python module'''
57  super().__init__()
58  self.simhits = Belle2.PyStoreArray("SVDSimHits")
59  '''sim hit store array'''
60 

Member Function Documentation

◆ event()

def event (   self)
event

Definition at line 65 of file test_mixing_overlay_equivalence.py.

◆ initialize()

def initialize (   self)
initialize

Definition at line 61 of file test_mixing_overlay_equivalence.py.


The documentation for this class was generated from the following file:
Belle2::PyStoreArray
a (simplified) python wrapper for StoreArray.
Definition: PyStoreArray.h:58