Belle II Software development
dbImporterModule Class Reference
Inheritance diagram for dbImporterModule:

Public Member Functions

def beginRun (self)
 

Detailed Description

channel mapping importer module

Definition at line 84 of file SVDChannelMappingImporter.py.

Member Function Documentation

◆ beginRun()

def beginRun (   self)
begin run

Definition at line 87 of file SVDChannelMappingImporter.py.

87 def beginRun(self):
88 '''begin run'''
89
90 # call the importer class
91 dbImporter = SVDLocalCalibrationsImporter(experiment, run, experiment, -1)
92 if args.mapp is not None:
93 # import channel mapping
94 dbImporter.importSVDChannelMapping(mappingfile)
95 print(colored("V) Channel Mapping Imported", 'green'))
96
97

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