ATTPCROOT
0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
|
Go to the source code of this file.
Functions | |
bool | cloud_to_csv (const PointCloud &cloud, const char *fname="debug_smoothed.csv") |
bool | debug_gnuplot (const PointCloud &cloud, const PointCloud &cloud_smooth, const char *fname="debug_smoothed.gnuplot") |
void | clusters_to_gnuplot (const PointCloud &cloud, const std::vector< cluster_t > &clusters) |
void | clusters_to_csv (const PointCloud &cloud) |
bool cloud_to_csv | ( | const PointCloud & | cloud, |
const char * | fname = "debug_smoothed.csv" |
||
) |
Definition at line 141 of file output.cxx.
void clusters_to_csv | ( | const PointCloud & | cloud | ) |
Definition at line 270 of file output.cxx.
void clusters_to_gnuplot | ( | const PointCloud & | cloud, |
const std::vector< cluster_t > & | clusters | ||
) |
Definition at line 165 of file output.cxx.
bool debug_gnuplot | ( | const PointCloud & | cloud, |
const PointCloud & | cloud_smooth, | ||
const char * | fname = "debug_smoothed.gnuplot" |
||
) |
Definition at line 75 of file output.cxx.