You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the PodioDataSvc holds a ROOTFrameReader which is used for configuring the input file. On the other hand the collections that should be read are configured via the PodioInput algorithm. All of the input configuration should live in the PodioInput.
Other points to address:
Currently all collections have to be stated in the options file. This should become optional to restrict the collections with a default of reading all collections if not stated otherwise.
Food for thought: Could we simply take the default DataHandle from Gaudi and populate it in PodioInput (from the Frame we read there) and take things out again in PodioOutput (put it into a Frame and write things out). Could potentially solve the issues we observe with k4Gen.
The text was updated successfully, but these errors were encountered:
Currently, the
PodioDataSvc
holds aROOTFrameReader
which is used for configuring the input file. On the other hand the collections that should be read are configured via thePodioInput
algorithm. All of the input configuration should live in thePodioInput
.Other points to address:
Food for thought: Could we simply take the default
DataHandle
from Gaudi and populate it inPodioInput
(from the Frame we read there) and take things out again inPodioOutput
(put it into a Frame and write things out). Could potentially solve the issues we observe with k4Gen.The text was updated successfully, but these errors were encountered: