Skip to content

Fix object dependency on text-util

Paul Jean Schutze requested to merge pschutze/allpix-squared:fix_objects into master

The object library has a dependency on the text utils, leading to an unexpected behaviour, where reading objects leads to a runtime error: Error in <TClass::LoadClassInfo>: no interpreter information for class allpix::MCParticle is available even though it has a TClass initialization routine.

This removes this dependency.

This fixes #227 (closed)

Merge request reports