 |
Belle II Software
release-05-02-19
|
20 template<
class ContainerType,
class Val
idatorType>
22 class TrackerAlgorithmBase {
40 virtual int apply(ContainerType&) {
return 0; }
44 virtual unsigned int findSeeds(ContainerType&,
bool) {
return 0; }
virtual unsigned int findSeeds(ContainerType &, bool)
searches for seeds among the entries of parameter passed (bool sets strictnes for finding seeds),...
virtual ValidatorType & getValidator()
getter
virtual int apply(ContainerType &)
applies actual algorithm on parameter passed, returns some debuging results
Abstract base class for different kinds of events.
virtual std::string printStatistics()
returns current logging info of the algorithm (some stuff one wants to log about that algorithm
ValidatorType m_validator
something which checks the quality of the test so far (will be applied by the apply-function
virtual void setValidator(ValidatorType &aValidator)
setter