dguff / G4SOLAr

MIT License
1 stars 0 forks source link

Re-implement readout geometry config classes #14

Closed dguff closed 2 years ago

dguff commented 2 years ago

The objects defined in G4SOLAr/include/config store the configuration of the readout system (e.g., positioning of the SD elements, ...) to be later used in a ROOT-based offline analysis. In the new design proposal I would implement a virtual base class for the basic elements of the readout system, for a collection of base modules, and for the entire system. Implementation for different detector systems should therefore be more efficient.

dguff commented 2 years ago

Developed to a reasonable level with commit 2d87666c7c708c85565a075eb4047b34da0746c9. Closing this issue.