#include <ClusteringAlgorithm_a.h>
Public Member Functions | |
void | Cluster (std::vector< std::vector< T > > &output, const std::vector< T > &input) const |
Clustering operations. | |
ClusteringAlgorithm_a (const StackedTrackerGeometry *aStackedTracker) | |
Data members. | |
~ClusteringAlgorithm_a () | |
Destructor. |
//////////////////////////////////////// Stacked Tracker Simulations /// / Andrew W. Rose, IC /// / 2008 /// ////////////////////////////////////// ************************ DECLARATION OF CLASS ************************
Definition at line 32 of file ClusteringAlgorithm_a.h.
ClusteringAlgorithm_a< T >::ClusteringAlgorithm_a | ( | const StackedTrackerGeometry * | aStackedTracker | ) | [inline] |
Data members.
Constructor
Definition at line 39 of file ClusteringAlgorithm_a.h.
: ClusteringAlgorithm< T >( aStackedTracker,__func__ ) {}
ClusteringAlgorithm_a< T >::~ClusteringAlgorithm_a | ( | ) | [inline] |
void ClusteringAlgorithm_a< T >::Cluster | ( | std::vector< std::vector< T > > & | output, |
const std::vector< T > & | input | ||
) | const [virtual] |
Clustering operations.
Close class.
***************************** IMPLEMENTATION OF METHODS ***************************** Clustering operations NOTE: in this case, clustering is dummy and each hit is treated as a different already-ok cluster
Prepare output
Loop over all hits
End of loop over all hits
Reimplemented from ClusteringAlgorithm< T >.
Definition at line 60 of file ClusteringAlgorithm_a.h.
References convertSQLitetoXML_cfg::output, and groupFilesInBlocks::temp.