Skip to content

Developments on Central Memory system

Guillaume Baulieu requested to merge factory into preprod
  • Creation of a CentralMemoryFactory class to centralize configuration (contained in agapro_conf.json file)
  • Creation of a Producer and a Consumer for Central Memory (CMProducer reads from central memory, CMConsumer writes to central memory)
  • Renaming Core library to AgaProCore to avoid conflicts with ROOT's libCore.so
  • Minimal version of Boost is now 1.75 to support Boost::json

Merge request reports