![]() |
Belle II Software prerelease-10-00-00a
|
Public Member Functions | |
__init__ (self, rawhits_collection='PXDRawHits', digits_collection="PXDDigits") | |
sortDigits (self, unsortedPyStoreArray) | |
sortRawHits (self, unsortedPyStoreArray) | |
event (self) | |
Public Attributes | |
rawhits_collection = rawhits_collection | |
the PXDRawHits | |
digits_collection = digits_collection | |
the PXDDigits | |
Module which checks if a collection of PXDDigits and a collection of PXDRawHits from the packing/unpacking procedure are equal. The PXDUnpacker does not create PXDDigits but PXDRawHits and therefore these two lists must be compared.
Definition at line 30 of file pxd_packer_unpacker.py.
__init__ | ( | self, | |
rawhits_collection = 'PXDRawHits', | |||
digits_collection = "PXDDigits" ) |
constructor
Definition at line 39 of file pxd_packer_unpacker.py.
event | ( | self | ) |
load the PXD Digits of the simulation and the packed/unpacked ones and compare them
Definition at line 81 of file pxd_packer_unpacker.py.
sortDigits | ( | self, | |
unsortedPyStoreArray ) |
use a some digit information to sort the PXDDigits list Returns a python-list containing the PXDDigts
Definition at line 49 of file pxd_packer_unpacker.py.
sortRawHits | ( | self, | |
unsortedPyStoreArray ) |
use a some digit information to sort the PXDRawHits list Returns a python-list containing the PXDRawHits
Definition at line 65 of file pxd_packer_unpacker.py.
digits_collection = digits_collection |
the PXDDigits
Definition at line 47 of file pxd_packer_unpacker.py.
rawhits_collection = rawhits_collection |
the PXDRawHits
Definition at line 45 of file pxd_packer_unpacker.py.