channel mapping importer module
Definition at line 83 of file SVDChannelMappingImporter.py.
◆ beginRun()
begin run
Definition at line 86 of file SVDChannelMappingImporter.py.
86 def beginRun(self):
87 '''begin run'''
88
89 from ROOT import Belle2
90 from ROOT.Belle2 import SVDLocalCalibrationsImporter
91
92
94 if args.mapp is not None:
95
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: