Belle II Software  release-08-01-10
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 20 of file test_geotools.py.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self)
 constructor 

Definition at line 24 of file test_geotools.py.

24  def __init__(self):
25  """ constructor """
26  super().__init__()
27 

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 36 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 28 of file test_geotools.py.


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