Belle II Software development
|
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 21 of file SetSensitiveThreshold.py.
def __init__ | ( | self, | |
threshold | |||
) |
Initialize the module
Definition at line 27 of file SetSensitiveThreshold.py.
def beginRun | ( | self | ) |
Do nothing.
Definition at line 65 of file SetSensitiveThreshold.py.
def event | ( | self | ) |
Do nothing.
Definition at line 68 of file SetSensitiveThreshold.py.
def initialize | ( | self | ) |
Set the required threshold value
Definition at line 59 of file SetSensitiveThreshold.py.
def set_threshold | ( | self, | |
component, | |||
value | |||
) |
Set the threshold value in PXD or SVD file.
Definition at line 42 of file SetSensitiveThreshold.py.
def terminate | ( | self | ) |
Set the previuos threshold value
Definition at line 71 of file SetSensitiveThreshold.py.
old_pxd_threshold |
The current pxd threshold value.
Definition at line 34 of file SetSensitiveThreshold.py.
old_svd_threshold |
The current svd threshold value.
Definition at line 36 of file SetSensitiveThreshold.py.
path |
Filesystem path to the .xml file.
Definition at line 38 of file SetSensitiveThreshold.py.
threshold |
The threshold value to be set.
Definition at line 32 of file SetSensitiveThreshold.py.
xmlpath |
XML path to the threshold setting.
Definition at line 40 of file SetSensitiveThreshold.py.