ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions
output.cxx File Reference
#include "output.h"
#include "pointcloud.h"
#include <stdint.h>
#include <cstdlib>
#include <iostream>
#include <memory>
#include <set>
#include <sstream>
#include <string>
#include <vector>
Include dependency graph for output.cxx:

Go to the source code of this file.

Functions

unsigned long compute_cluster_colour (size_t cluster_index)
 
void find_min_max_point (const PointCloud &cloud, Point &min, Point &max)
 
bool debug_gnuplot (const PointCloud &cloud, const PointCloud &cloud_smooth, const char *fname)
 
bool cloud_to_csv (const PointCloud &cloud, const char *fname)
 
void clusters_to_gnuplot (const PointCloud &cloud, const std::vector< cluster_t > &clusters)
 
void clusters_to_csv (const PointCloud &cloud)
 

Function Documentation

◆ cloud_to_csv()

bool cloud_to_csv ( const PointCloud cloud,
const char *  fname 
)

Definition at line 141 of file output.cxx.

◆ clusters_to_csv()

void clusters_to_csv ( const PointCloud cloud)

Definition at line 270 of file output.cxx.

◆ clusters_to_gnuplot()

void clusters_to_gnuplot ( const PointCloud cloud,
const std::vector< cluster_t > &  clusters 
)

Definition at line 165 of file output.cxx.

◆ compute_cluster_colour()

unsigned long compute_cluster_colour ( size_t  cluster_index)

Definition at line 28 of file output.cxx.

◆ debug_gnuplot()

bool debug_gnuplot ( const PointCloud cloud,
const PointCloud cloud_smooth,
const char *  fname 
)

Definition at line 75 of file output.cxx.

◆ find_min_max_point()

void find_min_max_point ( const PointCloud cloud,
Point min,
Point max 
)

Definition at line 45 of file output.cxx.