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 83 of file SVDChannelMappingImporter.py.

Member Function Documentation

◆ beginRun()

def beginRun (   self)
begin run

Definition at line 86 of file SVDChannelMappingImporter.py.

86 def beginRun(self):
87 '''begin run'''
88 # avoid top level ROOT imports
89 from ROOT import Belle2 # noqa: make Belle2 namespace available
90 from ROOT.Belle2 import SVDLocalCalibrationsImporter
91
92 # call the importer class
93 dbImporter = SVDLocalCalibrationsImporter(experiment, run, experiment, -1)
94 if args.mapp is not None:
95 # import channel mapping
96 dbImporter.importSVDChannelMapping(mappingfile)
97 print(colored("V) Channel Mapping Imported", 'green'))
98
99

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