![]() |
Belle II Software
release-05-02-19
|
Public Member Functions | |
def | __init__ (self) |
def | initialize (self) |
def | event (self) |
Public Attributes | |
gTools | |
Reference to GeoTools class. | |
This module creates a DQMCommonUtils object and tests sensor and chip numbering schemes.
Definition at line 13 of file test_geotools.py.
def __init__ | ( | self | ) |
constructor
Definition at line 17 of file test_geotools.py.
def event | ( | self | ) |
We test sensor and chip numbering by going from ID to list number to ID.
Definition at line 29 of file test_geotools.py.
def initialize | ( | self | ) |
Initialize the DQMCommonUtils class here. It builds its lookup arrrays, so we want to do it only once.
Definition at line 21 of file test_geotools.py.