Defining the python module to do the import.
Definition at line 30 of file SVDDefaultCoGOnlyPositionErrorImporter.py.
◆ beginRun()
call the functions to import the cluster parameters
Definition at line 35 of file SVDDefaultCoGOnlyPositionErrorImporter.py.
37 call the functions to import the cluster parameters
42 clsParam = SVDPositionErrorFunction()
46 "CoGOnlyPositionError_default_" +
49 "_INFO:_formulas=rel05")
53 for layer
in geoCache.getLayers(Belle2.VXD.SensorInfoBase.SVD):
54 layerNumber = layer.getLayerNumber()
55 for ladder
in geoCache.getLadders(layer):
56 ladderNumber = ladder.getLadderNumber()
57 for sensor
in geoCache.getSensors(ladder):
58 sensorNumber = sensor.getSensorNumber()
60 print(
"setting CoGOnly Position Error for " +
61 str(layerNumber) +
"." + str(ladderNumber) +
"." + str(sensorNumber) +
"." + str(side))
62 cls_payload.set(layerNumber, ladderNumber, sensorNumber, bool(side), 1, clsParam)
67 b2conditions.prepend_globaltag(
'svd_onlySVDinGeoConfiguration')
static IntervalOfValidity always()
Function that returns an interval of validity that is always valid, c.f.
base class for calibrations classes
static GeoCache & getInstance()
Return a reference to the singleton instance.
static Database & Instance()
Instance of a singleton Database.
The documentation for this class was generated from the following file: