ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions
output.h File Reference
#include "cluster.h"
#include <vector>
Include dependency graph for output.h:
This graph shows which files directly or indirectly include this file:

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)
 

Function Documentation

◆ cloud_to_csv()

bool cloud_to_csv ( const PointCloud cloud,
const char *  fname = "debug_smoothed.csv" 
)

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.

◆ debug_gnuplot()

bool debug_gnuplot ( const PointCloud cloud,
const PointCloud cloud_smooth,
const char *  fname = "debug_smoothed.gnuplot" 
)

Definition at line 75 of file output.cxx.