19 #ifndef OST_QA_REDUCED_STATISTICS_HH
20 #define OST_QA_REDUCED_STATISTICS_HH
36 num_angular_bins(0), num_dist_bins(0),
42 lower_cutoff(l_cutoff), upper_cutoff(u_cutoff),
43 num_angular_bins(n_ang_bins), num_dist_bins(n_dist_bins),
53 template <
typename DS>
58 ds & num_angular_bins;
77 opts_(l_cutoff, u_cutoff, num_ang_bins, num_dist_bins, ssep),
91 void Save(
const String& filename);
96 template <
typename DS>
111 uint64_t GetCount(
int dist_bin,
int ang_bin)
const;
114 ReducedStatOptions opts_;