The class structure for RootDataIO is an overkill, since it does not provide any abstraction. It also not easy to use since the constructor and the functions both take parameters that are needed to make the IO work nicely
The solution is to just implement to functions to read and write data from/to root files.
The class structure for RootDataIO is an overkill, since it does not provide any abstraction. It also not easy to use since the constructor and the functions both take parameters that are needed to make the IO work nicely
The solution is to just implement to functions to read and write data from/to root files.
[Estimated effort: 1h]