Belle II Software  release-08-01-10
defaultSVDCoGOnlyErrorScaleFactorsImporter Class Reference
Inheritance diagram for defaultSVDCoGOnlyErrorScaleFactorsImporter:
Collaboration diagram for defaultSVDCoGOnlyErrorScaleFactorsImporter:

Public Member Functions

def beginRun (self)
 

Detailed Description

Defining the python module to do the import.

Definition at line 32 of file SVDDefaultCoGOnlyErrorScaleFactorsImporter.py.

Member Function Documentation

◆ beginRun()

def beginRun (   self)
call the functions to import the cluster parameters

Definition at line 37 of file SVDDefaultCoGOnlyErrorScaleFactorsImporter.py.

37  def beginRun(self):
38  """
39  call the functions to import the cluster parameters
40  """
42 
43  # cluster position error
44  clsParam = SVDPosErrScaleFactors()
45  clsParam.scaleError_clSize1 = clsScaleErrSize1
46  clsParam.scaleError_clSize2 = clsScaleErrSize2
47  clsParam.scaleError_clSize3 = clsScaleErrSize3
48  clsParam.scaleError_clSize4 = clsScaleErrSize4
49  clsParam.scaleError_clSize5 = clsScaleErrSize5
50 
52  clsParam,
53  "CoGOnlyErrorScaleFactors_default_" +
54  str(
55  now.isoformat()) +
56  "_INFO:_scaleFactors=1")
57 
59 
60  for layer in geoCache.getLayers(Belle2.VXD.SensorInfoBase.SVD):
61  layerNumber = layer.getLayerNumber()
62  for ladder in geoCache.getLadders(layer):
63  ladderNumber = ladder.getLadderNumber()
64  for sensor in geoCache.getSensors(ladder):
65  sensorNumber = sensor.getSensorNumber()
66  for side in (0, 1):
67  print("setting CoGOnly Error Scale Factors for " +
68  str(layerNumber) + "." + str(ladderNumber) + "." + str(sensorNumber) + "." + str(side))
69  cls_payload.set(layerNumber, ladderNumber, sensorNumber, bool(side), 1, clsParam)
70 
71  Belle2.Database.Instance().storeData(Belle2.SVDCoGOnlyErrorScaleFactors.name, cls_payload, iov)
72 
73 
74 b2conditions.prepend_globaltag('svd_onlySVDinGeoConfiguration')
75 
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.
Definition: GeoCache.cc:214
static Database & Instance()
Instance of a singleton Database.
Definition: Database.cc:42

The documentation for this class was generated from the following file: