key4hep / k4MarlinWrapper

GaudifyMarlinProcessors
Apache License 2.0
2 stars 19 forks source link

Add a way to skip the first n events of a file #160

Open Zehvogel opened 1 year ago

Zehvogel commented 1 year ago

We have it in the PodioDataSvc and Marlin also has it but we are missing it here.

andresailer commented 1 year ago

This should be handled by Gaudi or k4FWCore or both, right?

Zehvogel commented 1 year ago

At the moment it is handled in the PodioDataSvc as far as I understand. A more uniform mechanism would be nice but I think we will need to just implement it again in the LcioEventAlgo....

Zehvogel commented 1 year ago

I guess we could get the PodioDataSvc during the initialize of the LcioEventAlgo and get the number of events to skip from that