There is not much code duplication because they are small clases, but it could lead to confusion nonetheless. In FCChhAnalyses, only Subtractor is used, so I propose to remove Masker.
Subtractor has been added after Masker, which is more general.
So we should instead keep Masker, and move Subtractor to the FCChh analysis packages.
Could you please let me know when i can do that?
There is not much code duplication because they are small clases, but it could lead to confusion nonetheless. In FCChhAnalyses, only
Subtractor
is used, so I propose to removeMasker
.