slsdetectorgroup / aare

Data analysis library for PSI hybrid detectors
Other
0 stars 0 forks source link

[Discussion] Proposed interface for files #25

Closed erikfrojdh closed 7 months ago

erikfrojdh commented 7 months ago

Here is a proposed interface for reading files. The actual file would inherit from this and implement (at least) the pure virtual functions.

Overview

Did I miss anything essential? (remember it has to work for any type of files) or did I include too much?

anberga commented 7 months ago

Looks good. Would be good also to have write functions