|  | Belle II Software
    release-08-02-05
    | 
INFO This file contains all the algorithms retrieving infos from Clusters. More...
| Functions | |
| template<class TrackCandType > | |
| std::vector< const Belle2::SVDCluster * > | getSVDClusters (const TrackCandType *aTC, bool wantUCluster) | 
| helper function to retrieve SVDClusters from a given TC | |
| template<class ClusterType > | |
| std::vector< const ClusterType * > | getUniqueClusters (std::vector< const ClusterType * > &firstTC, std::vector< const ClusterType * > &secondTC) | 
| helper function to retrieve the number of unique Clusters of first tc given, compared with second tc  More... | |
INFO This file contains all the algorithms retrieving infos from Clusters.
to cluster helper functions for AnalyzingAlgorithms
| std::vector<const ClusterType*> Belle2::AnalyzingAlgorithmHelper::getUniqueClusters | ( | std::vector< const ClusterType * > & | firstTC, | 
| std::vector< const ClusterType * > & | secondTC | ||
| ) | 
helper function to retrieve the number of unique Clusters of first tc given, compared with second tc
WARNING: unique clusters of secondTC are ignored on purpose! if you want both, just re-run the function with switched sides for first and second TC
Definition at line 60 of file AnalyzingAlgorithmClusterBased.h.