BxCppDev / Bayeux

Core Persistency, Geometry and Data Processing C++ Library for Particle and Nuclear Physics Experiments
GNU General Public License v3.0
4 stars 9 forks source link

Feature first event #45

Closed emchauve closed 1 year ago

emchauve commented 5 years ago

i have tried to implement a way to start dpp processing from a given event number, it looks working but not sure if it is implemented in the best way (especially when handling several files as input)

this would be an useful feature in order to process a given event in the middle of the file, or to parallelize processing of large files.

emchauve commented 5 years ago

up :arrow_up: ?