LArSoft
v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
|
#include "fhiclcpp/ParameterSet.h"
#include "canvas/Persistency/Common/Ptr.h"
#include "canvas/Persistency/Common/FindManyP.h"
#include "larcore/Geometry/Geometry.h"
#include <map>
Go to the source code of this file.
Classes | |
struct | point_s |
struct | node_s |
struct | epsilon_neighbours_s |
class | cluster::DBScan3DAlg |
Namespaces | |
recob | |
Reconstruction base classes. | |
cluster | |
Cluster finding and building. | |
Macros | |
#define | UNCLASSIFIED -1 |
#define | NOISE -2 |
#define | CORE_POINT 1 |
#define | NOT_CORE_POINT 0 |
#define | SUCCESS 0 |
#define | FAILURE -3 |
Typedefs | |
typedef struct point_s | point_t |
typedef struct node_s | node_t |
typedef struct epsilon_neighbours_s | epsilon_neighbours_t |
#define CORE_POINT 1 |
Definition at line 36 of file DBScan3DAlg.h.
Referenced by cluster::DBScan3DAlg::dbscan(), and cluster::DBScan3DAlg::expand().
#define FAILURE -3 |
Definition at line 40 of file DBScan3DAlg.h.
Referenced by cluster::DBScan3DAlg::append_at_end(), cluster::DBScan3DAlg::expand(), cluster::DBScan3DAlg::get_epsilon_neighbours(), and cluster::DBScan3DAlg::spread().
#define NOISE -2 |
Definition at line 34 of file DBScan3DAlg.h.
Referenced by cluster::DBScan3DAlg::expand(), and cluster::DBScan3DAlg::spread().
#define NOT_CORE_POINT 0 |
Definition at line 37 of file DBScan3DAlg.h.
Referenced by cluster::DBScan3DAlg::expand().
#define SUCCESS 0 |
Definition at line 39 of file DBScan3DAlg.h.
Referenced by cluster::DBScan3DAlg::append_at_end(), cluster::DBScan3DAlg::spread(), art::translateFileDeliveryStatus(), and art::translateFileTransferStatus().
#define UNCLASSIFIED -1 |
Definition at line 33 of file DBScan3DAlg.h.
Referenced by cluster::DBScan3DAlg::dbscan(), cluster::DBScan3DAlg::init(), and cluster::DBScan3DAlg::spread().
typedef struct epsilon_neighbours_s epsilon_neighbours_t |
Definition at line 66 of file DBScan3DAlg.h.
Definition at line 60 of file DBScan3DAlg.h.
Definition at line 53 of file DBScan3DAlg.h.