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

Public Member Functions

def __init__ (self)
 
def beginRun (self)
 
def event (self)
 
def terminate (self)
 
def decode (self, vxdid)
 

Public Attributes

 dumpfile
 Output file object.
 
 vxdid_factors
 Factors for decoding VXDId's.
 

Detailed Description

A simple module to dump PXD digits.

Definition at line 17 of file DumpDigits.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Initialize the module

Definition at line 21 of file DumpDigits.py.

21  def __init__(self):
22  """Initialize the module"""
23 
24  super().__init__()
25 
26  self.dumpfile = 'PXDDigitsDump.txt'
27 
28  self.vxdid_factors = (8192, 256, 32)
29 

Member Function Documentation

◆ beginRun()

def beginRun (   self)
 Write legend for file columns 

Definition at line 30 of file DumpDigits.py.

◆ decode()

def decode (   self,
  vxdid 
)
 Utility to decode sensor IDs 

Definition at line 56 of file DumpDigits.py.

◆ event()

def event (   self)
Find clusters with a truehit and print some stats.

Definition at line 35 of file DumpDigits.py.

◆ terminate()

def terminate (   self)
 Nothing.

Definition at line 53 of file DumpDigits.py.


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