Belle II Software  release-05-02-19
CheckNumbering Class Reference
Inheritance diagram for CheckNumbering:
Collaboration diagram for CheckNumbering:

Public Member Functions

def __init__ (self)
 
def initialize (self)
 
def event (self)
 

Public Attributes

 gTools
 Reference to GeoTools class.
 

Detailed Description

This module creates a DQMCommonUtils object and tests sensor
and chip numbering schemes.

Definition at line 13 of file test_geotools.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
constructor 

Definition at line 17 of file test_geotools.py.

17  def __init__(self):
18  """ constructor """
19  super().__init__()
20 

Member Function Documentation

◆ event()

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.

◆ initialize()

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.


The documentation for this class was generated from the following file: