8 #ifndef HERD_BINNEDPROFILE_H 9 #define HERD_BINNEDPROFILE_H 38 for (std::size_t i = 0; i <
binEdges.size(); ++i) {
std::vector< float > binEdges
The bin contents.
Definition: BinnedProfile.h:44
std::vector< T > values
Definition: BinnedProfile.h:43
void SetRange(float start, float end)
Setup the bin edges from a given range.
Definition: BinnedProfile.h:37
BinnedProfile(unsigned int n, T v)
Construct a new binned profile.
Definition: BinnedProfile.h:30
Handler struct for binned profile of various variables.
Definition: BinnedProfile.h:21