Belle II Software
release-08-01-10
|
Public Member Functions | |
def | __init__ (self, threshold) |
def | set_threshold (self, component, value) |
def | initialize (self) |
def | beginRun (self) |
def | event (self) |
def | terminate (self) |
Public Attributes | |
threshold | |
The threshold value to be set. | |
old_pxd_threshold | |
The current pxd threshold value. | |
old_svd_threshold | |
The current svd threshold value. | |
path | |
Filesystem path to the .xml file. | |
xmlpath | |
XML path to the threshold setting. | |
A utility module to manipulate the threshold on deposited energy in PXD and SVD SensitiveDetector.
Definition at line 22 of file SetSensitiveThreshold.py.
def __init__ | ( | self, | |
threshold | |||
) |
def beginRun | ( | self | ) |
Do nothing.
Definition at line 66 of file SetSensitiveThreshold.py.
def event | ( | self | ) |
Do nothing.
Definition at line 69 of file SetSensitiveThreshold.py.
def initialize | ( | self | ) |
Set the required threshold value
Definition at line 60 of file SetSensitiveThreshold.py.
def set_threshold | ( | self, | |
component, | |||
value | |||
) |
Set the threshold value in PXD or SVD file.
Definition at line 43 of file SetSensitiveThreshold.py.
def terminate | ( | self | ) |
Set the previuos threshold value
Definition at line 72 of file SetSensitiveThreshold.py.