16 #ifndef L1_TRACK_TRIGGER_CLUSTER_ALGO_official_H 17 #define L1_TRACK_TRIGGER_CLUSTER_ALGO_official_H 69 const std::vector<Ref_Phase2TrackerDigi_>&
input,
99 return std::unique_ptr<TTClusterAlgorithm<T> >(TTClusterAlgo);
static bool CompareClusters(const T &a, const T &b)
Cluster max width.
auto setWhatProduced(T *iThis, const es::Label &iLabel={})
void Cluster(std::vector< std::vector< T > > &output, const std::vector< T > &input, bool isPS) const override
Clustering operations.
Class to declare the algorithm to the framework.
ES_TTClusterAlgorithm_official(const edm::ParameterSet &p)
Constructor.
static std::string const input
std::unique_ptr< TTClusterAlgorithm< T > > produce(const TTClusterAlgorithmRecord &record)
Implement the producer.
int mWidthCut
Data members.
Base class for any algorithm to be used in TTClusterBuilder.
int mWidthCut
Data members.
~TTClusterAlgorithm_official() override
Destructor.
~ES_TTClusterAlgorithm_official() override
Destructor.
Class for "official" algorithm to be used in TTClusterBuilder.
TTClusterAlgorithm_official(int aWidthCut)
Constructor.
Class to store the TTClusterAlgorithm used in TTClusterBuilder.