11from ROOT
import Belle2
16 run this script to create db file storing the payload information of the CKFParameters
17 see `tracking/dbobjects/include/CKFParameters.h` for definition of the parameters
25 if layerJumpLowPt < 0
or layerJumpHighPt < 0:
30 if (layerJumpLowPt != layerJumpHighPt):
38 dbobj.setLayerJumpPtThreshold(ptThreshold)
39 dbobj.setLayerJumpLowPt(layerJumpLowPt)
40 dbobj.setLayerJumpHighPt(layerJumpHighPt)
46if __name__ ==
"__main__":
The payload containing all parameters for the PXD and SVD CKF.
A class that describes the interval of experiments/runs for which an object in the database is valid.
static Database & Instance()
Instance of a singleton Database.