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