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

Public Member Functions

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

Detailed Description

Prints global coordinates of PXD hits to demonstrate the Pythonized
VXD::GeoCache.
Only SensorInfoBase is Pythonized (not PXD:SensorInfo and SVD::SensorInfo),
so that there is currently no access to specific PXD/SVD sensor features
(like PXD bulk doping or SVD APV25 time constants - such support can be
easily added, if desired, by placing the classes in the corresponding
linkdef.h file.
Complete geometry and sensor matrix information is, however, available
for all sensor types.

Definition at line 13 of file GeoCacheDemo.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Initialize the module

Definition at line 26 of file GeoCacheDemo.py.

26  def __init__(self):
27  """Initialize the module"""
28 
29  super(PrintPXDHits, self).__init__()
30 

Member Function Documentation

◆ beginRun()

def beginRun (   self)
Does nothing 

Definition at line 34 of file GeoCacheDemo.py.

◆ event()

def event (   self)
Prints out PXD hits in global coordinates.

Definition at line 37 of file GeoCacheDemo.py.

◆ initialize()

def initialize (   self)
Does nothing 

Definition at line 31 of file GeoCacheDemo.py.

◆ terminate()

def terminate (   self)
Do nothing 

Definition at line 63 of file GeoCacheDemo.py.


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