#include <list>#include <vector>#include <limits>#include <algorithm>#include <cassert>#include <functional>#include <iostream>#include <sstream>#include <fstream>#include "larreco/ClusterFinder/RStarTree/RStarBoundingBox.h"#include "larreco/ClusterFinder/RStarTree/RStarVisitor.h"Go to the source code of this file.
Macros | |
| #define | RTREE_REINSERT_P 0.30 |
| #define | RTREE_CHOOSE_SUBTREE_P 32 |
| #define | RSTAR_TEMPLATE |
| #define RSTAR_TEMPLATE |
Definition at line 51 of file RStarTree.h.
| #define RTREE_CHOOSE_SUBTREE_P 32 |
Definition at line 48 of file RStarTree.h.
| #define RTREE_REINSERT_P 0.30 |
Definition at line 47 of file RStarTree.h.
1.8.11