OpenStructure
|
#include <reduced_statistics.hh>
Public Member Functions | |
ReducedStatOptions () | |
ReducedStatOptions (Real l_cutoff, Real u_cutoff, uint n_ang_bins, uint n_dist_bins, uint ssep) | |
template<typename DS > | |
void | Serialize (DS &ds) |
Data Fields | |
Real | lower_cutoff |
Real | upper_cutoff |
uint | num_angular_bins |
uint | num_dist_bins |
uint | sequence_sep |
aggregates the option for the reduced model statistics
Definition at line 34 of file reduced_statistics.hh.
|
inline |
Definition at line 35 of file reduced_statistics.hh.
|
inline |
Definition at line 40 of file reduced_statistics.hh.
|
inline |
Definition at line 54 of file reduced_statistics.hh.
Real lower_cutoff |
Definition at line 46 of file reduced_statistics.hh.
uint num_angular_bins |
Definition at line 48 of file reduced_statistics.hh.
uint num_dist_bins |
Definition at line 49 of file reduced_statistics.hh.
uint sequence_sep |
Definition at line 50 of file reduced_statistics.hh.
Real upper_cutoff |
Definition at line 47 of file reduced_statistics.hh.