Go to the documentation of this file.
4 #ifndef tools_histo_axis
5 #define tools_histo_axis
18 template <
class TC,
class TO>
173 if(a_edges.size()<=1)
return false;
174 bn_t number = (
bn_t)a_edges.size()-1;
175 for(
bn_t index=0;index<number;index++) {
176 if((a_edges[index]>=a_edges[index+1])) {
197 if(aNumber<=0)
return false;
198 if(aMax<=aMin)
return false;
237 if(&a_from==
this)
return *
this;
249 if(&a_from==
this)
return true;