Belle II Software  release-05-02-19
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 91 of file SVDChannelMappingImporter.py.

Member Function Documentation

◆ beginRun()

def beginRun (   self)
begin run

Definition at line 94 of file SVDChannelMappingImporter.py.

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

The documentation for this class was generated from the following file:
SVDLocalCalibrationsImporter
Definition: SVDLocalCalibrationsImporter.py:1