Particle Identification and Tracking
|
Wrapper class for dealing with data from a text file. More...
#include <wrapper_i_ning_hd.h>
Public Member Functions | |
void | fill_master_box (Master_box< particle_track > &test) const |
wrapper_i_ning_hd (params_file *param) | |
int | num_entries () const |
void | print () const |
double | get_value (int ind, utilities::D_TYPE type) const |
Protected Member Functions | |
void | fill_data (std::string file_name, int row, int col) |
void | init () |
Protected Attributes | |
double * | first |
Pointer to the first data point of the. More... | |
int | rows |
number of rows(particles) that the More... | |
int | cols |
Wrapper class for dealing with data from a text file.
This is mainly for testing purposes. The assumption is that the data is stored in space deliniated file with one particle per row with the orderin [indx, x, y, I, r2,E]
This class is broken and will not compile
wrapper_i_ning_hd::wrapper_i_ning_hd | ( | params_file * | param) |
References fill_data().
|
protectedvirtual |
Reimplemented from tracking::wrapper_i_ning.
References tracking::wrapper_i_ning::cols, tracking::wrapper_i_ning::first, and tracking::wrapper_i_ning::rows.
Referenced by wrapper_i_ning_hd().
void wrapper_i_ning_hd::fill_master_box | ( | Master_box< particle_track > & | test) | const |
|
inherited |
References tracking::wrapper_i_ning::cols, and tracking::wrapper_i_ning::first.
|
protectedinherited |
|
inherited |
References tracking::wrapper_i_ning::rows.
|
inherited |
References tracking::wrapper_i_ning::cols, and tracking::wrapper_i_ning::rows.
|
protectedinherited |
|
protectedinherited |
Pointer to the first data point of the.
Referenced by fill_data(), tracking::wrapper_i_ning::fill_data(), tracking::wrapper_i_ning::get_value(), and tracking::wrapper_i_ning::~wrapper_i_ning().
|
protectedinherited |
number of rows(particles) that the
Referenced by fill_data(), tracking::wrapper_i_ning::fill_data(), tracking::wrapper_i_ning::num_entries(), and tracking::wrapper_i_ning::print().