Particle Identification and Tracking
Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
tracking::wrapper_i_ning_hd Class Reference

Wrapper class for dealing with data from a text file. More...

#include <wrapper_i_ning_hd.h>

+ Inheritance diagram for tracking::wrapper_i_ning_hd:
+ Collaboration diagram for tracking::wrapper_i_ning_hd:

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
 

Detailed Description

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

Constructor & Destructor Documentation

wrapper_i_ning_hd::wrapper_i_ning_hd ( params_file *  param)

References fill_data().

Member Function Documentation

void wrapper_i_ning_hd::fill_data ( std::string  file_name,
int  row,
int  col 
)
protectedvirtual
void wrapper_i_ning_hd::fill_master_box ( Master_box< particle_track > &  test) const
double wrapper_i_ning::get_value ( int  ind,
utilities::D_TYPE  type 
) const
inherited
void wrapper_i_ning::init ( )
protectedinherited
int wrapper_i_ning::num_entries ( ) const
inherited
void wrapper_i_ning::print ( ) const
inherited

Member Data Documentation

int tracking::wrapper_i_ning::cols
protectedinherited
double* tracking::wrapper_i_ning::first
protectedinherited
int tracking::wrapper_i_ning::rows
protectedinherited

The documentation for this class was generated from the following files: