15 #ifndef L1_TRACK_TRIGGER_CLUSTER_ALGO_BASE_H 16 #define L1_TRACK_TRIGGER_CLUSTER_ALGO_BASE_H
virtual void Cluster(std::vector< std::vector< T > > &output, const std::vector< T > &input, bool module) const
TTClusterAlgorithm(std::string fName)
Constructors.
static std::string const input
std::string className_
Data members.
Base class for any algorithm to be used in TTClusterBuilder.
virtual void Cluster(std::vector< std::vector< T > > &output, const std::vector< T > &input) const
Basic version common to all the algorithms but official.
virtual std::string AlgorithmName() const
Algorithm name.
virtual ~TTClusterAlgorithm()
Destructor.