Belle II Software  release-08-01-10
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 19 of file GeoCacheDemo.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
Initialize the module

Definition at line 32 of file GeoCacheDemo.py.

32  def __init__(self):
33  """Initialize the module"""
34 
35  super(PrintPXDHits, self).__init__()
36 

Member Function Documentation

◆ beginRun()

def beginRun (   self)
 Does nothing 

Definition at line 40 of file GeoCacheDemo.py.

◆ event()

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

Definition at line 43 of file GeoCacheDemo.py.

◆ initialize()

def initialize (   self)
 Does nothing 

Definition at line 37 of file GeoCacheDemo.py.

◆ terminate()

def terminate (   self)
 Do nothing 

Definition at line 69 of file GeoCacheDemo.py.


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