13 This module defines functions to add IP Position Monitor to DQM modules.
17 import modularAnalysis
as ma
24 mySelection +=
' and abs(dz)<2.0 and dr<0.5'
25 ma.fillParticleList(
'mu+:DQM', mySelection, path=path)
26 ma.reconstructDecay(
'Upsilon(4S):IPDQM -> mu+:DQM mu-:DQM',
'9.5<M<11.5', path=path)
27 vx.kFit(
'Upsilon(4S):IPDQM', conf_level=0, path=path)
29 dqm = basf2.register_module(
'IPDQMExpressReco')
30 dqm.set_log_level(basf2.LogLevel.INFO)
31 dqm.param(
'Y4SPListName',
'Upsilon(4S):IPDQM')