#include <FlashPredict.hh>
Definition at line 122 of file FlashPredict.hh.
FlashPredict::ChargeMetrics::ChargeMetrics |
( |
double |
x_, |
|
|
double |
x_gl_, |
|
|
double |
y_, |
|
|
double |
z_, |
|
|
double |
q_, |
|
|
bool |
metric_ok_ |
|
) |
| |
|
inline |
FlashPredict::ChargeMetrics::ChargeMetrics |
( |
| ) |
|
|
inline |
std::string FlashPredict::ChargeMetrics::dumpMetrics |
( |
| ) |
const |
|
inline |
Definition at line 131 of file FlashPredict.hh.
133 std::ostringstream
stream;
135 <<
" x: " <<
x <<
"\n"
136 <<
" x_gl: " <<
x_gl <<
"\n"
137 <<
" y: " <<
y <<
"\n"
138 <<
" z: " <<
z <<
"\n"
139 <<
" q: " <<
q <<
"\n"
bool FlashPredict::ChargeMetrics::metric_ok |
double FlashPredict::ChargeMetrics::q |
double FlashPredict::ChargeMetrics::x |
double FlashPredict::ChargeMetrics::x_gl |
double FlashPredict::ChargeMetrics::y |
double FlashPredict::ChargeMetrics::z |
The documentation for this struct was generated from the following file: