fact-project / fact-tools

The fact-tools are an extension to the streams framework to analyse the data of the First G-APD Cherenkov Telescope.
http://sfb876.tu-dortmund.de/FACT/
GNU General Public License v3.0
6 stars 1 forks source link

Remove getters setter #299

Closed maxnoe closed 6 years ago

maxnoe commented 6 years ago

I was really quite baffled how this works. It seems streams can easier use setters and/ord the @Parameter notation, there were a lot of processors not using @Parameter but getters and setters.

I was especially confused by the need for a setter in BasicCleaning for the @Service calibService, as the auxService in SourcePosition does not need one. I suspect this has something to do with Inheritance not being handle correctly.