Belle II Software
release-08-01-10
|
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 20 of file test_geotools.py.
def __init__ | ( | self | ) |
constructor
Definition at line 24 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 36 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 28 of file test_geotools.py.