Belle II Software development
|
Public Member Functions | |
def | __init__ (self, rawhits_collection='PXDRawHits', digits_collection="PXDDigits") |
def | sortDigits (self, unsortedPyStoreArray) |
def | sortRawHits (self, unsortedPyStoreArray) |
def | event (self) |
Public Attributes | |
rawhits_collection | |
the PXDRawHits | |
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.
def __init__ | ( | self, | |
rawhits_collection = 'PXDRawHits' , |
|||
digits_collection = "PXDDigits" |
|||
) |
constructor
Definition at line 39 of file pxd_packer_unpacker.py.
def 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.
def 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.
def 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 |
the PXDDigits
Definition at line 47 of file pxd_packer_unpacker.py.
rawhits_collection |
the PXDRawHits
Definition at line 45 of file pxd_packer_unpacker.py.