Belle II Software  release-06-00-14
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 18 of file DumpDigits.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Initialize the module

Definition at line 22 of file DumpDigits.py.

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

Member Function Documentation

◆ beginRun()

def beginRun (   self)
 Write legend for file columns 

Definition at line 31 of file DumpDigits.py.

◆ decode()

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

Definition at line 64 of file DumpDigits.py.

◆ event()

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

Definition at line 36 of file DumpDigits.py.

◆ terminate()

def terminate (   self)
 Nothing.

Definition at line 61 of file DumpDigits.py.


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