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

Public Member Functions

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

Public Attributes

 tfile
 save statistics in here
 

Detailed Description

Collect statistics on particles - also parallel processable

Definition at line 58 of file register_pystorearray.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
set module flags

Definition at line 61 of file register_pystorearray.py.

61  def __init__(self):
62  """set module flags"""
63  super().__init__()
64  self.set_property_flags(
65  basf2.ModulePropFlags.PARALLELPROCESSINGCERTIFIED |
66  basf2.ModulePropFlags.TERMINATEINALLPROCESSES)
67 

Member Function Documentation

◆ event()

def event (   self)
actually collect info

Definition at line 98 of file register_pystorearray.py.

◆ initialize()

def initialize (   self)
init

Definition at line 68 of file register_pystorearray.py.

◆ terminate()

def terminate (   self)
terminate

Definition at line 113 of file register_pystorearray.py.


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