Analysis Software
Documentation for sPHENIX simulation software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
AmbiguityDBScanClustering.hpp File Reference
#include "Acts/EventData/TrackContainer.hpp"
#include "Acts/TrackFinding/detail/AmbiguityTrackClustering.hpp"
#include <map>
#include <unordered_map>
#include <vector>
#include "mlpack/methods/dbscan.hpp"
+ Include dependency graph for AmbiguityDBScanClustering.hpp:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  Acts
 Acts includes to create all necessary definitions.
 

Functions

template<typename track_container_t , typename traj_t , template< typename > class holder_t>
std::unordered_map< int,
std::vector< int > > 
Acts::dbscanTrackClustering (std::multimap< int, std::pair< int, std::vector< int >>> &trackMap, const Acts::TrackContainer< track_container_t, traj_t, holder_t > &tracks, float epsilon=0.07, int minPoints=2)