#include "WireCellUtil/RayClustering.h"
#include "WireCellUtil/RayTiling.h"
#include "WireCellUtil/Waveform.h"
#include "WireCellUtil/Testing.h"
#include "WireCellUtil/Logging.h"
#include <math.h>
#include <random>
#include <fstream>
#include <string>
#include "raygrid.h"
#include "raygrid_dump.h"
Go to the source code of this file.
Classes | |
struct | Chirp |
Typedefs | |
typedef std::vector< Activity::value_t > | measure_t |
Functions | |
static std::vector< Point > | make_points (std::default_random_engine &generator, double x) |
static std::vector< measure_t > | make_measures (Coordinates &coords, const std::vector< Point > &points) |
static activities_t | make_activities (Coordinates &coords, std::vector< measure_t > &measures) |
static void | test_blobs (const blobs_t &blobs) |
int | main (int argc, char *argv[]) |
Variables | |
const int | ndepos = 10 |
const int | neles = 10 |
const double | pitch_magnitude = 5 |
const double | gaussian = 3 |
const double | border = 10 |
const double | width = 100 |
const double | height = 100 |
typedef std::vector<Activity::value_t> measure_t |
Definition at line 58 of file test_rayclustering.cxx.
int main | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 244 of file test_rayclustering.cxx.
|
static |
Definition at line 107 of file test_rayclustering.cxx.
|
static |
Definition at line 61 of file test_rayclustering.cxx.
|
static |
Definition at line 36 of file test_rayclustering.cxx.
|
static |
Definition at line 232 of file test_rayclustering.cxx.
const double border = 10 |
Definition at line 26 of file test_rayclustering.cxx.
const double gaussian = 3 |
Definition at line 25 of file test_rayclustering.cxx.
const double height = 100 |
Definition at line 28 of file test_rayclustering.cxx.
const int ndepos = 10 |
Definition at line 22 of file test_rayclustering.cxx.
const int neles = 10 |
Definition at line 23 of file test_rayclustering.cxx.
const double pitch_magnitude = 5 |
Definition at line 24 of file test_rayclustering.cxx.
const double width = 100 |
Definition at line 27 of file test_rayclustering.cxx.