Particle Identification and Tracking
|
#include <iostream>
#include <fstream>
#include <stdlib.h>
#include <string>
#include "wrapper_i_file.h"
#include "params_file.h"
#include "master_box_t.h"
Functions | |
int | get_value (int &out, int ind, D_TYPE type, int frame) const |
float | get_value (float &out, int ind, D_TYPE type, int frame) const |
std::complex< float > | get_value (std::complex< float > &out, int ind, D_TYPE type, int frame) const |
int get_value | ( | int & | out, |
int | ind, | ||
D_TYPE | type, | ||
int | frame | ||
) | const |
float get_value | ( | float & | out, |
int | ind, | ||
D_TYPE | type, | ||
int | frame | ||
) | const |
std::complex<float> get_value | ( | std::complex< float > & | out, |
int | ind, | ||
D_TYPE | type, | ||
int | frame | ||
) | const |