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

implement support for variant service in bxdpp_processing #1

Closed fmauger closed 7 years ago

fmauger commented 7 years ago

Current version of bxdpp_processing uses the deprecated variant system based on the variant repository singleton embedded in the Bayeux/datatools' kernel. The bxdpp_processing program should use an explicit variant_service like most of Bayeux apps do. bxdpp_processing command line interface will be changed.

fmauger commented 7 years ago

I will also check if it is needed to refactor the dynamic library loading functionality in the dpp_driver.

fmauger commented 7 years ago

Fixed in the develop branch