Belle II Software  release-08-01-10
dbImporterModule Class Reference
Inheritance diagram for dbImporterModule:
Collaboration diagram for dbImporterModule:

Public Member Functions

def beginRun (self)
 

Detailed Description

channel mapping importer module

Definition at line 85 of file SVDChannelMappingImporter.py.

Member Function Documentation

◆ beginRun()

def beginRun (   self)
begin run

Definition at line 88 of file SVDChannelMappingImporter.py.

88  def beginRun(self):
89  '''begin run'''
90 
91  # call the importer class
92  dbImporter = SVDLocalCalibrationsImporter(experiment, run, experiment, -1)
93  if args.mapp is not None:
94  # import channel mapping
95  dbImporter.importSVDChannelMapping(mappingfile)
96  print(colored("V) Channel Mapping Imported", 'green'))
97 
98 
99 main.add_module(dbImporterModule())
100 
101 b2.process(main)
102 
103 print("IMPORT COMPLETED, check the localDB folder and then proceeed with the upload to the central DB")

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