APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
Classes | Namespaces | Typedefs
CaloHitNeighborSearchHelper.h File Reference
#include <vector>
#include "Pandora/PandoraInternal.h"
#include "Pandora/StatusCodes.h"
#include "APRILObjects/CaloHit.h"
#include "APRILObjects/Connector.h"
#include "APRILHelpers/CaloMetric.h"
#include <mlpack/core.hpp>
#include <mlpack/core/math/range.hpp>
#include <mlpack/methods/neighbor_search/neighbor_search.hpp>
#include <mlpack/methods/dbscan/dbscan.hpp>
#include <mlpack/namespace_compat.hpp>

Go to the source code of this file.

Classes

class  april_content::CaloHitNeighborSearchHelper
 CaloHitNeighborSearchHelper class. More...
 

Namespaces

 april_content
 Header file for the fragment removal helper class.
 

Typedefs

typedef
mlpack::neighbor::NeighborSearch
< mlpack::neighbor::NearestNeighborSort,
CaloMetric, arma::mat,
mlpack::tree::MeanSplitBallTree > 
april_content::CaloKNN
 
typedef mlpack::dbscan::DBSCAN
< mlpack::range::RangeSearch<> > 
april_content::MLPACKDBSCAN
 
typedef mlpack::dbscan::DBSCAN
< mlpack::range::RangeSearch
< CaloMetric, arma::mat,
mlpack::tree::MeanSplitBallTree > > 
april_content::CaloDBSCAN