Defining the python module to do the import.
Definition at line 37 of file SVDDefaultHitTimeSelectionImporter.py.
◆ beginRun()
call the functions to import the cluster parameters
Definition at line 42 of file SVDDefaultHitTimeSelectionImporter.py.
44 call the functions to import the cluster parameters
49 hitTimeSelection = SVDHitTimeSelectionFunction()
51 hitTimeSelection.setFunctionID(clsTimeFunctionID)
53 hitTimeSelection.setMinTime(clsTimeMin)
55 hitTimeSelection.setDeltaTime(clsTimeDeltaT)
57 hitTimeSelection.setNsigma(clsTimeNSigma)
59 hitTimeSelection.setMaxUVTimeDifference(clsTimeDiff)
61 hitTimeSelection,
"HitTimeSelection_noCuts_" + str(now.isoformat()) +
62 "_INFO:_tmin=" + str(clsTimeMin) +
"_tDiff=" + str(clsTimeDiff))
66 for layer
in geoCache.getLayers(Belle2.VXD.SensorInfoBase.SVD):
67 layerNumber = layer.getLayerNumber()
68 for ladder
in geoCache.getLadders(layer):
69 ladderNumber = ladder.getLadderNumber()
70 for sensor
in geoCache.getSensors(ladder):
71 sensorNumber = sensor.getSensorNumber()
73 print(
"setting SVD Hit Time Selections for " +
74 str(layerNumber) +
"." + str(ladderNumber) +
"." + str(sensorNumber) +
"." + str(side))
79 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: