WIP: oow (out-of-window) time window for VXD and ITK
Several collections with prefix oowMixed are created to save the tracker hits that are out of detector readout window.
In job script:
from Configurables import PodioOutput
out = PodioOutput("outputalg")
out.filename = "evtmix_v01.root"
out.outputCommands = ["drop *", "keep MCParticle", "keep Mixed*", "keep oowMixed*"]
Edited by lintao@ihep.ac.cn