replacing TOP likelihoods in PIDLikelihoods with new values
Definition at line 16 of file cdst_reprocessTOP.py.
◆ event()
event function
Definition at line 19 of file cdst_reprocessTOP.py.
20 ''' event function '''
22 chargedStableSet = [Belle2.Const.electron,
27 Belle2.Const.deuteron]
30 pid = track.getRelated(
'PIDLikelihoods')
32 top = track.getRelated(
'TOPLikelihoods')
34 if top.getFlag() == 1:
35 for chargedStable
in chargedStableSet:
36 logL = top.getLogL(chargedStable)
37 pid.setLogLikelihood(Belle2.Const.TOP, chargedStable, logL)
44 use_central_database(
'data_reprocessing_proc7')
45 use_local_database(
'localDB/localDB.txt',
'localDB/')
The documentation for this class was generated from the following file: