Design and implement class invariants/interfaces for base types in ClusterHitFinder algorithm
All base class types should be test-driven.
The classes specific for given implementation should inherit from them.
Example:
- BaseTpc2dCluster: public TObject
- Tpc2dClusterImplementation_1: public BaseTpc2dCluster
- Tpc2dClusterImplementation_2: public BaseTpc2dCluster
Base class type must contain only information which is required for universal testing of all algorithm implementations.
Edited by Slavomir Hnatic