Defining the python module to do the import.
Definition at line 31 of file SVDDefaultClusteringImporter.py.
◆ beginRun()
call the functions to import the cluster parameters
Definition at line 36 of file SVDDefaultClusteringImporter.py.
38 call the functions to import the cluster parameters
43 clsParam = SVDClusterCuts()
44 clsParam.minSeedSNR = clsSeedSNR
45 clsParam.minAdjSNR = clsAdjSNR
46 clsParam.minClusterSNR = clsMinSNR
50 "Clustering_default_" +
62 for layer
in geoCache.getLayers(Belle2.VXD.SensorInfoBase.SVD):
63 layerNumber = layer.getLayerNumber()
64 for ladder
in geoCache.getLadders(layer):
65 ladderNumber = ladder.getLadderNumber()
66 for sensor
in geoCache.getSensors(ladder):
67 sensorNumber = sensor.getSensorNumber()
69 print(
"setting SVD Clustering parameters for " +
70 str(layerNumber) +
"." + str(ladderNumber) +
"." + str(sensorNumber) +
"." + str(side))
72 payload.set(layerNumber, ladderNumber, sensorNumber, bool(side), 1, clsParam)
77 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: