Skip to content

Add Macro to Recover Configurations from Data Files

Simon Spannagel requested to merge root_macro_config into master

This MR adds a simple ROOT macro to the tools/root_macros folder, which allows to recover the full framework configuration from a single data file written by the ROOTObjectWriter module.

This works perfectly fine for the actual framework and module configuration, but there are still a few quicks with the detector setup files. The main reason for this is that the Detector objects of the framework do not carry their own configuration. The config is directly parsed by the GeoManager and not forwarded to the detector itself. Thus, the actual objects stored in the ROOT file are the detector's components such as rotation matrices, but not the input data it was created from.

Have a look, let me know what you think.

This depends on !111 (closed)

Edited by Simon Spannagel

Merge request reports