![]() |
Belle II Software development
|
Public Member Functions | |
__init__ (self, threshold) | |
set_threshold (self, component, value) | |
initialize (self) | |
beginRun (self) | |
event (self) | |
terminate (self) | |
Public Attributes | |
threshold = threshold | |
The threshold value to be set. | |
float | old_pxd_threshold = 0.0 |
The current pxd threshold value. | |
float | old_svd_threshold = 0.0 |
The current svd threshold value. | |
str | path = 'data/{comp}/{COMP}.xml' |
Filesystem path to the .xml file. | |
str | xmlpath = 'Content/SensitiveThreshold' |
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.
__init__ | ( | self, | |
threshold ) |
Initialize the module
Definition at line 27 of file SetSensitiveThreshold.py.
beginRun | ( | self | ) |
Do nothing.
Definition at line 65 of file SetSensitiveThreshold.py.
event | ( | self | ) |
Do nothing.
Definition at line 68 of file SetSensitiveThreshold.py.
initialize | ( | self | ) |
Set the required threshold value
Definition at line 59 of file SetSensitiveThreshold.py.
set_threshold | ( | self, | |
component, | |||
value ) |
Set the threshold value in PXD or SVD file.
Definition at line 42 of file SetSensitiveThreshold.py.
terminate | ( | self | ) |
Set the previuos threshold value
Definition at line 71 of file SetSensitiveThreshold.py.
old_pxd_threshold = 0.0 |
The current pxd threshold value.
Definition at line 34 of file SetSensitiveThreshold.py.
old_svd_threshold = 0.0 |
The current svd threshold value.
Definition at line 36 of file SetSensitiveThreshold.py.
str path = 'data/{comp}/{COMP}.xml' |
Filesystem path to the .xml file.
Definition at line 38 of file SetSensitiveThreshold.py.
threshold = threshold |
The threshold value to be set.
Definition at line 32 of file SetSensitiveThreshold.py.
xmlpath = 'Content/SensitiveThreshold' |
XML path to the threshold setting.
Definition at line 40 of file SetSensitiveThreshold.py.