detector configuration importer
Definition at line 91 of file SVDDetectorConfigurationImporter.py.
◆ beginRun()
begin run
Definition at line 94 of file SVDDetectorConfigurationImporter.py.
99 if args.calib
is not None:
101 configImporterToDB.importSVDGlobalConfigParametersFromXML(calibfile)
102 print(colored(
"V) Global Detector Configuration parameters: (ZS, latency, mask, APVClock units) Imported",
'green'))
104 configImporterToDB.importSVDLocalConfigParametersFromXML(calibfile)
105 print(colored(
"V) Local Detector Configuration parameters Imported",
'green'))
107 print(colored(
"X) Detector Configuration parameters are not NOT imported.",
'red'))
110 main.add_module(configImporterToDBModule())
114 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: