11from ROOT
import Belle2
16 run this script to create db file storing the payload information of the KinkFinderParameters
17 see `tracking/dbobjects/include/KinkFinderParameters.h` for definition of the parameters
27 kinkFitterMode = 0b1111
29 vertexChi2Cut = 10000.
31 vertexDistanceCut = 2.
39 precutDistance2D = 10.
41 precutSplitNCDCHit = 49
43 precutSplitPValue = 0.01
45 parameters.setParameters(kinkFitterMode, vertexChi2Cut, vertexDistanceCut,
46 precutRho, precutZ, precutDistance, precutDistance2D,
47 precutSplitNCDCHit, precutSplitPValue)
54if __name__ ==
'__main__':
A class that describes the interval of experiments/runs for which an object in the database is valid.
The payload containing the parameters for the kinkFinder.
static Database & Instance()
Instance of a singleton Database.